From 5c178d3bb18659922ccf2466efe669aa21441d01 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 28 Apr 2013 08:22:07 +0200 Subject: [PATCH 1/3] SCRAMV1: Update to V2_2_5_pre2 version Signed-off-by: David Abdurachmanov --- SCRAMV1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCRAMV1.spec b/SCRAMV1.spec index e544a4b24e7..afa1fdb1b14 100644 --- a/SCRAMV1.spec +++ b/SCRAMV1.spec @@ -1,4 +1,4 @@ -### RPM lcg SCRAMV1 V2_2_5_pre1 +### RPM lcg SCRAMV1 V2_2_5_pre2 ## NOCOMPILER %define cvsrepo cvs://:pserver:anonymous@cmssw.cvs.cern.ch:/local/reps/CMSSW?passwd=AA_:yZZ3e From 7f01579cc24643454a562d1bd50ef5bdbf073106 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 28 Apr 2013 08:25:58 +0200 Subject: [PATCH 2/3] pythia8: update version to 175. Bumping version to 175 Request: https://hypernews.cern.ch/HyperNews/CMS/get/ext-pkg-mgmt/353.html Signed-off-by: David Abdurachmanov --- pythia8.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythia8.spec b/pythia8.spec index 15647476d0b..70e59855506 100644 --- a/pythia8.spec +++ b/pythia8.spec @@ -1,8 +1,8 @@ -### RPM external pythia8 165 +### RPM external pythia8 175 Requires: hepmc -Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz +Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}/%{n}-%{realversion}-src.tgz %if "%{?cms_cxxflags:set}" != "set" %define cms_cxxflags -std=c++0x From 4eb3d6db28ac34d5af3a6ab0847888ad1bd87e96 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 28 Apr 2013 08:30:12 +0200 Subject: [PATCH 3/3] herwig: update version to 6.521; drop %ifos macro Updates version to 6.521 and drops %ifos macro from SPEC. Request: https://twiki.cern.ch/twiki/bin/viewauth/CMS/OfflineComputingPlanningMeeting20130426 Signed-off-by: David Abdurachmanov --- herwig.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/herwig.spec b/herwig.spec index 55d3039976a..f3fbdd799e0 100644 --- a/herwig.spec +++ b/herwig.spec @@ -1,8 +1,9 @@ -### RPM external herwig 6.520 -Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz +### RPM external herwig 6.521 +Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}/%{n}-%{realversion}-src.tgz Requires: lhapdf photos Patch1: herwig-6.520-tauoladummy +%define isDarwin %(case %{cmsos} in (osx*) echo 1 ;; (*) echo 0 ;; esac) %define keep_archives true %prep @@ -33,8 +34,8 @@ make install # then hack include area as jimmy depends on missing header file.. # but only on slc*. On macosx HERWIG65.INC == herwig65.inc # what is actually needed is a link to herwig6510.inc -%ifos darwin -ln -sf herwig6520.inc %{i}/include/herwig65.inc +%if %isDarwin +ln -sf herwig6521.inc %{i}/include/herwig65.inc %else ln -sf HERWIG65.INC %{i}/include/herwig65.inc %endif