Ticket #19229: Portfile.diff
File Portfile.diff, 1.5 KB (added by adfernandes (Andrew Fernandes), 16 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gromacs 5 version 4.0 5 version 4.0.4 6 6 categories science math 7 7 maintainers mac.com:mlund 8 8 description The World's fastest Molecular Dynamics package … … 20 20 master_sites ftp://ftp.gromacs.org/pub/${name} \ 21 21 http://cluster.earlham.edu/detail/home/charliep/packages 22 22 23 checksums md5 bfc18a2ecc998f542438316b9148b7ff \ 24 sha1 5c8f0c3bfa2950bb936b4bfc5e9241028ffb8f1d \ 25 rmd160 3156220f6b98ec4c04c264c8f798c616ce668a07 23 checksums sha1 9466f3ab95d60c0aba8916b1fcc70129cb4e4d72 24 25 depends_build port:gcc42 26 configure.compiler macports-gcc-4.2 26 27 27 28 depends_lib port:fftw-3-single port:openmotif 28 29 … … 32 33 depends_lib-delete port:openmotif 33 34 configure.args-delete --with-x 34 35 configure.args-append --without-x 35 } 36 } 37 36 38 variant double description {Double precision floating-point arithmetics} { 37 39 depends_lib-delete port:fftw-3-single 38 40 depends_lib-append port:fftw-3 39 41 configure.args-append --enable-double 40 42 } 43 41 44 platform darwin powerpc { 42 45 depends_build-append port:gcc42 43 46 configure.compiler macports-gcc-4.2 44 47 } 45 48 49 variant gcc43 { 50 depends_build-delete port:gcc42 51 depends_build-append port:gcc43 52 configure.compiler macports-gcc-4.3 53 }