Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
8b79f4df
Commit
8b79f4df
authored
Jul 25, 2004
by
Lynn Garren
Browse files
version is now 2.0.1.0
parent
5edfdf8e
Changes
19
Hide whitespace changes
Inline
Side-by-side
Cast/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Cast, 2.0.
0.2
, CLHEP@cern.ch, Cast)
AC_INIT(CLHEP Cast, 2.0.
1.0
, CLHEP@cern.ch, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
...
...
ChangeLog
View file @
8b79f4df
==============================
23.07.04 Release CLHEP-2.0.1.0
==============================
Fri Jul 23 2004 Lynn Garren <garren@fnal.gov>
* remove obsolete Utilities from 2.0 to avoid confusion
...
...
Evaluator/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Evaluator, 2.0.
0.2
, CLHEP@cern.ch, Evaluator)
AC_INIT(CLHEP Evaluator, 2.0.
1.0
, CLHEP@cern.ch, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
...
...
Exceptions/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Exceptions, 2.0.
0.2
, CLHEP@cern.ch, Exceptions)
AC_INIT(CLHEP Exceptions, 2.0.
1.0
, CLHEP@cern.ch, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
...
...
GenericFunctions/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP GenericFunctions, 2.0.
0.2
, CLHEP@cern.ch, GenericFunctions)
AC_INIT(CLHEP GenericFunctions, 2.0.
1.0
, CLHEP@cern.ch, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
...
...
Geometry/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Geometry, 2.0.
0.2
, CLHEP@cern.ch, Geometry)
AC_INIT(CLHEP Geometry, 2.0.
1.0
, CLHEP@cern.ch, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
...
...
HepMC/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP HepMC, 2.0.
0.2
, CLHEP@cern.ch, HepMC)
AC_INIT(CLHEP HepMC, 2.0.
1.0
, CLHEP@cern.ch, HepMC)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DummyDecayModel.cc])
...
...
HepMC/examples/GNUmakefile
View file @
8b79f4df
...
...
@@ -32,7 +32,7 @@ endif
HepMCinc
=
$(INCDIR)
/CLHEP/HepMC
PythiaLIB
=
$(LULIB)
/pydata.o
$(LULIB)
/liblund.a
$(LULIB)
/libpydum.a
HerwigLIB
=
$(HERWIG_DIR)
/lib/timel.o
$(HERWIG_DIR)
/lib/libherwig.a
$(HERWIG_DIR)
/lib/libherdum.a
LIBNAME
=
$(CLHEP_DIR)
/lib/libCLHEP-2.0.
0.2
.a
LIBNAME
=
$(CLHEP_DIR)
/lib/libCLHEP-2.0.
1.0
.a
################################################################################
...
...
HepPDT/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP HepPDT, 2.0.
0.2
, CLHEP@cern.ch, HepPDT)
AC_INIT(CLHEP HepPDT, 2.0.
1.0
, CLHEP@cern.ch, HepPDT)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Constituent.cc])
...
...
HepPDT/examples/GNUmakefile
View file @
8b79f4df
#
# $Id: GNUmakefile,v 1.2.2.
4
2004/0
5/11 22:41:27
garren Exp $
# $Id: GNUmakefile,v 1.2.2.
5
2004/0
7/25 02:20:39
garren Exp $
#
# makefile for HepPDT examples
#
...
...
@@ -23,7 +23,7 @@ ifndef CXX
endif
ifndef
PDTLIB
PDTLIB
=
$(CLHEP_DIR)
/lib/libCLHEP-HepPDT-2.0.
0.2
.a
PDTLIB
=
$(CLHEP_DIR)
/lib/libCLHEP-HepPDT-2.0.
1.0
.a
endif
ifndef
INCDIR
...
...
Matrix/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Matrix, 2.0.
0.2
, CLHEP@cern.ch, Matrix)
AC_INIT(CLHEP Matrix, 2.0.
1.0
, CLHEP@cern.ch, Matrix)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DiagMatrix.cc])
...
...
Random/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Random, 2.0.
0.2
, CLHEP@cern.ch, Random)
AC_INIT(CLHEP Random, 2.0.
1.0
, CLHEP@cern.ch, Random)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DRand48Engine.cc])
...
...
RandomObjects/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP RandomObjects, 2.0.
0.2
, CLHEP@cern.ch, RandomObjects)
AC_INIT(CLHEP RandomObjects, 2.0.
1.0
, CLHEP@cern.ch, RandomObjects)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/RandMultiGauss.cc])
...
...
RefCount/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP RefCount, 2.0.
0.2
, CLHEP@cern.ch, RefCount)
AC_INIT(CLHEP RefCount, 2.0.
1.0
, CLHEP@cern.ch, RefCount)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMuseCount.cc])
...
...
StdHep/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP StdHep, 2.0.
0.2
, CLHEP@cern.ch, StdHep)
AC_INIT(CLHEP StdHep, 2.0.
1.0
, CLHEP@cern.ch, StdHep)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/collision.cc])
...
...
StdHep/examples/GNUmakefile
View file @
8b79f4df
#
# StdHep examples makefile
#
# for KCC:
# gmake LIBNAME=libCLHEP-KCC.1.8.0.0.a CXX=KCC
#
################################################################################
ifndef
CXX
...
...
@@ -11,7 +8,7 @@ ifndef CXX
endif
ifndef
LIBNAME
LIBNAME
=
libCLHEP-2.0.
0.2
.a
LIBNAME
=
libCLHEP-2.0.
1.0
.a
endif
ifndef
PythiaLIB
...
...
Units/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Units, 2.0.
0.2
, CLHEP@cern.ch, Units)
AC_INIT(CLHEP Units, 2.0.
1.0
, CLHEP@cern.ch, Units)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6 foreign)
...
...
Vector/configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Vector, 2.0.
0.2
, CLHEP@cern.ch, Vector)
AC_INIT(CLHEP Vector, 2.0.
1.0
, CLHEP@cern.ch, Vector)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/AxisAngle.cc])
...
...
configure.in
View file @
8b79f4df
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP, 2.0.
0.2
, CLHEP@cern.ch )
AC_INIT(CLHEP, 2.0.
1.0
, CLHEP@cern.ch )
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([Vector/src/AxisAngle.cc])
AM_INIT_AUTOMAKE(1.6 foreign)
...
...
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