Ticket #22202: Portfile.diff
File Portfile.diff, 1.3 KB (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name gromacs 5 5 version 4.0.5 6 revision 1 6 7 categories science math 7 8 maintainers adfernandes openmaintainer 8 9 description The World's fastest Molecular Dynamics package … … 22 23 23 24 checksums sha1 9969aae6f77e2216add22a7b29805c4de8df649f 24 25 26 patchfiles ffG53aX_rtp.diff 27 # Fixes a typo in the .rtp file for ffG53a6 and ffG53a5 in Gromacs versions up to (and including) version 4.0.5. 28 # See http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/membrane_protein/01_pdb2gmx.html 29 25 30 depends_build port:gcc42 26 31 configure.compiler macports-gcc-4.2 27 32 … … 46 51 configure.compiler macports-gcc-4.2 47 52 } 48 53 49 variant gcc43 description {build with macports-gcc-4.3} {54 variant gcc43 conflicts gcc44 description {build with macports-gcc-4.3} { 50 55 depends_build-delete port:gcc42 51 56 depends_build-append port:gcc43 52 57 configure.compiler macports-gcc-4.3 53 58 } 59 60 variant gcc44 conflicts gcc43 description {build with macports-gcc-4.4} { 61 depends_build-delete port:gcc42 62 depends_build-append port:gcc44 63 configure.compiler macports-gcc-4.4 64 }