[105536] trunk/dports/math/octave/Portfile
michaelld at macports.org
michaelld at macports.org
Tue Apr 23 18:24:56 PDT 2013
Revision: 105536
https://trac.macports.org/changeset/105536
Author: michaelld at macports.org
Date: 2013-04-23 18:24:56 -0700 (Tue, 23 Apr 2013)
Log Message:
-----------
octave: requires a Fortran compiler, so blacklist any configure.compiler that does not provide one (for now).
Modified Paths:
--------------
trunk/dports/math/octave/Portfile
Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile 2013-04-24 00:07:12 UTC (rev 105535)
+++ trunk/dports/math/octave/Portfile 2013-04-24 01:24:56 UTC (rev 105536)
@@ -49,6 +49,14 @@
port:SuiteSparse \
port:gsed
+# 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
+
patchfiles \
patch-configure-no_x11.diff \
patch-liboctave_oct-alloc.h.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130423/d4bc571a/attachment.html>
More information about the macports-changes
mailing list