Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
8fc290e1
Commit
8fc290e1
authored
Sep 29, 2006
by
Lynn Garren
Browse files
disable build of HepPDT, HepMC, and StdHep
parent
bd9b8be1
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8fc290e1
2006-09-29 Lynn Garren <garren@fnal.gov>
* configure.in. Makefile.am: stop building HepMC, HepPDT, and StdHep
==============================
20.06.06 Release CLHEP-1.9.2.3
==============================
...
...
Makefile.am
View file @
8fc290e1
...
...
@@ -7,8 +7,7 @@ endif
includedir
=
$(prefix)
/include/CLHEP
SUBDIRS
=
config Units Vector Evaluator GenericFunctions Geometry
\
Random Matrix RandomObjects HepPDT HepMC StdHep
\
RefCount Cast Exceptions
Random Matrix RandomObjects RefCount Cast Exceptions
bin_SCRIPTS
=
clheplib clhep-config
...
...
configure.in
View file @
8fc290e1
...
...
@@ -21,7 +21,7 @@ AC_PROG_RANLIB
# subpackages
# ----------------------------------------------------------------------
AC_CONFIG_SUBDIRS(config Units Vector Evaluator GenericFunctions Geometry Random Matrix RandomObjects
HepPDT HepMC StdHep
RefCount Cast Exceptions)
AC_CONFIG_SUBDIRS(config Units Vector Evaluator GenericFunctions Geometry Random Matrix RandomObjects RefCount Cast Exceptions)
# ----------------------------------------------------------------------
# --enable-exceptions or --disable-exceptions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment