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

michaelld at macports.org michaelld at macports.org
Wed Mar 18 08:12:33 PDT 2015


Revision: 134107
          https://trac.macports.org/changeset/134107
Author:   michaelld at macports.org
Date:     2015-03-18 08:12:33 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
octave:
+ add some extra configure arguments, for better debugging of logfiles;
+ add variant for Java interface, addressing ticket #47181.

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

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2015-03-18 14:58:03 UTC (rev 134106)
+++ trunk/dports/math/octave/Portfile	2015-03-18 15:12:33 UTC (rev 134107)
@@ -103,8 +103,9 @@
 configure.args \
     --disable-dependency-tracking \
     --with-umfpack="-lumfpack -lSuiteSparse" \
-    --disable-java \
-    --enable-docs
+    --enable-docs \
+    --enable-strict-warning-flags \
+    --disable-silent-rules
 
 # octave uses a number of other ports to create sources from template:
 # perl, gawk, gsed, flex, bison, texinfo.  Make sure these are the
@@ -248,6 +249,18 @@
 
 }
 
+variant java description {Enable Java interface} {}
+
+if {[variant_isset java]} {
+
+    configure.args-append --enable-java
+
+} else {
+
+    configure.args-append --disable-java
+
+}
+
 # jit build fails for 3.8.1
 # variant jit description {Enable experimental JIT compiler} {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/07345bbe/attachment.html>


More information about the macports-changes mailing list