Skip to content

Commit

Permalink
updated to tauolapp 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 2, 2014
1 parent bf5083d commit 2a69acb
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 2a69acb

Please sign in to comment.