summarylogtreecommitdiffstats
path: root/fftw3.patch
blob: bc00fa44af3562b8345707cb7b2bf023d3e722fe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/MAKE/Makefile.openmpi.old	2013-01-03 14:49:12.000000000 -0600
+++ src/MAKE/Makefile.openmpi	2013-04-02 11:07:25.199280585 -0500
@@ -51,7 +51,7 @@
 
 FFT_INC =       -DFFT_FFTW3
 FFT_PATH = 
-FFT_LIB =	-lfftw
+FFT_LIB =	-lfftw3
 
 # JPEG library, OPTIONAL
 # see discussion in doc/Section_start.html#2_2 (step 7)