Skip to content

Commit

Permalink
herwig: update version to 6.521; drop %ifos macro
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
davidlt authored and David Abdurachmanov committed May 6, 2013
1 parent 7f01579 commit 4eb3d6d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions herwig.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4eb3d6d

Please sign in to comment.