ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pythia8.spec
(Generate patch)

Comparing COMP/CMSDIST/pythia8.spec (file contents):
Revision 1.2 by dlange, Tue Apr 24 16:15:37 2007 UTC vs.
Revision 1.3 by dlange, Wed Apr 25 13:59:19 2007 UTC

# Line 2 | Line 2
2   Requires: gcc-wrapper
3   Requires: hepmc
4   Requires: clhep
5 + Requires: pythia6
6   %define gccwrapperarch slc4_ia32_gcc345
7   %define realversion %(echo %v | cut -d- -f1 )
8   Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
9   %prep
10   %setup -q -n %{n}/%{realversion}
11 < ./configure
11 > echo "./configure PYTHIA6LOCATION=${PYTHIA6_ROOT} PYTHIA6VERSION=${PYTHIA6_VERSION} HEPMCLOCATION=${HEPMC_ROOT} HEPMCVERSION=${HEPMC_VERSION} CLHEPLOCATION=${CLHEP_ROOT} CLHEPVERSION=${CLHEP_VERSION}"
12 > ./configure PYTHIA6LOCATION=${PYTHIA6_ROOT} PYTHIA6VERSION=${PYTHIA6_VERSION} HEPMCLOCATION=${HEPMC_ROOT} HEPMCVERSION=${HEPMC_VERSION} CLHEPLOCATION=${CLHEP_ROOT} CLHEPVERSION=${CLHEP_VERSION}
13  
14   %build
15   %if "%{cmsplatf}" == "%{gccwrapperarch}"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines