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.3 by elmer, Sat Apr 14 20:03:07 2007 UTC vs.
Revision 1.7 by elmer, Tue May 1 17:56:14 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines