Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to tauolapp 1.1.4 #997

Merged
merged 1 commit into from Sep 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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