[143641] trunk/dports/science/root6/Portfile

mojca at macports.org mojca at macports.org
Wed Dec 16 07:40:35 PST 2015


Revision: 143641
          https://trac.macports.org/changeset/143641
Author:   mojca at macports.org
Date:     2015-12-16 07:40:35 -0800 (Wed, 16 Dec 2015)
Log Message:
-----------
root6: don't build mathmore when gsl is disabled (#49613, #49594)

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2015-12-16 14:59:44 UTC (rev 143640)
+++ trunk/dports/science/root6/Portfile	2015-12-16 15:40:35 UTC (rev 143641)
@@ -116,7 +116,7 @@
                     -Dlibcxx=ON \
                     -Dxrootd=OFF \
                     -Dbuiltin_ftgl=ON \
-                    -Dmathmore=ON \
+                    -Dmathmore=OFF \
                     -Dgenvector=ON \
                     -Dmemstat=ON \
                     -Dunuran=ON \
@@ -306,6 +306,8 @@
     #configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
     #configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
     #depends_lib-append      port:gsl
+    # Enable the MathMore library
+    configure.args-replace  -Dmathmore=OFF -Dmathmore=ON
 }
 
 variant fitsio description {Build with fitsio support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151216/cd04c322/attachment.html>


More information about the macports-changes mailing list