.travis.yml: enable fftw3f
authorPaul Brossier <piem@piem.org>
Mon, 2 May 2016 23:51:06 +0000 (01:51 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 2 May 2016 23:51:06 +0000 (01:51 +0200)
.travis.yml

index 4d32a9a..6560733 100644 (file)
@@ -17,7 +17,7 @@ matrix:
     - python: 3.4
       os: linux
       compiler: gcc
-      env: ARCH=i386
+      env: ARCH=i386 WAFOPTS=--enable-ftw3f
     - language: C
       os: osx
       compiler: clang
@@ -29,7 +29,7 @@ matrix:
     - python: 2.7
       os: linux
       compiler: gcc
-      env: ARCH=x86_64 HAVE_DOUBLE=1
+      env: ARCH=x86_64 HAVE_DOUBLE=1 WAFOPTS=--enable-ftw3f
     - python: 2.7
       os: linux
       compiler: gcc