blob: be62247ab32cc16bcf3191fe1838f0d4af2c151f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/setup.cfg 2017-08-03 21:50:56.000000000 +0800
+++ b/setup.cfg 2018-02-05 16:36:19.685492797 +0800
@@ -31,15 +31,15 @@
# FFTW Library
# Uncomment to use a local installation
-#fftw=local
+fftw=local
# If fftw=local uncomment the following lines and
# change the default location of libraries and the name
# of the library to be linked (usually fftw3)
# (include multiple values by separating them with spaces)
-#fftw-include_dirs=build/include
-#fftw-lib-dirs=build/lib
-#fftw-libraries=fftw3
+fftw-include_dirs=/usr/include
+fftw-lib-dirs=/usr/lib
+fftw-libraries=fftw3
# Region Library
# Uncomment to use a local installation
|