Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
d1a2f467
Commit
d1a2f467
authored
May 11, 2004
by
Lynn Garren
Browse files
changing release to 1.9.0.2
parent
c008264d
Changes
20
Hide whitespace changes
Inline
Side-by-side
Cast/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Cast, 1.9.0.
1
, CLHEP@cern.ch, Cast)
AC_INIT(CLHEP Cast, 1.9.0.
2
, CLHEP@cern.ch, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
...
...
ChangeLog
View file @
d1a2f467
Tue May 11 2004 Lynn Garren <garren@fnal.gov>
* tagged for CLHEP 1.9.0.2 (CLHEP_1_9_0_2)
* library version changed to 1.9.0.2
Tue May 11 2004 Lynn Garren <garren@fnal.gov>
* HepMC 1.25 changes merged with CLHEP/HepMC
* HepMC/HepMC/CBhepevt.icc: include stdio.h
* HepMC/HepMC/CBherwig.icc: include stdio.h
note that CLHEP/HepMC already had the most important change to use
std::iterator<std::forward_iterator_tag,GenParticle*,ptrdiff_t>
Tue May 11 2004 Mark Fischler <mf@fnal.gov>
* RandPoissonT.cc
...
...
Evaluator/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Evaluator, 1.9.0.
1
, CLHEP@cern.ch, Evaluator)
AC_INIT(CLHEP Evaluator, 1.9.0.
2
, CLHEP@cern.ch, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
...
...
Exceptions/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Exceptions, 1.9.0.
1
, CLHEP@cern.ch, Exceptions)
AC_INIT(CLHEP Exceptions, 1.9.0.
2
, CLHEP@cern.ch, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
...
...
GenericFunctions/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP GenericFunctions, 1.9.0.
1
, CLHEP@cern.ch, GenericFunctions)
AC_INIT(CLHEP GenericFunctions, 1.9.0.
2
, CLHEP@cern.ch, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
...
...
Geometry/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Geometry, 1.9.0.
1
, CLHEP@cern.ch, Geometry)
AC_INIT(CLHEP Geometry, 1.9.0.
2
, CLHEP@cern.ch, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
...
...
HepMC/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP HepMC, 1.9.0.
1
, CLHEP@cern.ch, HepMC)
AC_INIT(CLHEP HepMC, 1.9.0.
2
, CLHEP@cern.ch, HepMC)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DummyDecayModel.cc])
...
...
HepMC/examples/GNUmakefile
View file @
d1a2f467
...
...
@@ -27,8 +27,9 @@ endif
INCDIR
=
-I
$(CLHEP_DIR)
/include
HepMCinc
=
$(INCDIR)
/CLHEP/HepMC
PythiaLIB
=
$(LULIB)
/pydata.o
$(LULIB)
/liblund.a
$(LULIB)
/libpydum.a
HerwigLIB
=
$(HERWIG_DIR)
/lib/libherwig.a
$(HERWIG_DIR)
/lib/libherdum.a
LIBNAME
=
$(CLHEP_DIR)
/lib/libCLHEP-1.9.0.0.a
HerwigLIB
=
$(HERWIG_DIR)
/lib/libherwig.a
$(HERWIG_DIR)
/lib/libherdum.a
\
$(HERWIG_DIR)
/lib/timel.o
LIBNAME
=
$(CLHEP_DIR)
/lib/libCLHEP-1.9.0.2.a
################################################################################
...
...
@@ -95,9 +96,9 @@ all: $(examples)
run
:
$(runList) $(runListAscii)
example_MyHerwig.exe
:
example_MyHerwig$(SFX).o
IO_HERWIG$(SFX).o
example_MyHerwig.exe
:
example_MyHerwig$(SFX).o
@
echo
"Building
$@
..."
$(CXX)
$(FLAGS)
example_MyHerwig
$(SFX)
.o
IO_HERWIG
$(SFX)
.o
\
$(CXX)
$(FLAGS)
example_MyHerwig
$(SFX)
.o
\
$(LIBNAME)
\
$(HerwigLIB)
$(LINK_LIBS)
-o
$@
...
...
HepPDT/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP HepPDT, 1.9.0.
1
, CLHEP@cern.ch, HepPDT)
AC_INIT(CLHEP HepPDT, 1.9.0.
2
, CLHEP@cern.ch, HepPDT)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Constituent.cc])
...
...
HepPDT/examples/GNUmakefile
View file @
d1a2f467
#
# $Id: GNUmakefile,v 1.1.1.1.2.
1
2004/0
4/21 23:06:33
garren Exp $
# $Id: GNUmakefile,v 1.1.1.1.2.
2
2004/0
5/11 22:14:52
garren Exp $
#
# makefile for HepPDT examples
#
...
...
@@ -23,7 +23,7 @@ ifndef CXX
endif
ifndef
PDTLIB
PDTLIB
=
$(CLHEP_DIR)
/lib/libCLHEP-HepPDT-1.9.0.
0
.a
PDTLIB
=
$(CLHEP_DIR)
/lib/libCLHEP-HepPDT-1.9.0.
2
.a
endif
ifndef
INCDIR
...
...
Matrix/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Matrix, 1.9.0.
1
, CLHEP@cern.ch, Matrix)
AC_INIT(CLHEP Matrix, 1.9.0.
2
, CLHEP@cern.ch, Matrix)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DiagMatrix.cc])
...
...
Random/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Random, 1.9.0.
1
, CLHEP@cern.ch, Random)
AC_INIT(CLHEP Random, 1.9.0.
2
, CLHEP@cern.ch, Random)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DRand48Engine.cc])
...
...
RandomObjects/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP RandomObjects, 1.9.0.
1
, CLHEP@cern.ch, RandomObjects)
AC_INIT(CLHEP RandomObjects, 1.9.0.
2
, CLHEP@cern.ch, RandomObjects)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/RandMultiGauss.cc])
...
...
RefCount/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP RefCount, 1.9.0.
1
, CLHEP@cern.ch, RefCount)
AC_INIT(CLHEP RefCount, 1.9.0.
2
, CLHEP@cern.ch, RefCount)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMuseCount.cc])
...
...
StdHep/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP StdHep, 1.9.0.
1
, CLHEP@cern.ch, StdHep)
AC_INIT(CLHEP StdHep, 1.9.0.
2
, CLHEP@cern.ch, StdHep)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/collision.cc])
...
...
StdHep/examples/GNUmakefile
View file @
d1a2f467
...
...
@@ -11,7 +11,7 @@ ifndef CXX
endif
ifndef
LIBNAME
LIBNAME
=
libCLHEP-1.9.0.
0
.a
LIBNAME
=
libCLHEP-1.9.0.
2
.a
endif
ifndef
PythiaLIB
...
...
Units/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Units, 1.9.0.
1
, CLHEP@cern.ch, Units)
AC_INIT(CLHEP Units, 1.9.0.
2
, CLHEP@cern.ch, Units)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6 foreign)
...
...
Utilities/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Utilities, 1.9.0.
1
, CLHEP@cern.ch, Utilities)
AC_INIT(CLHEP Utilities, 1.9.0.
2
, CLHEP@cern.ch, Utilities)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6 foreign)
...
...
Vector/configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Vector, 1.9.0.
1
, CLHEP@cern.ch, Vector)
AC_INIT(CLHEP Vector, 1.9.0.
2
, CLHEP@cern.ch, Vector)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/AxisAngle.cc])
...
...
configure.in
View file @
d1a2f467
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP, 1.9.0.
1
, CLHEP@cern.ch )
AC_INIT(CLHEP, 1.9.0.
2
, CLHEP@cern.ch )
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([Vector/src/AxisAngle.cc])
AM_INIT_AUTOMAKE(1.6 foreign)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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