Commit in SimDist on MAIN
configure+9-11.63 -> 1.64
build/packages.m4+9-21.30 -> 1.31
+18-3
2 modified files
JM: CLHEP compatibility fixes.  Use old download URL if necessary.  Symlink to libCLHEP.a if not done by installation.

SimDist
configure 1.63 -> 1.64
diff -u -r1.63 -r1.64
--- configure	14 Sep 2007 23:36:31 -0000	1.63
+++ configure	24 Sep 2007 22:02:17 -0000	1.64
@@ -2475,7 +2475,15 @@
 
 CLHEP_PACKAGE_NAME=clhep
 
-CLHEP_URL=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/
+clhep_major_version=${package_version:1:1}
+clhep_minor_version=${package_version:3:1}
+
+if test "${clhep_major_version}" = "1" && test "${clhep_minor_version}" = "8"; then
+  CLHEP_URL=http://cern.ch/clhep/
+else
+  CLHEP_URL=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/
+fi
+
 CLHEP_VERSION_DOT=$(
   v=$(echo ${package_version} | sed -e 's/[vrp]/\./g' -e 's/^\.//g' -e 's/_/./g')
   clhep_version_dot=$v

SimDist/build
packages.m4 1.30 -> 1.31
diff -u -r1.30 -r1.31
--- packages.m4	14 Sep 2007 23:36:31 -0000	1.30
+++ packages.m4	24 Sep 2007 22:02:17 -0000	1.31
@@ -103,8 +103,15 @@
 
 CLHEP_PACKAGE_NAME=clhep
 
-CLHEP_URL=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/
-dnl CLHEP_URL=http://cern.ch/clhep
+clhep_major_version=${package_version:1:1}
+clhep_minor_version=${package_version:3:1}
+
+if test "${clhep_major_version}" = "1" && test "${clhep_minor_version}" = "8"; then
+  CLHEP_URL=http://cern.ch/clhep/
+else
+  CLHEP_URL=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/
+fi
+
 CLHEP_VERSION_DOT=$(VERSION_DOT(clhep_version_dot, ${package_version}))
 CLHEP_TGZ=clhep-${CLHEP_VERSION_DOT}.tgz
 
CVSspam 0.2.8