From f5e9a5c7833c0af03f755ae20e56fef9993cf5f5 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 25 Oct 2013 22:23:44 +0200 Subject: [PATCH] added fftw3 to default OSX build files --- build/config-macos10.6-gcc-universal.py | 1 + build/config-macos10.6-gcc-x86.py | 1 + build/config-macos10.6-gcc-x86_64.py | 1 + build/config-macos10.6-icl-x86.py | 1 + build/config-macos10.6-icl-x86_64.py | 1 + build/config-macos10.7-gcc-universal.py | 1 + build/config-macos10.7-gcc-x86.py | 1 + build/config-macos10.7-gcc-x86_64.py | 1 + build/config-macos10.7-icl-x86.py | 1 + build/config-macos10.7-icl-x86_64.py | 1 + build/config-macos10.8-gcc-x86_64.py | 1 + 11 files changed, 11 insertions(+) diff --git a/build/config-macos10.6-gcc-universal.py b/build/config-macos10.6-gcc-universal.py index 2af3c4a5..bbcafcd7 100644 --- a/build/config-macos10.6-gcc-universal.py +++ b/build/config-macos10.6-gcc-universal.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.6-gcc-x86.py b/build/config-macos10.6-gcc-x86.py index 53d27505..bc878e94 100644 --- a/build/config-macos10.6-gcc-x86.py +++ b/build/config-macos10.6-gcc-x86.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.6-gcc-x86_64.py b/build/config-macos10.6-gcc-x86_64.py index 258d424e..930eb251 100644 --- a/build/config-macos10.6-gcc-x86_64.py +++ b/build/config-macos10.6-gcc-x86_64.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.6-icl-x86.py b/build/config-macos10.6-icl-x86.py index 7e2df872..fcbc0327 100644 --- a/build/config-macos10.6-icl-x86.py +++ b/build/config-macos10.6-icl-x86.py @@ -26,3 +26,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.6-icl-x86_64.py b/build/config-macos10.6-icl-x86_64.py index 9801e511..58facd69 100644 --- a/build/config-macos10.6-icl-x86_64.py +++ b/build/config-macos10.6-icl-x86_64.py @@ -26,3 +26,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.7-gcc-universal.py b/build/config-macos10.7-gcc-universal.py index d308fdea..49c955b2 100644 --- a/build/config-macos10.7-gcc-universal.py +++ b/build/config-macos10.7-gcc-universal.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.7-gcc-x86.py b/build/config-macos10.7-gcc-x86.py index b7299d41..0f037727 100644 --- a/build/config-macos10.7-gcc-x86.py +++ b/build/config-macos10.7-gcc-x86.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.7-gcc-x86_64.py b/build/config-macos10.7-gcc-x86_64.py index 5714db52..d354ce1c 100644 --- a/build/config-macos10.7-gcc-x86_64.py +++ b/build/config-macos10.7-gcc-x86_64.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.7-icl-x86.py b/build/config-macos10.7-icl-x86.py index 3b9ae051..6b197385 100644 --- a/build/config-macos10.7-icl-x86.py +++ b/build/config-macos10.7-icl-x86.py @@ -26,3 +26,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.7-icl-x86_64.py b/build/config-macos10.7-icl-x86_64.py index 45a433d8..8a0a7bb7 100644 --- a/build/config-macos10.7-icl-x86_64.py +++ b/build/config-macos10.7-icl-x86_64.py @@ -26,3 +26,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3'] diff --git a/build/config-macos10.8-gcc-x86_64.py b/build/config-macos10.8-gcc-x86_64.py index f7ea15b3..cc84c5ee 100644 --- a/build/config-macos10.8-gcc-x86_64.py +++ b/build/config-macos10.8-gcc-x86_64.py @@ -25,3 +25,4 @@ PYTHON27LIB = ['boost_python27', 'boost_system', 'python2.7'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom23'] QTDIR = '#dependencies' +FFTWLIB = ['fftw3.3']