Revision
105537
Author
michaelld@macports.org
Date
2013-04-23 18:25:22 -0700 (Tue, 23 Apr 2013)

Log Message

octave-devel: requires a Fortran compiler, so blacklist any configure.compiler that does not provide one (for now).

Modified Paths

Diff

Modified: trunk/dports/math/octave-devel/Portfile (105536 => 105537)


--- trunk/dports/math/octave-devel/Portfile	2013-04-24 01:24:56 UTC (rev 105536)
+++ trunk/dports/math/octave-devel/Portfile	2013-04-24 01:25:22 UTC (rev 105537)
@@ -62,9 +62,14 @@
 
 universal_variant   no
 
-# do not use CLANG (yet)
-compiler.blacklist  clang
+# octave requires a fortran compiler, so require the use of one of the
+# MacPorts GCC ports (for now).
 
+compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 \
+    apple-gcc-4.0 apple-gcc-4.2 clang macports-clang-2.9 \
+    macports-clang-3.0 macports-clang-3.1 macports-clang-3.2 \
+    macports-clang-3.3
+
 configure.args      --disable-dependency-tracking \
                     --without-x \
                     --disable-docs \