Port details |
- c-blosc2 High performance compressor optimized for binary data
- 2.9.2 archivers
=0 2.7.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-11-01 13:48:16
- Last Update: 2023-05-27 23:43:46
- Commit Hash: 1e29a5c
- License: BSD3CLAUSE
- 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).
 ¦ ¦ ¦ ¦ 
- 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 = 1685162060
SHA256 (Blosc-c-blosc2-v2.9.2_GH0.tar.gz) = 5d1b7269f2f9e4ed521a980bdb7e3895e77358723af06b7d269f65686efe9732
SIZE (Blosc-c-blosc2-v2.9.2_GH0.tar.gz) = 2790821
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
- for Libraries
-
- archivers/py-blosc2
- databases/py-caterva
Configuration Options:
- No options to configure
- Options name:
- archivers_c-blosc2
- USES:
- cmake:testing
- 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.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 |