Skip to content

Commit

Permalink
Merge pull request #997 from smuzaffar/IB/CMSSW_5_3_X/slc6_amd64_gcc472
Browse files Browse the repository at this point in the history
updated to tauolapp 1.1.4
  • Loading branch information
smuzaffar committed Sep 9, 2014
2 parents bf5083d + 2a69acb commit 6a59fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions tauolapp-toolfile.spec
@@ -1,4 +1,4 @@
### RPM external tauolapp-toolfile 1.0
### RPM external tauolapp-toolfile 2.0
Requires: tauolapp
%prep

Expand All @@ -16,14 +16,12 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/tauolapp.xml
<environment name="TAUOLAPP_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$TAUOLAPP_BASE/lib"/>
<environment name="INCLUDE" default="$TAUOLAPP_BASE/include"/>
<environment name="INCLUDE" default="$TAUOLAPP_BASE/include/TauSpinner"/>
<environment name="INCLUDE" default="$TAUOLAPP_BASE/include/Tauola"/>
</client>
<use name="hepmc"/>
<use name="f77compiler"/>
<use name="pythia8"/>
<use name="lhapdf"/>
</tool>
EOF_TOOLFILE

## IMPORT scram-tools-post


5 changes: 3 additions & 2 deletions 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
Expand All @@ -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
Expand All @@ -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
;;
Expand Down

0 comments on commit 6a59fe5

Please sign in to comment.