summarylogtreecommitdiffstats
path: root/sherpa_local_fftw.patch
blob: 3b6e725af78c5b2d193982c8c323a62204bcbd19 (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