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.2 by sashby, Mon Jan 29 17:42:31 2007 UTC vs.
Revision 1.4 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external fastjet 2.1.0b1
2 + Requires: gcc-wrapper
3   Source: http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/%n-%v.tgz
4  
5   %prep
6   %setup -n %n-%v
7  
8   %build
9 + ## IMPORT gcc-wrapper
10   cd src
11 + # The following is a hack, whether it works should be checked whenever
12 + # the version is updated from 2.1.0b1
13 + perl -p -i -e "s|CXXFLAGS \+\=|CXXFLAGS += -fPIC|" Makefile
14   make
15   make install
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines