Ticket #49654: Portfile.diff
File Portfile.diff, 1.1 KB (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 44 44 # To enable, need not only to fix that check, but also fix configure in tapipb directory to use chosen FC compiler. 45 45 configure.args-append -DENABLE_OPENMP:BOOL=OFF \ 46 46 -DENABLE_BEM=OFF \ 47 -DCMAKE_C_COMPILER_ARG1:STRING="-I${worksrcpath}/include " \48 -DCMAKE_CXX_COMPILER_ARG1:STRING="-I${worksrcpath}/include "47 -DCMAKE_C_COMPILER_ARG1:STRING="-I${worksrcpath}/include -O3 -ffast-math -g" \ 48 -DCMAKE_CXX_COMPILER_ARG1:STRING="-I${worksrcpath}/include -O3 -ffast-math -g" 49 49 50 50 test.run yes 51 51 test { … … 64 64 apbs { 65 65 compilers.setup 66 66 67 revision 067 revision 1 68 68 69 69 configure.args-append -DENABLE_MPI:BOOL=OFF 70 70 … … 85 85 apbs-mpi { 86 86 mpi.setup require 87 87 88 revision 088 revision 1 89 89 90 90 description ${description} (MPI version) 91 91