[74875] trunk/dports/science/jags/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 5 02:47:06 PST 2011


Revision: 74875
          http://trac.macports.org/changeset/74875
Author:   ryandesign at macports.org
Date:     2011-01-05 02:46:58 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
jags: update to 2.2.0 and add gcc45 variant (#27850)

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

Modified: trunk/dports/science/jags/Portfile
===================================================================
--- trunk/dports/science/jags/Portfile	2011-01-05 08:56:34 UTC (rev 74874)
+++ trunk/dports/science/jags/Portfile	2011-01-05 10:46:58 UTC (rev 74875)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                jags
-version             2.1.0
+version             2.2.0
 categories          science
 platforms           darwin
 maintainers         uchicago.edu:dmeliza
@@ -16,9 +16,8 @@
 master_sites        sourceforge:mcmc-jags
 distname            JAGS-${version}
 
-checksums           md5      ddb5eb745cb48537517aba186d7030c8 \
-                    sha1     df06fdd7485a33266c372de59058ff3bebfe6a43 \
-                    rmd160   16aeb48b8e0bed9c21651eabf53221370fc10879
+checksums           sha1     83d381619f552830e3a6312a70969b46520cc7fe \
+                    rmd160   a8c56a3922d890f27111fea4fc088b408153a7f7
 
 depends_build       port:bison \
                     port:libtool
@@ -28,17 +27,22 @@
 configure.args      --with-blas='-framework vecLib' \
                     --with-lapack='-framework vecLib'
 
-variant gcc43 conflicts gcc44 description {Use the gcc43 compiler} {
+variant gcc43 conflicts gcc44 gcc45 description {Use the gcc43 compiler} {
     depends_lib-append  port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
-variant gcc44 conflicts gcc43 description {Use the gcc44 compiler} {
+variant gcc44 conflicts gcc43 gcc45 description {Use the gcc44 compiler} {
     depends_lib-append  port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
-if {![variant_isset gcc43]} {
+variant gcc45 conflicts gcc43 gcc44 description {Use the gcc45 compiler} {
+    depends_lib-append  port:gcc45
+    configure.compiler  macports-gcc-4.5
+}
+
+if {![variant_isset gcc43] && ![variant_isset gcc45]} {
     default_variants +gcc44
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/cafedf90/attachment.html>


More information about the macports-changes mailing list