1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

archivers/c-blosc: update to 1.14.4

This update adds an SSE2 option, on by default, that can be used to disable
SSE2 instructions when cross-compiling.

https://github.com/Blosc/c-blosc/releases/tag/v1.14.4

PR:		230193
Approved by:	iblis@hs.ntnu.edu.tw (maintainer)
This commit is contained in:
Alan Somers 2018-07-30 16:52:04 +00:00
parent 2b00deb027
commit 0974f1212c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475899
2 changed files with 8 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= c-blosc
PORTVERSION= 1.14.2
PORTREVISION= 1
PORTVERSION= 1.14.4
DISTVERSIONPREFIX= v
CATEGORIES= archivers devel
@ -27,13 +26,15 @@ PLIST_SUB= VERSION="${PORTVERSION:R:R}" \
CMAKE_ARGS= -DBUILD_SHARED=ON
OPTIONS_DEFINE= STATIC TEST AVX2 LZ4 SNAPPY ZLIB ZSTD
OPTIONS_DEFAULT=STATIC LZ4 SNAPPY ZLIB ZSTD
OPTIONS_DEFINE= STATIC TEST AVX2 LZ4 SSE2 SNAPPY ZLIB ZSTD
OPTIONS_DEFAULT=STATIC LZ4 SSE2 SNAPPY ZLIB ZSTD
OPTIONS_SUB= yes
AVX2_DESC= Attempt to build with AVX2 instructions
SSE2_DESC= Attempt to build with SSE2 instructions
AVX2_CMAKE_BOOL_OFF= DEACTIVATE_AVX2
SSE2_CMAKE_BOOL_OFF= DEACTIVATE_SSE2
LZ4_CMAKE_ON= -DPREFER_EXTERNAL_LZ4=ON
LZ4_CMAKE_BOOL_OFF= DEACTIVATE_LZ4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1522836292
SHA256 (Blosc-c-blosc-v1.14.2_GH0.tar.gz) = a2e06be4c8f5b6ae26cc8afaee8c7f76453d1b62a2b3398b1807074f92347b3a
SIZE (Blosc-c-blosc-v1.14.2_GH0.tar.gz) = 759731
TIMESTAMP = 1532962746
SHA256 (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 42a85de871d142cdc89b607a90cceeb0eab60d995f6fae8d44aae397ab414002
SIZE (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 785771