summarylogtreecommitdiffstats
path: root/liggghts.patch
blob: d6b405de892a0e2413bc3d6be368238fbd78bf25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- src/MAKE/Makefile.mpi.old	2018-03-06 01:33:18.183912526 -0300
+++ src/MAKE/Makefile.mpi	2018-03-06 01:33:33.306885953 -0300
@@ -34,7 +34,7 @@
 # LAMMPS ifdef settings, OPTIONAL
 # see possible settings in doc/Section_start.html#2_2 (step 4)
 
-LMP_INC =	-DLAMMPS_GZIP -DLAMMPS_VTK
+LMP_INC =	-DLAMMPS_GZIP 
 
 # MPI library, REQUIRED
 # see discussion in doc/Section_start.html#2_2 (step 5)
@@ -54,9 +54,9 @@
 # PATH = path for FFT library
 # LIB = name of FFT library
 
-FFT_INC =
+FFT_INC = -DFFT_FFTW3
 FFT_PATH =
-FFT_LIB =
+FFT_LIB = -lfftw3
 
 # JPEG and/or PNG library, OPTIONAL
 # see discussion in doc/Section_start.html#2_2 (step 7)
@@ -74,9 +74,9 @@
 # PATH = path for VTK library
 # LIB = name of VTK library
 
-VTK_INC =	-I/usr/include/vtk-6.2
-VTK_PATH =	#-L/usr/lib/x86_64-linux-gnu
-VTK_LIB =	-lvtkCommonCore-6.2 -lvtkIOCore-6.2 -lvtkIOXML-6.2 -lvtkIOLegacy-6.2 -lvtkCommonDataModel-6.2 -lvtkIOParallel-6.2 -lvtkParallelCore-6.2 -lvtkParallelMPI-6.2 -lvtkIOImage-6.2 -lvtkCommonExecutionModel-6.2 -lvtkFiltersCore-6.2 -lvtkIOParallelXML-6.2
+VTK_INC =
+VTK_PATH =
+VTK_LIB =
 
 # ---------------------------------------------------------------------
 # build rules and dependencies