ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fastjet.spec
Revision: 1.4
Committed: Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070501b-ports, pe20070501a-ports, pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.3: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 sashby 1.2 ### RPM external fastjet 2.1.0b1
2 ratnik 1.4 Requires: gcc-wrapper
3 ratnik 1.1 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 ratnik 1.4 ## IMPORT gcc-wrapper
10 ratnik 1.1 cd src
11 elmer 1.3 # 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 ratnik 1.1 make
15     make install
16    
17     %install
18     # Take everything including sources, makefiles, documentation and examples (only 16MB).
19     gtar -cv ./| gtar -x -C %i