Port details |
- c-blosc2 High performance compressor optimized for binary data
- 2.15.2 archivers =2 2.15.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-11-01 13:48:16
- Last Update: 2024-12-25 19:15:10
- Commit Hash: af9ea82
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://www.blosc.org/
- https://github.com/Blosc/c-blosc2
- Description:
- Blosc is a high performance compressor optimized for binary data (i.e. floating
point numbers, integers and booleans). It has been designed to transmit data to
the processor cache faster than the traditional, non-compressed, direct memory
fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the
size of large datasets on-disk or in-memory, but also to accelerate memory-bound
computations.
C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
compatible with both the C-Blosc1 API and its in-memory format. However, the
reverse thing is generally not true; buffers generated with C-Blosc2 are not
format-compatible with C-Blosc1 (i.e. forward compatibility is not supported).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- c-blosc2>0:archivers/c-blosc2
- To install the port:
- cd /usr/ports/archivers/c-blosc2/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/c-blosc2
- pkg install c-blosc2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c-blosc2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734888096
SHA256 (Blosc-c-blosc2-v2.15.2_GH0.tar.gz) = 32d0cb011303878bc5307d06625bc6e5fc28e788377873016bc52681e4e9fee9
SIZE (Blosc-c-blosc2-v2.15.2_GH0.tar.gz) = 3174873
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- This port is required by:
- for Build
-
- archivers/py-blosc2
- graphics/zeno
- for Libraries
-
- archivers/py-blosc2
- archivers/py-cramjam
- devel/py-tables
- misc/adios2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- archivers_c-blosc2
- USES:
- cmake:testing pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15.2 25 Dec 2024 19:15:10 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.15.2
Changes: https://github.com/Blosc/c-blosc2/releases |
2.15.1 15 Aug 2024 10:55:24 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Rename patch files |
2.15.1 13 Aug 2024 09:40:47 |
Piotr Kubaj (pkubaj) |
archivers/c-blosc2: fix build on powerpc64*
Build was broken with GCC with:
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.15.1/blosc/shuffle-altivec.c:
At top level:
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.15.1/blosc/shuffle-altivec.c:427:12:
error: conflicting types for 'is_shuffle_altivec'; have '__vector __bool int'
{aka 'const __vector(4) __bool int'}
427 | const bool is_shuffle_altivec = true;
| ^~~~~~~~~~~~~~~~~~
Go back to building with Clang and actually fix it - Clang has issues with
types like __vector uint8_t but accepts __vector unsigned char, which this
this commit changes. |
2.15.1 04 Aug 2024 17:14:00 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.15.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.15.0 06 Jul 2024 16:02:31 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.15.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Blosc/c-blosc2/releases |
2.14.4 13 Apr 2024 09:31:33 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Blosc/c-blosc2/releases |
2.14.3 08 Apr 2024 06:45:12 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.3
Changes: https://github.com/Blosc/c-blosc2/releases
Security: CVE-2024-3203, CVE-2024-3204 |
2.14.1 05 Apr 2024 23:57:26 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.14.0 05 Apr 2024 00:39:23 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.13.2 21 Feb 2024 15:06:51 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.13.2
Changes: https://github.com/Blosc/c-blosc2/releases |
2.11.3 14 Dec 2023 05:35:30 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Add make test |
2.11.3 01 Dec 2023 22:11:30 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.11.3
- Disable TEST_INCLUDE_*
Changes: https://github.com/Blosc/c-blosc2/releases
https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
2.11.2 14 Nov 2023 17:15:34 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.11.2
Changes: https://github.com/Blosc/c-blosc2/releases
https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
2.10.5 08 Oct 2023 11:54:44 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.5
Changes: https://github.com/Blosc/c-blosc2/releases
https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
2.10.4 30 Sep 2023 00:44:23 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.4
Changes: https://github.com/Blosc/c-blosc2/releases
https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
2.10.3 22 Sep 2023 03:17:35 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.3
Changes: https://github.com/Blosc/c-blosc2/releases |
2.10.2 26 Aug 2023 09:27:05 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.2
Changes: https://github.com/Blosc/c-blosc2/releases |
2.10.1 16 Aug 2023 18:25:13 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.10.0 09 Jul 2023 21:34:20 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.10.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.9.3 09 Jul 2023 10:18:16 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.9.3
Changes: https://github.com/Blosc/c-blosc2/releases |
2.9.2 27 May 2023 23:43:46 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.9.2
Changes: https://github.com/Blosc/c-blosc2/releases |
2.9.1 27 May 2023 04:07:08 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.9.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.8.0 09 Apr 2023 13:36:32 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.8.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.7.1 21 Mar 2023 19:19:59 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.7.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.6.1 30 Jan 2023 12:58:58 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.6.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.4.3 30 Dec 2022 09:04:04 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.4.3
- Update WWW
Changes: https://github.com/Blosc/c-blosc2/releases |
2.4.2 03 Oct 2022 17:10:15 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.4.2
Changes: https://github.com/Blosc/c-blosc2/releases |
2.4.1 03 Oct 2022 02:14:04 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.4.1
Changes: https://github.com/Blosc/c-blosc2/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.1 31 Aug 2022 18:49:28 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.3.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.3.0 31 Aug 2022 11:40:50 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.3.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.2.0 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.0 07 Jul 2022 21:26:32 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.2.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.1.1 21 Jun 2022 20:57:19 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Convert to USES=cmake:testing |
2.1.1 21 Jun 2022 16:32:41 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Remove bundled libraries |
2.1.1 24 May 2022 21:55:20 |
Piotr Kubaj (pkubaj) |
archivers/c-blosc2: fix build on powerpc64
/usr/bin/cc -DBLOSC_SHARED_LIBRARY -DUSING_CMAKE -Dblosc2_shared_EXPORTS
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/.build/blosc
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/include
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/include
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/blosc
-I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-std=gnu99 -D_XOPEN_SOURCE=600 -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -fPIC -fvisibility=hidden -Wall -Wextra -pthread -MD -MT
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -MF
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o.d -o
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -c
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/blosc2-zfp.c
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the
crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /usr/bin/cc -DBLOSC_SHARED_LIBRARY -DUSING_CMAKE
-Dblosc2_shared_EXPORTS
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/.build/blosc
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/include
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/include
-I/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/blosc
-I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-std=gnu99 -D_XOPEN_SOURCE=600 -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -fPIC -fvisibility=hidden -Wall -Wextra -pthread -MD -MT
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -MF
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o.d -o
blosc/CMakeFiles/blosc2_shared.dir/__/plugins/codecs/zfp/blosc2-zfp.c.o -c
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.1.1/plugins/codecs/zfp/blosc2-zfp.c
1. <eof> parser at end of file
2. Optimizer
cc: error: clang frontend command failed with exit code 138 (use -v to see
invocation)
FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git
llvmorg-13.0.0-0-gd7b669b3a303)
Target: powerpc64-unknown-freebsd13.1 |
2.1.1 13 May 2022 11:39:12 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.1.1
Changes: https://github.com/Blosc/c-blosc2/releases |
2.1.0 17 Apr 2022 23:42:15 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.1.0
Changes: https://github.com/Blosc/c-blosc2/releases |
2.0.4_1 19 Feb 2022 01:39:47 |
Piotr Kubaj (pkubaj) |
archivers/c-blosc2: correct ppc64le condition
MATCHES should be used to allow for a regular expression.
STREQUAL was using the expression as a literal string. |
2.0.4 08 Nov 2021 16:49:35 |
Piotr Kubaj (pkubaj) |
archivers/c-blosc2: use GCC on powerpc64le for its SSE translation layer to use
AltiVec
C11 is required by tests. |
2.0.4 02 Nov 2021 17:51:24 |
Piotr Kubaj (pkubaj) |
archivers/c-blosc2: fix build on powerpc64le
In file included from
/wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.0.4/plugins/codecs/ndlz/xxhash.h:2937:
/usr/lib/clang/11.0.1/include/altivec.h:55:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai |
2.0.4 01 Nov 2021 21:28:39 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Add make test |
2.0.4 01 Nov 2021 13:41:15 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Add c-blosc2 2.0.4
Blosc is a high performance compressor optimized for binary data (i.e. floating
point numbers, integers and booleans). It has been designed to transmit data to
the processor cache faster than the traditional, non-compressed, direct memory
fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the
size of large datasets on-disk or in-memory, but also to accelerate memory-bound
computations.
C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
compatible with both the C-Blosc1 API and its in-memory format. However, the
reverse thing is generally not true; buffers generated with C-Blosc2 are not
format-compatible with C-Blosc1 (i.e. forward compatibility is not supported).
WWW: https://www.blosc.org/
WWW: https://github.com/Blosc/c-blosc2 |