Skip to content

Instantly share code, notes, and snippets.

@derekbrokeit
Created December 20, 2012 08:10
Show Gist options
  • Save derekbrokeit/4343711 to your computer and use it in GitHub Desktop.
Save derekbrokeit/4343711 to your computer and use it in GitHub Desktop.
build lammps with no fftw
diff --git a/src/MAKE/Makefile.mac b/src/MAKE/Makefile.mac
index ccefa59..42f5882 100755
--- a/src/MAKE/Makefile.mac
+++ b/src/MAKE/Makefile.mac
@@ -48,9 +48,9 @@ MPI_LIB = -lmpi_stubs
# PATH = path for FFT library
# LIB = name of FFT library
-FFT_INC = -DFFT_FFTW
+FFT_INC = -DFFT_NONE
FFT_PATH =
-FFT_LIB = -lfftw
+FFT_LIB =
# JPEG library, OPTIONAL
# see discussion in doc/Section_start.html#2_2 (step 7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment