ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/rivet.spec
Revision: 1.6
Committed: Mon Dec 6 11:23:28 2010 UTC (14 years, 4 months ago) by muzaffar
Branch: MAIN
CVS Tags: CMSSW_3_10_1, smFor3101, CMSSW_3_10_0_pre9G493, sm110117, fwFor3100xdaq11b4online, CMSSW_3_11_0_pre3, smFor3110pre3a, smFor3110pre3, pe20101230-311XAB, CMSSW_3_11_0_pre2, pe20101229-for311X, fwFor311pre2, CMSSW_3_10_0, smFor3100c, smFor3100b, smFor3100a, smFor3100, pe20101217b-for3100p9io, pe20101217a-for3100p9io, CMSSW_3_11_0_pre1, fwFor311pre1, smFor3100pre9G493, CMSSW_3_10_0_pre9r52706b, pe20101215-for3100p9r52706b, pe20101214b-for310Xrb, CMSSW_3_10_0_pre9, pe20101214a-for310Xrb, smFor3100pre9a, pe20101213a-for310Xrb, smFor3100pre9, CMSSW_3_10_0_pre8, pe20101208c-for310Xrb, pe20101208b-for310Xrb, pe20101208a-for310Xrb, smFor3100pre8, smFor310X-101207, smFor310X-101206b, smFor310X-101206ab, smFor310X-101206a, smFor310X-101206
Changes since 1.5: +0 -2 lines
Log Message:
removed plugin rename patch.

File Contents

# User Rev Content
1 elmer 1.1 ### RPM external rivet 1.3.0
2     Source: http://www.hepforge.org/archive/rivet/Rivet-%{realversion}.tar.gz
3 elmer 1.5
4 elmer 1.1 Requires: hepmc boost fastjet swig gsl
5     %prep
6     %setup -n Rivet-%{realversion}
7 elmer 1.5 ./configure --prefix=%i --with-boost=${BOOST_ROOT} --with-hepmc=$HEPMC_ROOT --with-fastjet=$FASTJET_ROOT --with-gsl=$GSL_ROOT --disable-doxygen --disable-pdfmanual --with-pic
8 elmer 1.3 # The following hack insures that the bins with the library linked explicitly
9     # rather than indirectly, as required by the gold linker
10     perl -p -i -e "s|LIBS = $|LIBS = -lHepMC|g" bin/Makefile
11 elmer 1.1 %build
12     make
13     %install
14     make install
15 elmer 1.4 # The following creates a (for now) empty directory consistent with the
16     # tool definition (probably the PYTHONPATH entry could be removed there,
17     # too, but I'm still not sure if there is a use case for the python or not)
18     mkdir -p %i/lib/python2.6/site-packages