Enable FFTW3 library for buildslaves

This commit is contained in:
Sergey Sharybin 2011-09-13 16:52:42 +00:00
parent ee32d36a59
commit a47144a8d2
2 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,10 @@ WITH_BF_STATIC3DMOUSE = True
BF_3DMOUSE = '/home/sources/staticlibs/spnav'
BF_3DMOUSE_LIBPATH = '${BF_3DMOUSE}/lib32'
# FFT
WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# Compilation and optimization
BF_DEBUG = False
REL_CFLAGS = ['-O2']

View File

@ -87,6 +87,10 @@ WITH_BF_STATIC3DMOUSE = True
BF_3DMOUSE = '/home/sources/staticlibs/spnav'
BF_3DMOUSE_LIBPATH = '${BF_3DMOUSE}/lib64'
# FFT
WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# Compilation and optimization
BF_DEBUG = False
REL_CFLAGS = ['-O2']