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
5a59eb48
Commit
5a59eb48
authored
Jul 09, 2012
by
Lynn Garren
Browse files
CLHEP 2.1.2.4
parent
4679e8bb
Changes
42
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5a59eb48
...
...
@@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 2.6)
# project name
project
(
CLHEP
)
set
(
VERSION 2.1.2.
3
)
set
(
VERSION 2.1.2.
4
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/Modules
...
...
Cast/Cast-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
Cast/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Cast, 2.1.2.
3
, http://savannah.cern.ch/projects/clhep/, Cast)
AC_INIT(CLHEP Cast, 2.1.2.
4
, http://savannah.cern.ch/projects/clhep/, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
...
...
ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
2012-07-09 L. Garren <garren@fnal.gov>
...
...
Evaluator/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
...
...
Evaluator/Evaluator-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
Evaluator/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Evaluator, 2.1.2.
3
, http://savannah.cern.ch/projects/clhep/, Evaluator)
AC_INIT(CLHEP Evaluator, 2.1.2.
4
, http://savannah.cern.ch/projects/clhep/, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
...
...
Exceptions/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
==============================
...
...
Exceptions/Exceptions-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
Exceptions/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Exceptions, 2.1.2.
3
, http://savannah.cern.ch/projects/clhep/, Exceptions)
AC_INIT(CLHEP Exceptions, 2.1.2.
4
, http://savannah.cern.ch/projects/clhep/, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
...
...
Fields/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
==============================
...
...
Fields/Fields-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
Fields/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.57)
AC_INIT(CLHEP Fields, 2.1.2.
3
, CLHEP@cern.ch, Fields)
AC_INIT(CLHEP Fields, 2.1.2.
4
, CLHEP@cern.ch, Fields)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/XF.cc])
...
...
GenericFunctions/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
...
...
GenericFunctions/GenericFunctions-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
GenericFunctions/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP GenericFunctions, 2.1.2.
3
, http://savannah.cern.ch/projects/clhep/, GenericFunctions)
AC_INIT(CLHEP GenericFunctions, 2.1.2.
4
, http://savannah.cern.ch/projects/clhep/, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
...
...
Geometry/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
...
...
Geometry/Geometry-config.in
View file @
5a59eb48
...
...
@@ -3,9 +3,9 @@
# we include the paths of the original install directories for reference
orig_prefix
=
@prefix@
orig_exec_prefix
=
@exec_prefix@
orig_includedir
=
@includedir@
orig_prefix
=
"
@prefix@
"
orig_exec_prefix
=
"
@exec_prefix@
"
orig_includedir
=
"
@includedir@
"
# use the full name of this script to get the current path
configpath
=
`
dirname
${
0
}
`
...
...
@@ -14,13 +14,13 @@ firstc=`expr ${configpath} : /`
calldir
=
`
pwd
`
if
[
${
firstc
}
-eq
0
]
then
cd
${
calldir
}
/
${
configpath
}
;
newpath
=
`
pwd
`
cd
"
${
calldir
}
/
${
configpath
}
"
;
newpath
=
`
pwd
`
binpath
=
${
newpath
}
else
binpath
=
${
configpath
}
fi
# OK - now we have to strip the trailing "/bin" out of the path
prefix
=
`
dirname
${
binpath
}
`
prefix
=
`
dirname
"
${
binpath
}
"
`
includedir
=
${
prefix
}
/include
libdir
=
${
prefix
}
/lib
...
...
@@ -66,7 +66,7 @@ while test $# -gt 0; do
;;
--prefix
)
echo
"
$prefix
"
echo
\
"
$
{
prefix
}
\
"
;;
--version
)
...
...
Geometry/configure.ac
View file @
5a59eb48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Geometry, 2.1.2.
3
, http://savannah.cern.ch/projects/clhep/, Geometry)
AC_INIT(CLHEP Geometry, 2.1.2.
4
, http://savannah.cern.ch/projects/clhep/, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
...
...
Matrix/ChangeLog
View file @
5a59eb48
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
...
...
Prev
1
2
3
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