From 2a69acb91f85f73302351861c50b1c716ddced58 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Tue, 2 Sep 2014 10:05:03 +0200 Subject: [PATCH] updated to tauolapp 1.1.4 --- tauolapp-toolfile.spec | 8 +++----- tauolapp.spec | 5 +++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/tauolapp-toolfile.spec b/tauolapp-toolfile.spec index 2505fda1ebe..910fe64a59a 100644 --- a/tauolapp-toolfile.spec +++ b/tauolapp-toolfile.spec @@ -1,4 +1,4 @@ -### RPM external tauolapp-toolfile 1.0 +### RPM external tauolapp-toolfile 2.0 Requires: tauolapp %prep @@ -16,14 +16,12 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/tauolapp.xml - - + + EOF_TOOLFILE ## IMPORT scram-tools-post - - diff --git a/tauolapp.spec b/tauolapp.spec index 6b541e80965..47e24d7c103 100644 --- a/tauolapp.spec +++ b/tauolapp.spec @@ -1,4 +1,4 @@ -### RPM external tauolapp 1.1.1a +### RPM external tauolapp 1.1.4 Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/tauola++/tauola++-%{realversion}-src.tgz Requires: hepmc Requires: pythia8 @@ -13,6 +13,7 @@ Requires: lhapdf %endif %define keep_archives true + %if "%(case %cmsplatf in (osx*_*_gcc421) echo true ;; (*) echo false ;; esac)" == "true" Requires: gfortran-macosx %endif @@ -25,7 +26,7 @@ export HEPMCVERSION=${HEPMC_VERSION} export LHAPDF_LOCATION=${LHAPDF_ROOT} export PYTHIA8_LOCATION=${PYTHIA8_ROOT} -case %cmsplatf in +case %cmsplatf in osx*) #%patch0 -p2 ;;