[113583] trunk/dports/science/gromacs/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Nov 19 19:35:57 PST 2013
Revision: 113583
https://trac.macports.org/changeset/113583
Author: ryandesign at macports.org
Date: 2013-11-19 19:35:57 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
gromacs: update to 4.5.6 and add gcc48 variant and make it the default (#41393)
Modified Paths:
--------------
trunk/dports/science/gromacs/Portfile
Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile 2013-11-20 03:35:02 UTC (rev 113582)
+++ trunk/dports/science/gromacs/Portfile 2013-11-20 03:35:57 UTC (rev 113583)
@@ -5,8 +5,7 @@
PortGroup muniversal 1.0
name gromacs
-version 4.5.5
-revision 2
+version 4.5.6
categories science math
license gpl
maintainers nomaintainer
@@ -25,8 +24,8 @@
master_sites ftp://ftp.gromacs.org/pub/gromacs \
http://cluster.earlham.edu/detail/home/charliep/packages
-checksums rmd160 a3d40c3ac6ec9ee3e4607bd35afca1dd4715154e \
- sha256 e0605e4810b0d552a8761fef5540c545beeaf85893f4a6e21df9905a33f871ba
+checksums rmd160 7337bad702f452a976b5852644b7e3809c35f3f9 \
+ sha256 eaebebcee3e93b2014b17090171f78c045017c62e58678096e126af0033a5b84
depends_build port:pkgconfig
@@ -60,30 +59,34 @@
configure.args-append --enable-mpi
}
-if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {
- default_variants +gcc47
-}
-
-variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.3} {
+variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {build with macports-gcc-4.3} {
configure.compiler macports-gcc-4.3
}
-variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with macports-gcc-4.4} {
+variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 gcc48 description {build with macports-gcc-4.4} {
configure.compiler macports-gcc-4.4
}
-variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with macports-gcc-4.5} {
+variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 gcc48 description {build with macports-gcc-4.5} {
configure.compiler macports-gcc-4.5
}
-variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with macports-gcc-4.6} {
+variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 gcc48 description {build with macports-gcc-4.6} {
configure.compiler macports-gcc-4.6
}
-variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with macports-gcc-4.7} {
+variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 gcc48 description {build with macports-gcc-4.7} {
configure.compiler macports-gcc-4.7
}
+variant gcc48 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.8} {
+ configure.compiler macports-gcc-4.8
+}
+
+if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc48]} {
+ default_variants +gcc48
+}
+
if {${name} eq ${subport}} {
depends_lib-append port:fftw-3-single
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/3185d5db/attachment.html>
More information about the macports-changes
mailing list