1 |
< |
### RPM external fastjet 2.1.0b1 |
2 |
< |
Source: http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/%n-%v.tgz |
1 |
> |
### RPM external fastjet 2.4.0 |
2 |
> |
Source: http://www.lpthe.jussieu.fr/~salam/fastjet/repo/%n-%realversion.tar.gz |
3 |
> |
Patch1: fastjet-2.1.0-nobanner |
4 |
> |
Patch2: fastjet-2.3.4-siscone-banner |
5 |
> |
Patch3: fastjet-2.4.0-gcc44 |
6 |
|
|
7 |
|
%prep |
8 |
< |
%setup -n %n-%v |
8 |
> |
%setup -n %n-%realversion |
9 |
> |
%patch1 -p1 |
10 |
> |
%patch2 -p1 |
11 |
> |
%patch3 -p1 |
12 |
> |
|
13 |
> |
./configure --enable-shared --enable-cmsiterativecone --enable-atlascone --prefix=%i |
14 |
|
|
15 |
|
%build |
8 |
– |
cd src |
16 |
|
make |
10 |
– |
make install |
17 |
|
|
18 |
|
%install |
19 |
< |
# Take everything including sources, makefiles, documentation and examples (only 16MB). |
14 |
< |
gtar -cv ./| gtar -x -C %i |
19 |
> |
make install |