forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2724 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1e2677ae7c
commit
3d1ba30578
|
@ -25,11 +25,11 @@ SHELL = /bin/sh
|
|||
# System-specific settings
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = -O -DFFT_FFTW -I${FFTW_INCLUDE}
|
||||
CCFLAGS = -O -DFFT_FFTW -I$(FFTW_INCLUDE)
|
||||
DEPFLAGS = -M
|
||||
LINK = mpicxx
|
||||
LINKFLAGS = -O -L${FFTW_LIB}
|
||||
USRLIB = -lfftw -lstdc++
|
||||
LINKFLAGS = -O
|
||||
USRLIB = $(BLASLIB) $(FFTW_LINK_LINE) -lstdc++
|
||||
SYSLIB = -lm
|
||||
SIZE = size
|
||||
ARCHIVE = ar
|
||||
|
|
Loading…
Reference in New Issue