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
19627ab1
Commit
19627ab1
authored
Sep 14, 2004
by
Lynn Garren
Browse files
beta release of 1.9.1.1
parent
6cd37268
Changes
64
Expand all
Hide whitespace changes
Inline
Side-by-side
Cast/INSTALL
View file @
19627ab1
#-------------------------------------------------------------
# platform specific issues
#-------------------------------------------------------------
Support for shared libraries with CC 5.4 on Solaris requires libtool 1.9b
or later. This also implies the use of autoconf 2.59 or later and
automake 1.9.1 or later. If you bootstrap, you will probably have to build
these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
@@ -65,11 +77,13 @@ Now continue with directions as if you unpacked a source code tarball.
# building autotools
#-------------------------------------------------------------
If you do not have at least autoconf 2.5
7
and automake 1.
6
, you will
If you do not have at least autoconf 2.5
9
and automake 1.
9.1
, you will
need to build autoconf, automake, and libtool. On some platforms,
you may also need to build m4 and texinfo.
Download the relevant tarballs from gnu.org.
Download the relevant tarballs from gnu.org
(http://www.gnu.org/software/autoconf/, http://www.gnu.org/software/automake/,
and http://www.gnu.org/software/libtool/)
Untar them in a common source code tree.
Decide whether you want to install them in /usr/local or your own
install directory. If you use your own install directory, use
...
...
Cast/autotools/ltmain.sh
View file @
19627ab1
This diff is collapsed.
Click to expand it.
Cast/configure.in
View file @
19627ab1
...
...
@@ -8,12 +8,12 @@
# Identify the package and initialize the autotools:
# ----------------------------------------------------------------------
AC_PREREQ(2.5
7
)
AC_INIT(CLHEP Cast, 1.9.1.
0
, CLHEP@cern.ch, Cast)
AC_PREREQ(2.5
9
)
AC_INIT(CLHEP Cast, 1.9.1.
1
, CLHEP@cern.ch, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
AM_INIT_AUTOMAKE(1.
6
foreign)
AM_INIT_AUTOMAKE(1.
9
foreign)
AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_INSTALL
...
...
ChangeLog
View file @
19627ab1
Tue Sep 14 2004 Lynn Garren <garren@fnal.gov>
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Fri Sep 10 2004 Lynn Garren <garren@fnal.gov>
* Matrix: remove unnecessary copy and disable allocator
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
Thu Jul 22 2004 Lynn Garren <garren@fnal.gov>
* more changes for Solaris tests
...
...
Evaluator/ChangeLog
View file @
19627ab1
==============================
11.05.04 Release CLHEP-2.0.0.2
==============================
Tue Sep 14 2004 Lynn Garren <garren@fnal.gov>
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
21.04.04 Release CLHEP-2.0.0.1
30.06.04 Release CLHEP-1.9.1.0
==============================
==============================
24.10.03 Release CLHEP-2.0.0.0
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
23.10.03 Release CLHEP-1.9.0.0
...
...
Evaluator/INSTALL
View file @
19627ab1
#-------------------------------------------------------------
# platform specific issues
#-------------------------------------------------------------
Support for shared libraries with CC 5.4 on Solaris requires libtool 1.9b
or later. This also implies the use of autoconf 2.59 or later and
automake 1.9.1 or later. If you bootstrap, you will probably have to build
these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
@@ -65,11 +77,13 @@ Now continue with directions as if you unpacked a source code tarball.
# building autotools
#-------------------------------------------------------------
If you do not have at least autoconf 2.5
7
and automake 1.
6
, you will
If you do not have at least autoconf 2.5
9
and automake 1.
9.1
, you will
need to build autoconf, automake, and libtool. On some platforms,
you may also need to build m4 and texinfo.
Download the relevant tarballs from gnu.org.
Download the relevant tarballs from gnu.org
(http://www.gnu.org/software/autoconf/, http://www.gnu.org/software/automake/,
and http://www.gnu.org/software/libtool/)
Untar them in a common source code tree.
Decide whether you want to install them in /usr/local or your own
install directory. If you use your own install directory, use
...
...
Evaluator/autotools/ltmain.sh
View file @
19627ab1
This diff is collapsed.
Click to expand it.
Evaluator/configure.in
View file @
19627ab1
...
...
@@ -8,12 +8,12 @@
# Identify the package and initialize the autotools:
# ----------------------------------------------------------------------
AC_PREREQ(2.5
7
)
AC_INIT(CLHEP Evaluator, 1.9.1.
0
, CLHEP@cern.ch, Evaluator)
AC_PREREQ(2.5
9
)
AC_INIT(CLHEP Evaluator, 1.9.1.
1
, CLHEP@cern.ch, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
AM_INIT_AUTOMAKE(1.
6
foreign)
AM_INIT_AUTOMAKE(1.
9
foreign)
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
...
...
Exceptions/ChangeLog
View file @
19627ab1
Tue Sep 14 2004 Lynn Garren <garren@fnal.gov>
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
==============================
11
.0
5
.04 Release CLHEP-
2.0.0.2
30
.0
6
.04 Release CLHEP-
1.9.1.0
==============================
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
21.04.04 Release CLHEP-2.0.0.1
==============================
Thu Nov 06 2003 Lynn Garren <garren@fnal.gov>
* adding ZOOM Exceptions package for FNAL
* adding supporting RefCount and Cast packages
==============================
24.10.03 Release CLHEP-2.0.0.0
==============================
==============================
23.10.03 Release CLHEP-1.9.0.0
==============================
...
...
Exceptions/INSTALL
View file @
19627ab1
#-------------------------------------------------------------
# platform specific issues
#-------------------------------------------------------------
Support for shared libraries with CC 5.4 on Solaris requires libtool 1.9b
or later. This also implies the use of autoconf 2.59 or later and
automake 1.9.1 or later. If you bootstrap, you will probably have to build
these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
@@ -65,11 +77,13 @@ Now continue with directions as if you unpacked a source code tarball.
# building autotools
#-------------------------------------------------------------
If you do not have at least autoconf 2.5
7
and automake 1.
6
, you will
If you do not have at least autoconf 2.5
9
and automake 1.
9.1
, you will
need to build autoconf, automake, and libtool. On some platforms,
you may also need to build m4 and texinfo.
Download the relevant tarballs from gnu.org.
Download the relevant tarballs from gnu.org
(http://www.gnu.org/software/autoconf/, http://www.gnu.org/software/automake/,
and http://www.gnu.org/software/libtool/)
Untar them in a common source code tree.
Decide whether you want to install them in /usr/local or your own
install directory. If you use your own install directory, use
...
...
Exceptions/autotools/ltmain.sh
View file @
19627ab1
This diff is collapsed.
Click to expand it.
Exceptions/configure.in
View file @
19627ab1
...
...
@@ -8,12 +8,12 @@
# Identify the package and initialize the autotools:
# ----------------------------------------------------------------------
AC_PREREQ(2.5
7
)
AC_INIT(CLHEP Exceptions, 1.9.1.
0
, CLHEP@cern.ch, Exceptions)
AC_PREREQ(2.5
9
)
AC_INIT(CLHEP Exceptions, 1.9.1.
1
, CLHEP@cern.ch, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
AM_INIT_AUTOMAKE(1.
6
foreign)
AM_INIT_AUTOMAKE(1.
9
foreign)
AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_INSTALL
...
...
GenericFunctions/ChangeLog
View file @
19627ab1
==============================
11.05.04 Release CLHEP-2.0.0.2
==============================
Tue Sep 14 2004 Lynn Garren <garren@fnal.gov>
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
21.04.04 Release CLHEP-2.0.0.1
==============================
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
==============================
24.10
.0
3
Release CLHEP-
2.0.0
.0
30.06
.0
4
Release CLHEP-
1.9.1
.0
==============================
Fri Oct 24 2003 Lynn Garren <garren@fnal.gov>
* tagged for CLHEP 2.0.0.0
* backwards compatibility code disabled
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
23.10.03 Release CLHEP-1.9.0.0
...
...
GenericFunctions/INSTALL
View file @
19627ab1
#-------------------------------------------------------------
# platform specific issues
#-------------------------------------------------------------
Support for shared libraries with CC 5.4 on Solaris requires libtool 1.9b
or later. This also implies the use of autoconf 2.59 or later and
automake 1.9.1 or later. If you bootstrap, you will probably have to build
these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
@@ -65,11 +77,13 @@ Now continue with directions as if you unpacked a source code tarball.
# building autotools
#-------------------------------------------------------------
If you do not have at least autoconf 2.5
7
and automake 1.
6
, you will
If you do not have at least autoconf 2.5
9
and automake 1.
9.1
, you will
need to build autoconf, automake, and libtool. On some platforms,
you may also need to build m4 and texinfo.
Download the relevant tarballs from gnu.org.
Download the relevant tarballs from gnu.org
(http://www.gnu.org/software/autoconf/, http://www.gnu.org/software/automake/,
and http://www.gnu.org/software/libtool/)
Untar them in a common source code tree.
Decide whether you want to install them in /usr/local or your own
install directory. If you use your own install directory, use
...
...
GenericFunctions/autotools/ltmain.sh
View file @
19627ab1
This diff is collapsed.
Click to expand it.
GenericFunctions/configure.in
View file @
19627ab1
...
...
@@ -8,12 +8,12 @@
# Identify the package and initialize the autotools:
# ----------------------------------------------------------------------
AC_PREREQ(2.5
7
)
AC_INIT(CLHEP GenericFunctions, 1.9.1.
0
, CLHEP@cern.ch, GenericFunctions)
AC_PREREQ(2.5
9
)
AC_INIT(CLHEP GenericFunctions, 1.9.1.
1
, CLHEP@cern.ch, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
AM_INIT_AUTOMAKE(1.
6
foreign)
AM_INIT_AUTOMAKE(1.
9
foreign)
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
...
...
Geometry/ChangeLog
View file @
19627ab1
Tue Sep 14 2004 Lynn Garren <garren@fnal.gov>
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
==============================
11
.0
5
.04 Release CLHEP-
2.0.0.2
30
.0
6
.04 Release CLHEP-
1.9.1.0
==============================
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
21.04.04 Release CLHEP-2.0.0.1
==============================
==============================
24.10.03 Release CLHEP-2.0.0.0
==============================
==============================
23.10.03 Release CLHEP-1.9.0.0
==============================
...
...
Geometry/INSTALL
View file @
19627ab1
#-------------------------------------------------------------
# platform specific issues
#-------------------------------------------------------------
Support for shared libraries with CC 5.4 on Solaris requires libtool 1.9b
or later. This also implies the use of autoconf 2.59 or later and
automake 1.9.1 or later. If you bootstrap, you will probably have to build
these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
@@ -65,11 +77,13 @@ Now continue with directions as if you unpacked a source code tarball.
# building autotools
#-------------------------------------------------------------
If you do not have at least autoconf 2.5
7
and automake 1.
6
, you will
If you do not have at least autoconf 2.5
9
and automake 1.
9.1
, you will
need to build autoconf, automake, and libtool. On some platforms,
you may also need to build m4 and texinfo.
Download the relevant tarballs from gnu.org.
Download the relevant tarballs from gnu.org
(http://www.gnu.org/software/autoconf/, http://www.gnu.org/software/automake/,
and http://www.gnu.org/software/libtool/)
Untar them in a common source code tree.
Decide whether you want to install them in /usr/local or your own
install directory. If you use your own install directory, use
...
...
Geometry/autotools/ltmain.sh
View file @
19627ab1
This diff is collapsed.
Click to expand it.
Geometry/configure.in
View file @
19627ab1
...
...
@@ -8,12 +8,12 @@
# Identify the package and initialize the autotools:
# ----------------------------------------------------------------------
AC_PREREQ(2.5
7
)
AC_INIT(CLHEP Geometry, 1.9.1.
0
, CLHEP@cern.ch, Geometry)
AC_PREREQ(2.5
9
)
AC_INIT(CLHEP Geometry, 1.9.1.
1
, CLHEP@cern.ch, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
AM_INIT_AUTOMAKE(1.
6
foreign)
AM_INIT_AUTOMAKE(1.
9
foreign)
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
...
...
Prev
1
2
3
4
Next
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