fixed fftw dependencies on linux
parent
5542b530a1
commit
60ee5ad6cf
|
@ -21,7 +21,7 @@ GLFLAGS = ['-DGLEW_MX']
|
||||||
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
||||||
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
||||||
COLLADALIB = ['collada14dom', 'xml2']
|
COLLADALIB = ['collada14dom', 'xml2']
|
||||||
FFTWLIB = ['fftw3_threads']
|
FFTWLIB = ['fftw3_threads', 'fftw3']
|
||||||
|
|
||||||
# The following assumes that the Mitsuba bindings should be built for the
|
# The following assumes that the Mitsuba bindings should be built for the
|
||||||
# "default" Python version. It is also possible to build bindings for multiple
|
# "default" Python version. It is also possible to build bindings for multiple
|
||||||
|
|
|
@ -21,7 +21,7 @@ GLFLAGS = ['-DGLEW_MX']
|
||||||
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
||||||
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
||||||
COLLADALIB = ['collada14dom', 'xml2']
|
COLLADALIB = ['collada14dom', 'xml2']
|
||||||
FFTWLIB = ['fftw3_threads']
|
FFTWLIB = ['fftw3_threads', 'fftw3']
|
||||||
|
|
||||||
# The following assumes that the Mitsuba bindings should be built for the
|
# The following assumes that the Mitsuba bindings should be built for the
|
||||||
# "default" Python version. It is also possible to build bindings for multiple
|
# "default" Python version. It is also possible to build bindings for multiple
|
||||||
|
|
|
@ -21,7 +21,7 @@ GLFLAGS = ['-DGLEW_MX']
|
||||||
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
BOOSTLIB = ['boost_system', 'boost_filesystem', 'boost_thread']
|
||||||
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
COLLADAINCLUDE = ['/usr/include/collada-dom', '/usr/include/collada-dom/1.4']
|
||||||
COLLADALIB = ['collada14dom', 'xml2']
|
COLLADALIB = ['collada14dom', 'xml2']
|
||||||
FFTWLIB = ['fftw3_threads']
|
FFTWLIB = ['fftw3_threads', 'fftw3']
|
||||||
|
|
||||||
# The following assumes that the Mitsuba bindings should be built for the
|
# The following assumes that the Mitsuba bindings should be built for the
|
||||||
# "default" Python version. It is also possible to build bindings for multiple
|
# "default" Python version. It is also possible to build bindings for multiple
|
||||||
|
|
Loading…
Reference in New Issue