Skip to content

Commit

Permalink
Merge pull request #19 from davidlt/IB/CMSSW_6_2_X/fc18_armv7hl_gcc480
Browse files Browse the repository at this point in the history
IB/CMSSW_6_2_X/fc18_armv7hl_gcc480: bring it up to date w/ other archs.
  • Loading branch information
davidlt committed May 6, 2013
2 parents b8faf46 + 4eb3d6d commit e19c440
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SCRAMV1.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM lcg SCRAMV1 V2_2_5_pre1
### RPM lcg SCRAMV1 V2_2_5_pre2
## NOCOMPILER

%define cvsrepo cvs://:pserver:[email protected]:/local/reps/CMSSW?passwd=AA_:yZZ3e
Expand Down
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
4 changes: 2 additions & 2 deletions pythia8.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### RPM external pythia8 165
### RPM external pythia8 175

Requires: hepmc

Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}/%{n}-%{realversion}-src.tgz

%if "%{?cms_cxxflags:set}" != "set"
%define cms_cxxflags -std=c++0x
Expand Down

0 comments on commit e19c440

Please sign in to comment.