[59359] trunk/dports/science/gromacs/Portfile

adfernandes at macports.org adfernandes at macports.org
Tue Oct 13 16:50:56 PDT 2009


Revision: 59359
          http://trac.macports.org/changeset/59359
Author:   adfernandes at macports.org
Date:     2009-10-13 16:50:54 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
Closes #19229 and #22018

Modified Paths:
--------------
    trunk/dports/science/gromacs/Portfile

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2009-10-13 23:44:01 UTC (rev 59358)
+++ trunk/dports/science/gromacs/Portfile	2009-10-13 23:50:54 UTC (rev 59359)
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 name		gromacs
-version		4.0
+version		4.0.5
 categories	science math
-maintainers	mac.com:mlund
+maintainers	adfernandes openmaintainer
 description	The World's fastest Molecular Dynamics package
 long_description	GROMACS is a versatile package to perform molecular \
 	dynamics, i.e. simulate the Newtonian equations of motion for \
@@ -20,10 +20,11 @@
 master_sites	ftp://ftp.gromacs.org/pub/${name} \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums       md5 bfc18a2ecc998f542438316b9148b7ff \
-                sha1 5c8f0c3bfa2950bb936b4bfc5e9241028ffb8f1d \
-                rmd160 3156220f6b98ec4c04c264c8f798c616ce668a07 
+checksums       sha1 9969aae6f77e2216add22a7b29805c4de8df649f
 
+depends_build			port:gcc42
+configure.compiler      macports-gcc-4.2
+
 depends_lib 	port:fftw-3-single port:openmotif
 
 configure.args  --bindir=${prefix}/lib/${name}/bin --with-x
@@ -32,14 +33,21 @@
   depends_lib-delete       port:openmotif
   configure.args-delete    --with-x
   configure.args-append    --without-x
-} 
+}
+ 
 variant double description {Double precision floating-point arithmetics} {
   depends_lib-delete       port:fftw-3-single
   depends_lib-append       port:fftw-3
   configure.args-append    --enable-double
 }
+
 platform darwin powerpc {
   depends_build-append         port:gcc42
   configure.compiler       macports-gcc-4.2
 }
 
+variant gcc43 description {build with macports-gcc-4.3} {
+  depends_build-delete         port:gcc42
+  depends_build-append         port:gcc43
+  configure.compiler       macports-gcc-4.3
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/14209f02/attachment.html>


More information about the macports-changes mailing list