aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-12-10 00:16:41 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-12-10 00:16:41 -0500
commit1a03b42958fd15595f191552a3201361efe2676f (patch)
tree8a8f988da88c737ffa99fe7015b9c6ef854061e6
parentf64b1dcee516af281f59195f3744549e042b99ff (diff)
downloadcbc-recipes-1a03b42958fd15595f191552a3201361efe2676f.tar.gz
Drop quadmath. If this becomes an issue we'll figure something out
-rw-r--r--fftw/fftw.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/fftw/fftw.ini b/fftw/fftw.ini
index 177551c..6d9519f 100644
--- a/fftw/fftw.ini
+++ b/fftw/fftw.ini
@@ -16,14 +16,16 @@ number : 4
[requirements]
build :
- gcc 4.6 [osx]
- gcc 4.6 [linux]
+ pkgconfig
run :
+ # To facilitate other packages that need this package via Autotools
pkgconfig
[cbc_build]
linux :
- export modes="--enable-single --enable-long-double --enable-quad-precision"
+ # You know, being locked to GCC 4.6 is awful. Disabling quad-precision.
+ #export modes="--enable-single --enable-long-double --enable-quad-precision"
+ export modes="--enable-single --enable-long-double"
export FFTW_CONFIGURE="./configure --prefix=$$PREFIX --disable-static --enable-shared --enable-threads "
function fftw_build