Ticket #49058: Portfile-apbs.diff
File Portfile-apbs.diff, 1.5 KB (added by dstrubbe (David Strubbe), 9 years ago) |
---|
-
dports/science/apbs/Portfile
9 9 10 10 name apbs 11 11 subport apbs-mpi {} 12 # there is 1.4.1 released but does not have source code available 12 13 version 1.4.0 13 14 # Set revision separately for each subport, below. 14 15 set branch [join [lrange [split ${version} .] 0 1] .] 15 16 categories science 17 license BSD 16 18 maintainers gmail.com:howarth.at.macports 17 19 18 20 description Adaptive Poisson-Boltzmann Solver … … 22 24 electrostatic interactions between molecular \ 23 25 solutes over a wide range of length scales. 24 26 25 homepage http://www.poissonboltzmann.org /apbs/27 homepage http://www.poissonboltzmann.org 26 28 platforms darwin 27 29 master_sites sourceforge:project/apbs/apbs/apbs-${version} 28 30 … … 76 78 compilers.enforce_c apbs 77 79 78 80 pre-configure { 79 configure.cc ${mpi.cc}80 configure.cxx ${mpi.cxx}81 81 configure.args-append -DENABLE_MPI:BOOL=ON \ 82 82 -DCMAKE_C_COMPILER=${configure.cc} \ 83 83 -DCMAKE_CXX_COMPILER=${configure.cxx} \ … … 100 100 } 101 101 } 102 102 } 103 104 livecheck.type regex 105 livecheck.url http://www.poissonboltzmann.org/news/ 106 livecheck.regex APBS (\[0-9.\]+)