cp2k: added missing macros to the makefile (#88) (#4589)

This commit is contained in:
Massimiliano Culpo 2017-06-23 18:14:01 +02:00 committed by Adam J. Stewart
parent 7fb9c3903f
commit 087b3885f9

View File

@ -93,6 +93,8 @@ def install(self, spec, prefix):
cppflags = [ cppflags = [
'-D__FFTW3', '-D__FFTW3',
'-D__LIBINT', '-D__LIBINT',
'-D__LIBINT_MAX_AM=6',
'-D__LIBDERIV_MAX_AM1=5',
spec['fftw'].headers.cpp_flags spec['fftw'].headers.cpp_flags
] ]