blob: af46cfc16189dd40b870242938cae574a10fa8a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- setup.py.orig 2016-06-06 16:40:50 UTC
+++ setup.py
@@ -121,8 +121,8 @@ def get_libraries():
libraries = ['libfftw3-3', 'libfftw3f-3', 'libfftw3l-3']
else:
- libraries = ['fftw3', 'fftw3f', 'fftw3l', 'fftw3_threads',
- 'fftw3f_threads', 'fftw3l_threads']
+ libraries = ['fftw3', 'fftw3f', 'fftw3_threads',
+ 'fftw3f_threads']
return libraries
|