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

mojca at macports.org mojca at macports.org
Mon Apr 11 06:09:20 PDT 2016


Revision: 147646
          https://trac.macports.org/changeset/147646
Author:   mojca at macports.org
Date:     2016-04-11 06:09:20 -0700 (Mon, 11 Apr 2016)
Log Message:
-----------
root6: upgrade to fix tmva, disable vc (closes #51101)

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2016-04-11 11:24:07 UTC (rev 147645)
+++ trunk/dports/science/root6/Portfile	2016-04-11 13:09:20 UTC (rev 147646)
@@ -11,16 +11,16 @@
 PortGroup           xcodeversion 1.0
 
 # don't forget to update both the git tag and the version
-#github.setup       root-mirror root <sha>
-github.setup        root-mirror root 6-06-02 v
-version             6.06.02
+github.setup        root-mirror root 7ed7e643b913a85534ccd2fbc8bfa4b50f1a0992
+# github.setup      root-mirror root 6-06-03 v
+version             6.06.03
 
 # 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  5684cffb848e4ef731b2312c1f9c9c7e724fe0f1 \
-                    sha256  2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a26327
+checksums           rmd160  5846ac31d3f081628dbac7743d47b6424acf85b0 \
+                    sha256  52a054a0784e4730d98c5d3cf37a6e667268ffcbc989b217f5c5c22ed9cad1c1
 
 name                root${version_major}
 categories          science
@@ -61,8 +61,6 @@
 select.file         ${filespath}/${name}
 
 # Force a compatible compiler
-#compiler.blacklist-append *gcc* {clang < 602}  macports-clang-3.4 macports-clang-3.3
-#compiler.fallback-append  macports-clang-3.7 macports-clang-3.6 macports-clang-3.5
 compiler.blacklist-append *gcc* {clang < 500} macports-clang-3.3
 compiler.fallback-append  macports-clang-3.7 macports-clang-3.6 macports-clang-3.5
 
@@ -257,7 +255,8 @@
 }
 
 variant vc description {Build with Vc library support} {
-    configure.args-replace  -Dvc=OFF -Dvc=ON
+    ui_msg "Vc support is currently disabled by upstream"
+#   configure.args-replace  -Dvc=OFF -Dvc=ON
 }
 
 variant debug description {Enable a debug build} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160411/08c4de6b/attachment.html>


More information about the macports-changes mailing list