[148872] trunk/dports/math/octave/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri May 20 13:47:26 PDT 2016


Revision: 148872
          https://trac.macports.org/changeset/148872
Author:   mcalhoun at macports.org
Date:     2016-05-20 13:47:26 -0700 (Fri, 20 May 2016)
Log Message:
-----------
octave: for now, GCC C++ compilers fail (fixes #51399)

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2016-05-20 20:26:27 UTC (rev 148871)
+++ trunk/dports/math/octave/Portfile	2016-05-20 20:47:26 UTC (rev 148872)
@@ -135,9 +135,23 @@
 
 # for now, limit the number of variants
 # some of these compilers may work fine
+#
+# gcc 5 (and below?) does not work because of
+#    https://stackoverflow.com/questions/22519756/macports-gcc-4-8-2-error-with-mmacosx-version-min-and-foundation-headers
+#    and
+#    https://www.riverbankcomputing.com/pipermail/qscintilla/2016-May/001129.html
+#
+# gcc 6 (and above?) does not work because of
+#    http://octave.1599824.n4.nabble.com/Major-issues-with-g-6-and-gnulib-tt4674928.html
+#    and
+#    https://savannah.gnu.org/bugs/?47073
+#
 compilers.setup     \
     require_fortran \
     -dragonegg      \
+    -gcc7           \
+    -gcc6           \
+    -gcc5           \
     -gcc49          \
     -gcc48          \
     -gcc47          \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160520/b3e48738/attachment-0001.html>


More information about the macports-changes mailing list