[142498] trunk/dports/science/root5/Portfile
mojca at macports.org
mojca at macports.org
Sat Dec 12 06:00:46 PST 2015
Revision: 142498
https://trac.macports.org/changeset/142498
Author: mojca at macports.org
Date: 2015-11-12 23:26:17 -0800 (Thu, 12 Nov 2015)
Log Message:
-----------
root5: disable mathmore due to GSL 2.0 incompatibilities (#49594)
Modified Paths:
--------------
trunk/dports/science/root5/Portfile
Modified: trunk/dports/science/root5/Portfile
===================================================================
--- trunk/dports/science/root5/Portfile 2015-11-13 05:32:50 UTC (rev 142497)
+++ trunk/dports/science/root5/Portfile 2015-11-13 07:26:17 UTC (rev 142498)
@@ -10,6 +10,7 @@
github.setup root-mirror root 5-34-34 v
version 5.34.34
+revision 1
set version_major [lindex [split ${version} .] 0]
@@ -111,8 +112,8 @@
--disable-oracle \
--disable-http \
--disable-vc \
+ --disable-mathmore \
--enable-builtin-ftgl \
- --enable-mathmore \
--enable-genvector \
--enable-memstat \
--enable-unuran \
@@ -186,7 +187,7 @@
universal_variant no
-default_variants +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion +http
+default_variants +ssl +xml +minuit2 +tmva +roofit +graphviz +opengl +soversion +http
# Since ROOT 5.34.15 the cocoa backend is default on OSX 10.8 or newer
# We also make it default on 10.7
@@ -245,6 +246,7 @@
}
variant gsl description {Build with gsl support} {
+ configure.args-replace --disable-mathmore --enable-mathmore
configure.args-delete --disable-gsl-shared
configure.args-append --enable-gsl-shared \
--with-gsl-incdir="${prefix}/include" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/4e0ebca9/attachment.html>
More information about the macports-changes
mailing list