wok-current rev 6841
Forgot to add fftw.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 20 00:43:29 2010 +0000 (2010-10-20) |
parents | 37d59127ab99 |
children | 6029f8a7291a |
files | fftw/receipt |
line diff
1.1 --- a/fftw/receipt Wed Oct 20 00:41:56 2010 +0000 1.2 +++ b/fftw/receipt Wed Oct 20 00:43:29 2010 +0000 1.3 @@ -18,19 +18,19 @@ 1.4 1.5 # build double precision 1.6 ./configure F77=gfortran --prefix=/usr --enable-shared && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 1.11 # build long double precission 1.12 make clean 1.13 ./configure F77=gfortran --prefix=/usr --enable-long-double --enable-shared 1.14 - make 1.15 + make -j 4 1.16 make DESTDIR=$PWD/_pkg install 1.17 1.18 # build single precision 1.19 make clean 1.20 ./configure F77=gfortran --prefix=/usr --enable-float --enable-shared 1.21 - make 1.22 + make -j 4 1.23 make DESTDIR=$PWD/_pkg install 1.24 } 1.25