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.16 by andreasp, Sun Apr 20 15:08:45 2008 UTC vs.
Revision 1.17 by dlange, Tue May 6 03:35:28 2008 UTC

# Line 1 | Line 1
1 < ### RPM external pythia8 105
1 > ### RPM external pythia8 107
2   Requires: hepmc
3   Requires: clhep
4   Requires: pythia6
# Line 12 | Line 12 | export HEPMCLOCATION=${HEPMC_ROOT}
12   export HEPMCVERSION=${HEPMC_VERSION}
13   export CLHEPLOCATION=${CLHEP_ROOT}
14   export CLHEPVERSION=${CLHEP_VERSION}
15 < ./configure
15 > ./configure --enable_shared --with-hepmc=$HEPMC_BASE
16  
17   %build
18   make
19  
20   %install
21 < tar -c lib include | tar -x -C %i
21 > tar -c lib include xmldoc | tar -x -C %i
22  
23   # SCRAM ToolBox toolfile
24   mkdir -p %i/etc/scram.d
# Line 30 | Line 30 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
30   <Environment name=LIBDIR default="$PYTHIA8_BASE/lib"></Environment>
31   <Environment name=INCLUDE default="$PYTHIA8_BASE/include"></Environment>
32   </Client>
33 + <runtime name=PYTHIA8DATA value="$PYTHIA8BASE/xmldoc">
34   <lib name=pythia8>
35   <use name=cxxcompiler>
36   <use name=hepmc>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines