[87767] trunk/dports/science/grads/Portfile

takeshi at macports.org takeshi at macports.org
Sun Dec 4 16:52:51 PST 2011


Revision: 87767
          http://trac.macports.org/changeset/87767
Author:   takeshi at macports.org
Date:     2011-12-04 16:52:47 -0800 (Sun, 04 Dec 2011)
Log Message:
-----------
grads: use llvm-gcc-4.2 instead of clang

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

Modified: trunk/dports/science/grads/Portfile
===================================================================
--- trunk/dports/science/grads/Portfile	2011-12-04 22:57:32 UTC (rev 87766)
+++ trunk/dports/science/grads/Portfile	2011-12-05 00:52:47 UTC (rev 87767)
@@ -5,7 +5,7 @@
 
 name                grads
 version             1.9b4
-revision            11
+revision            12
 platforms           darwin
 maintainers         takeshi
 categories          science
@@ -42,6 +42,9 @@
     }
 }
 
+if {${configure.compiler}=="clang"} {
+    configure.compiler  llvm-gcc-4.2
+}
 configure.env       SUPPLIBS=${prefix} LIBS="-lsz"
 configure.args      --with-readline --with-lats \
                     --with-nc --with-dods --with-hdf --with-x      \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111204/dde16c60/attachment-0001.html>


More information about the macports-changes mailing list