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

mojca at macports.org mojca at macports.org
Sun Oct 11 05:34:51 PDT 2015


Revision: 141115
          https://trac.macports.org/changeset/141115
Author:   mojca at macports.org
Date:     2015-10-11 05:34:51 -0700 (Sun, 11 Oct 2015)
Log Message:
-----------
root6: upgrade to 6.04.04, new preliminary variant with support for geocad, dependency on ocaml, additional conf. options

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2015-10-11 06:55:06 UTC (rev 141114)
+++ trunk/dports/science/root6/Portfile	2015-10-11 12:34:51 UTC (rev 141115)
@@ -10,16 +10,16 @@
 PortGroup           select 1.0
 
 # don't forget to update both the git tag and the version
-github.setup        root-mirror root b43f80bccfd6b67be37708c4a5a9386b7c850d29
-#github.setup        root-mirror root 6-04-02 v
-version             6.04.02.99
+#github.setup       root-mirror root <sha>
+github.setup        root-mirror root 6-04-04 v
+version             6.04.04
 
 # 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  d4025bb6e0fe4157a145de142fd2f40490c68ac4 \
-                    sha256  9bf93ef6b52e3aaedbaf6c6b2aa78d6dba5c7ec9672d7d78fb173fbab7ac7b9a
+checksums           rmd160  be5cc9ca48ee2303b68b104f96eeafce82bcf79e \
+                    sha256  55cab82a145a67539b063807fde60d83a98b6743420508cebeffd57a7d06f1fb
 
 name                root${version_major}
 categories          science
@@ -42,6 +42,9 @@
                     port:jpeg \
                     port:libpng \
                     port:lzma \
+                    port:ocaml \
+                    port:ocaml-ctypes \
+                    port:ocaml-findlib \
                     port:pcre \
                     port:tiff \
                     port:zlib \
@@ -68,6 +71,7 @@
 
 configure.args-append \
                     -Dgnuinstall=ON \
+                    -Drpath=ON \
                     -DCMAKE_INSTALL_PREFIX="${install_prefix}" \
                     -DCMAKE_INSTALL_SYSCONFDIR="${install_prefix}/etc/root" \
                     -Dfortran=OFF \
@@ -76,6 +80,7 @@
                     -Dbuiltin_pcre=OFF \
                     -Dbuiltin_zlib=OFF \
                     -Dbuiltin_lzma=OFF \
+                    -Dbuiltin_afterimage=ON \
                     -Dfftw3=OFF \
                     -Dkrb5=OFF \
                     -Dldap=OFF \
@@ -104,6 +109,7 @@
                     -Dgviz=OFF \
                     -Dsoversion=OFF \
                     -Dcxx11=ON \
+                    -Dcxx14=OFF \
                     -Dlibcxx=ON \
                     -Dxrootd=OFF \
                     -Dbuiltin_ftgl=ON \
@@ -115,6 +121,8 @@
                     -Dgdml=ON \
                     -Dhttp=OFF \
                     -Dvc=OFF \
+                    -Dastiff=ON \
+                    -Dgeocad=OFF \
                     -DPNG_LIBRARY=${prefix}/lib/libpng.dylib \
                     -DPNG_PNG_INCLUDE_DIR=${prefix}/include
 
@@ -225,8 +233,14 @@
     set default_gui_variant +x11
 }
 
+# variant geocad description {Enable CAD Interface} {
+#     configure.args-replace  -Dgeocad=OFF -Dgeocad=ON
+#     depends_lib-append      port:oce
+#     configure.args-append   -DOCC_INCLUDE_DIR="${prefix}/include/oce"
+# }
+
 variant cxx14 description {Enable c++14 compiler support} {
-    configure.args-append   -Dcxx14=ON
+    configure.args-replace  -Dcxx14=OFF -Dcxx14=ON
 }
 
 variant valgrind description {Build internal LLVM library with valgrind support} {
@@ -234,15 +248,15 @@
 }
 
 variant http description {Build with HTTP Server library support} {
-    configure.args-replace -Dhttp=OFF -Dhttp=ON
+    configure.args-replace  -Dhttp=OFF -Dhttp=ON
 }
 
 variant vc description {Build with Vc library support} {
-    configure.args-replace -Dvc=OFF -Dvc=ON
+    configure.args-replace  -Dvc=OFF -Dvc=ON
 }
 
 variant debug description {Enable a debug build} {
-    configure.args-append -DCMAKE_BUILD_TYPE=Debug
+    configure.args-append   -DCMAKE_BUILD_TYPE=Debug
 }
 
 variant xrootd description {Build with XRootD support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151011/5da15eb5/attachment.html>


More information about the macports-changes mailing list