wok-4.x diff fftw/receipt @ rev 8513
Add patches from archlinux to fix problems in libsdl.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 12 04:48:06 2011 +0000 (2011-02-12) |
parents | 45fa560b8c74 |
children | c3cde30d1a5b |
line diff
1.1 --- a/fftw/receipt Tue Oct 19 21:04:01 2010 -0400 1.2 +++ b/fftw/receipt Sat Feb 12 04:48:06 2011 +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