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

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 04:42:09 PST 2015


Revision: 142188
          https://trac.macports.org/changeset/142188
Author:   ryandesign at macports.org
Date:     2015-11-05 18:42:52 -0800 (Thu, 05 Nov 2015)
Log Message:
-----------
root6: update to 6.04.08 (#49593; maintainer)

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2015-11-06 02:20:59 UTC (rev 142187)
+++ trunk/dports/science/root6/Portfile	2015-11-06 02:42:52 UTC (rev 142188)
@@ -11,15 +11,15 @@
 
 # don't forget to update both the git tag and the version
 #github.setup       root-mirror root <sha>
-github.setup        root-mirror root 6-04-06 v
-version             6.04.06
+github.setup        root-mirror root 6-04-08 v
+version             6.04.08
 
 # this could be a better way to set the version (unless we use a sha sum for the git tag ;)
 # version           [string map {- .} $version]
 set version_major   [lindex [split ${version} .] 0]
 
-checksums           rmd160  bf78aa28a2a8ae623c72b6028d9f1a5199143940 \
-                    sha256  67f723fa96c1ed470e4adb759444c8be441b7bc752874df7fef72808bb9a86c6
+checksums           rmd160  bef6a61d89299219eba9a145c3bee58f511c412d \
+                    sha256  8260db0667b554e3e8f72adacc08b7c68993ad3bcefe21cf8a0b2d1278a00e42
 
 name                root${version_major}
 categories          science
@@ -95,6 +95,7 @@
                     -Dpython=OFF \
                     -Dfitsio=OFF \
                     -Dgsl_shared=OFF \
+                    -Dbuiltin_gsl=OFF \
                     -Dpgsql=OFF \
                     -Ddcache=OFF \
                     -Dchirp=OFF \
@@ -294,9 +295,12 @@
 }
 
 variant gsl description {Build with gsl support} {
-    configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
-    configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
-    depends_lib-append      port:gsl
+    # Builtin GSL library
+    configure.args-replace  -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON
+    # External GSL library
+    #configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
+    #configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
+    #depends_lib-append      port:gsl
 }
 
 variant fitsio description {Build with fitsio support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/cf211b17/attachment.html>


More information about the macports-changes mailing list