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

Comparing COMP/CMSDIST/fastjet.spec (file contents):
Revision 1.4 by ratnik, Wed Apr 18 23:46:01 2007 UTC vs.
Revision 1.6 by dlange, Sun Apr 29 11:17:18 2007 UTC

# Line 1 | Line 1
1 < ### RPM external fastjet 2.1.0b1
2 < Requires: gcc-wrapper
1 > ### RPM external fastjet 2.1.0
2   Source: http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/%n-%v.tgz
4
3   %prep
4   %setup -n %n-%v
5  
# Line 13 | Line 11 | cd src
11   perl -p -i -e "s|CXXFLAGS \+\=|CXXFLAGS += -fPIC|" Makefile
12   make
13   make install
14 + cd ../plugins
15 + make
16 + make clean
17 +
18 + cd ../include/fastjet
19 + find ../../plugins/CDFCones -name "*.hh" -exec ln -sf {}  \;
20 + find ../../plugins/SISCone -name "*.hh" -exec ln -sf {}  \;
21 +
22 + cd ../../lib/
23 + find ../plugins/CDFCones -name "*.a" -exec mv {} .  \;
24 + find ../plugins/SISCone -name "*.a" -exec mv {} .  \;
25 +
26  
27   %install
28 +
29   # Take everything including sources, makefiles, documentation and examples (only 16MB).
30   gtar -cv ./| gtar -x -C %i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines