[71367] trunk/dports/science

adfernandes at macports.org adfernandes at macports.org
Fri Sep 10 13:06:47 PDT 2010


Revision: 71367
          http://trac.macports.org/changeset/71367
Author:   adfernandes at macports.org
Date:     2010-09-10 13:06:46 -0700 (Fri, 10 Sep 2010)
Log Message:
-----------
update: gromacs-4.5.1 - trivial version bump

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

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2010-09-10 19:55:53 UTC (rev 71366)
+++ trunk/dports/science/gromacs/Portfile	2010-09-10 20:06:46 UTC (rev 71367)
@@ -5,7 +5,7 @@
 PortSystem  1.0
 PortGroup   muniversal 1.0
 name		gromacs
-version		4.0.7
+version		4.5.1
 revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
@@ -26,8 +26,12 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums       sha1 8519bef2fa989fb487d54612b0a2d0228f228b30
+checksums           md5     d4b737b0bea8a9390d2c3ad9b159914d \
+                    sha1    cbe52c3ec613fe8b652cd24b86c4fdf31b58c71b \
+                    rmd160  116ca5bc4644d1460086cfb2097961abd11db63b
 
+depends_build   port:pkgconfig
+
 depends_lib 	port:fftw-3-single port:libxml2 port:openmotif
 
 configure.args  --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x
@@ -48,21 +52,26 @@
     configure.args-append   --enable-mpi
 }
 
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45]} {
     default_variants-append     +gcc44
 }
 
-variant gcc42 conflicts gcc43 gcc44 description {build with macports-gcc-4.2} {
+variant gcc42 conflicts gcc43 gcc44 gcc45 description {build with macports-gcc-4.2} {
     depends_lib         port:gcc42
     configure.compiler  macports-gcc-4.2
 }
 
-variant gcc43 conflicts gcc42 gcc44 description {build with macports-gcc-4.3} {
+variant gcc43 conflicts gcc42 gcc44 gcc45 description {build with macports-gcc-4.3} {
     depends_lib         port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
-variant gcc44 conflicts gcc42 gcc43 description {build with macports-gcc-4.4} {
+variant gcc44 conflicts gcc42 gcc43 gcc45 description {build with macports-gcc-4.4} {
     depends_lib         port:gcc44
     configure.compiler  macports-gcc-4.4
 }
+
+variant gcc45 conflicts gcc42 gcc43 gcc44 description {build with macports-gcc-4.5} {
+    depends_lib         port:gcc45
+    configure.compiler  macports-gcc-4.5
+}

Modified: trunk/dports/science/gromacs-double/Portfile
===================================================================
--- trunk/dports/science/gromacs-double/Portfile	2010-09-10 19:55:53 UTC (rev 71366)
+++ trunk/dports/science/gromacs-double/Portfile	2010-09-10 20:06:46 UTC (rev 71367)
@@ -5,7 +5,7 @@
 PortSystem  1.0
 PortGroup   muniversal 1.0
 name		gromacs-double
-version		4.0.7
+version		4.5.1
 revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
@@ -26,8 +26,12 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums       sha1 8519bef2fa989fb487d54612b0a2d0228f228b30
+checksums           md5     d4b737b0bea8a9390d2c3ad9b159914d \
+                    sha1    cbe52c3ec613fe8b652cd24b86c4fdf31b58c71b \
+                    rmd160  116ca5bc4644d1460086cfb2097961abd11db63b
 
+depends_build   port:pkgconfig
+
 depends_lib 	port:fftw-3 port:libxml2 port:openmotif port:gromacs
 
 configure.args  --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x --enable-double
@@ -48,25 +52,30 @@
     configure.args-append   --enable-mpi
 }
 
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45]} {
     default_variants-append     +gcc44
 }
 
-variant gcc42 conflicts gcc43 gcc44 description {build with macports-gcc-4.2} {
+variant gcc42 conflicts gcc43 gcc44 gcc45 description {build with macports-gcc-4.2} {
     depends_lib         port:gcc42
     configure.compiler  macports-gcc-4.2
 }
 
-variant gcc43 conflicts gcc42 gcc44 description {build with macports-gcc-4.3} {
+variant gcc43 conflicts gcc42 gcc44 gcc45 description {build with macports-gcc-4.3} {
     depends_lib         port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
-variant gcc44 conflicts gcc42 gcc43 description {build with macports-gcc-4.4} {
+variant gcc44 conflicts gcc42 gcc43 gcc45 description {build with macports-gcc-4.4} {
     depends_lib         port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
+variant gcc45 conflicts gcc42 gcc43 gcc44 description {build with macports-gcc-4.5} {
+    depends_lib         port:gcc45
+    configure.compiler  macports-gcc-4.5
+}
+
 post-destroot {
     # All the required files are provided by the single-precision 'gromacs' port. Delete everything that's not required.
     system "find \"${destroot}/${prefix}\" -depth 1 -not -name lib -print0 | xargs -0 rm -rf"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100910/bc24474d/attachment-0001.html>


More information about the macports-changes mailing list