Ticket #22202: Portfile.diff

File Portfile.diff, 1.3 KB (added by adfernandes (Andrew Fernandes), 15 years ago)
  • Portfile

     
    33PortSystem 1.0
    44name            gromacs
    55version         4.0.5
     6revision        1
    67categories      science math
    78maintainers     adfernandes openmaintainer
    89description     The World's fastest Molecular Dynamics package
     
    2223
    2324checksums       sha1 9969aae6f77e2216add22a7b29805c4de8df649f
    2425
     26patchfiles      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
    2530depends_build                   port:gcc42
    2631configure.compiler      macports-gcc-4.2
    2732
     
    4651  configure.compiler       macports-gcc-4.2
    4752}
    4853
    49 variant gcc43 description {build with macports-gcc-4.3} {
     54variant gcc43 conflicts gcc44 description {build with macports-gcc-4.3} {
    5055  depends_build-delete         port:gcc42
    5156  depends_build-append         port:gcc43
    5257  configure.compiler       macports-gcc-4.3
    5358}
     59
     60variant 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}