[152352] trunk/dports/archivers/blosc/Portfile

stromnov at macports.org stromnov at macports.org
Sun Sep 4 13:05:36 PDT 2016


Revision: 152352
          https://trac.macports.org/changeset/152352
Author:   stromnov at macports.org
Date:     2016-09-04 13:05:36 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
blosc: update to version 1.11.1

Modified Paths:
--------------
    trunk/dports/archivers/blosc/Portfile

Modified: trunk/dports/archivers/blosc/Portfile
===================================================================
--- trunk/dports/archivers/blosc/Portfile	2016-09-04 12:59:33 UTC (rev 152351)
+++ trunk/dports/archivers/blosc/Portfile	2016-09-04 20:05:36 UTC (rev 152352)
@@ -5,7 +5,7 @@
 PortGroup           cmake 1.0
 PortGroup           github 1.0
 
-github.setup        Blosc c-blosc 1.10.2 v
+github.setup        Blosc c-blosc 1.11.1 v
 revision            0
 name                blosc
 categories          archivers devel
@@ -25,11 +25,13 @@
 
 homepage            http://www.blosc.org/
 
-checksums           rmd160  59294a52d5af72fde1348725953b763c4140c4bf \
-                    sha256  614c69ad5d866d3f22f894d221a78b02a8d5f9948b06e045691acfb4c8ee70bc
+checksums           rmd160  2a5a8362342cf8e21781924c11f5d270730c1f09 \
+                    sha256  a14c1457c5e4df2c7e3787c76077988157bf8b7beca4f3dd8ceb793c4e612355
 
 depends_lib-append  port:zlib \
-                    port:snappy
+                    port:lz4 \
+                    port:snappy \
+                    port:zstd
 
 cmake.out_of_source yes
 
@@ -37,6 +39,7 @@
                     -DBUILD_STATIC:BOOL=ON \
                     -DBUILD_TESTS:BOOL=OFF \
                     -DBUILD_BENCHMARKS:BOOL=OFF \
-                    -DPREFER_EXTERNAL_LZ4:BOOL=OFF \
+                    -DPREFER_EXTERNAL_ZLIB:BOOL=ON \
+                    -DPREFER_EXTERNAL_LZ4:BOOL=ON \
                     -DPREFER_EXTERNAL_SNAPPY:BOOL=ON \
-                    -DPREFER_EXTERNAL_ZLIB:BOOL=ON
+                    -DPREFER_EXTERNAL_ZSTD:BOOL=ON
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160904/ef87de76/attachment.html>


More information about the macports-changes mailing list