ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pythia8.spec
Revision: 1.28
Committed: Tue Aug 10 15:25:07 2010 UTC (14 years, 8 months ago) by muzaffar
Branch: MAIN
CVS Tags: pe20100829a-for39Xrb, pe20100827a-for39Xrb, sm100826a, pe20100826a-for39Xrb, pe20100825b-for39Xrb, pe20100825a-for39Xrb, pe20100824c-for39Xrb, pe20100824b-for39Xrb, sm100824a, pe20100824a-for39Xrb, sm100811b, sm100811a, sm20100810a
Changes since 1.27: +0 -23 lines
Log Message:
cleanup for toolfiles which are now in separate spec files to avoid re-build of the external in case tool definition needs update

File Contents

# User Rev Content
1 fabiocos 1.27 ### RPM external pythia8 135
2 elmer 1.26 ## BUILDIF case $(uname):$(uname -m) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
3 andreasp 1.23
4 dlange 1.2 Requires: hepmc
5     Requires: clhep
6 dlange 1.3 Requires: pythia6
7 dlange 1.19 Requires: lhapdf
8    
9 muzaffar 1.9 Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
10 dlange 1.1 %prep
11     %setup -q -n %{n}/%{realversion}
12 dlange 1.4
13     export PYTHIA6LOCATION=${PYTHIA6_ROOT}
14     export PYTHIA6VERSION=${PYTHIA6_VERSION}
15     export HEPMCLOCATION=${HEPMC_ROOT}
16     export HEPMCVERSION=${HEPMC_VERSION}
17     export CLHEPLOCATION=${CLHEP_ROOT}
18     export CLHEPVERSION=${CLHEP_VERSION}
19 andreasp 1.21 ./configure --enable-shared --with-hepmc=${HEPMC_ROOT}
20 dlange 1.1
21     %build
22     make
23    
24     %install
25 dlange 1.17 tar -c lib include xmldoc | tar -x -C %i