Port details on branch 2023Q1 |
- c-blosc Blocking, shuffling and loss-less compression library
- 1.21.0 archivers =3 1.21.0Version of this port present on the latest quarterly branch.
- Maintainer: iblis.dif01@nctu.edu.tw
- Port Added: 2017-08-09 00:44:26
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://blosc.org/
- Description:
- Blosc is a high performance compressor optimized for binary data.
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 is the first compressor (that I'm aware of)
that is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- c-blosc>0:archivers/c-blosc
- To install the port:
- cd /usr/ports/archivers/c-blosc/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/c-blosc
- pkg install c-blosc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c-blosc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618833889
SHA256 (Blosc-c-blosc-v1.21.0_GH0.tar.gz) = b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d
SIZE (Blosc-c-blosc-v1.21.0_GH0.tar.gz) = 907199
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
- libsnappy.so : archivers/snappy
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- archivers/py-blosc
- misc/openvdb
-
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:
- ===> The following configuration options are available for c-blosc-1.21.0:
AVX2=off: Attempt to build with AVX2 instructions
LZ4=on: LZ4 compression support
SNAPPY=on: Snappy compression library support
SSE2=on: Attempt to build with SSE2 instructions
STATIC=on: Build static executables and/or libraries
TEST=off: Build and/or run tests
ZLIB=on: zlib compression support
ZSTD=on: Zstandard compression support
===> Use 'make config' to modify these settings
- Options name:
- archivers_c-blosc
- USES:
- cmake compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|