notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-zfp High throughput library for compressed floating-point arrays
1.0.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-01 10:39:14
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: science
License: MIT
WWW:
https://computing.llnl.gov/projects/zfp
https://github.com/LLNL/zfp
Description:
zfp is a BSD licensed open source C/C++ library for compressed floating-point arrays that support very high throughput read and write random access. zfp was written by Peter Lindstrom, Markus Salasoo, and Matt Larsen at Lawrence Livermore National Laboratory.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}zfp>0:devel/py-zfp@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-zfp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-zfp
  • pkg install py311-zfp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-zfp listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-zfp
Package flavors (<flavor>: <package>)
  • py311: py311-zfp
distinfo:
TIMESTAMP = 1739138027 SHA256 (zfp-1.0.1.tar.gz) = ca0f7b4ae88044ffdda12faead30723fe83dd8f5bb0db74125df84589e60e52b SIZE (zfp-1.0.1.tar.gz) = 514154

Packages (timestamps in pop-ups are UTC):
py39-zfp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------1.0.0_1-
FreeBSD:14:latest--------
FreeBSD:14:quarterly------1.0.0_1-
FreeBSD:15:latest--n/a-n/a-1.0.0_11.0.0_1
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
 

py311-zfp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.11.0.1-1.0.11.0.1---
FreeBSD:13:quarterly1.0.11.0.1-1.0.11.0.1---
FreeBSD:14:latest1.0.11.0.1-1.0.11.0.1---
FreeBSD:14:quarterly1.0.11.0.1-1.0.11.0.1---
FreeBSD:15:latest1.0.11.0.1n/a1.0.1n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-1.0.1n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. py311-cython>=0.29.37<3 : lang/cython@py311
  5. python3.11 : lang/python311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
Library dependencies:
  1. libzfp.so : devel/zfp
This port is required by:
for Run
  1. misc/py-numcodecs

Configuration Options:
No options to configure
Options name:
devel_py-zfp
USES:
cmake localbase:ldflags python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/LLNL/zfp/releases/download/1.0.1/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.1
10 Feb 2025 02:59:04
commit hash: a85e068f8c8615e4a6a97e3d52ab83efb4f15300commit hash: a85e068f8c8615e4a6a97e3d52ab83efb4f15300commit hash: a85e068f8c8615e4a6a97e3d52ab83efb4f15300commit hash: a85e068f8c8615e4a6a97e3d52ab83efb4f15300 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-zfp: update 1.0.0 → 1.0.1
1.0.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.0.0
01 Nov 2022 10:36:07
commit hash: 7605224ac113f2f5e03b9dbce519d151fd9270efcommit hash: 7605224ac113f2f5e03b9dbce519d151fd9270efcommit hash: 7605224ac113f2f5e03b9dbce519d151fd9270efcommit hash: 7605224ac113f2f5e03b9dbce519d151fd9270ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-zfp: New port: High throughput library for compressed floating-point
arrays

Number of commits found: 4