Automic VaultAutomic Vault

brew

使用 Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper 安装 zfp

查看 zfp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install zfp

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install zfp

MacPorts ports tree · science/zfp/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install libzfp-dev

Debian stable package indexes · libzfp-dev · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install python3-zfpy

Fedora Rawhide package metadata · python3-zfpy · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#zfp

nixpkgs package indexes · pkgs/by-name/zf/zfp/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S zfp

Arch Linux sync databases · zfp · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install libzfp1

openSUSE Tumbleweed package metadata · libzfp1 · 来源: download.opensuse.org

概览

软件包摘要

Compressed numerical arrays that support high-speed random access

历史

项目历史与用法

zfp is an LLNL-developed compressed-array library and command-line tool for multidimensional floating-point and integer data. Its niche is scientific and HPC data where users want lower memory, storage, or bandwidth costs while retaining fast random access and explicit error or rate controls.

项目历史

zfp was originally developed by Peter Lindstrom at Lawrence Livermore National Laboratory. Its foundational publication is Lindstroms 2014 IEEE TVCG paper on fixed-rate compressed floating-point arrays, which addressed a key limitation of variable-length floating-point compression: difficult memory management and poor random access.

The software grew from an algorithmic compressor into a broader compressed-array package. The documentation describes four main components: the zfp number format for fixed-size blocks, C++ compressed-array classes, a C library for streaming compression of whole or partial arrays, and a command-line executable for binary numeric array files.

Modern zfp keeps both lossy and lossless use cases in view. The LLNL project page describes high-throughput read/write random access, optional error-bounded compression, CPU and GPU execution back ends, and bindings for Python, Fortran, and other environments.

采用历史

zfp adoption is tied to scientific data reduction. LLNL and Exascale Computing Project material describe zfp as part of the ALPINE/zfp effort, aimed at reducing I/O and storage pressure in exascale simulations by compressing floating-point arrays while preserving user-controlled error bounds.

The library also spread through integration points. zfp documentation lists application support in ADIOS, BLOSC, HDF5 through H5Z-ZFP, Intel IPP, MVAPICH2-GDR, OpenInventor, and OpenZGY; the H5Z-ZFP docs describe a registered HDF5 filter using zfp for bitrate, accuracy, and precision targets.

使用方式

Users choose compression modes according to workflow constraints. Fixed-rate mode gives predictable size and block random access; fixed-precision and fixed-accuracy modes trade fixed size for precision or absolute-error control; reversible mode supports bit-for-bit reconstruction for supported data and execution paths.

In application code, zfp arrays can act as compressed replacements for native C/C++ arrays or std::vector-like storage when random element access matters. For file or stream workflows, the C API and CLI compress integer or floating-point array data, while Python and Fortran bindings make the same compressor reachable from scientific scripting and simulation environments.

为什么软件包爱好者会关心

zfp is significant because it packages a research-grade numerical representation as normal developer infrastructure: a C/C++ library, CLI, language bindings, HDF5 plugin ecosystem, and HPC distribution target all orbit the same compressed-array format.

For package catalogs, it sits at the intersection of compression, numerical correctness, and hardware-aware performance. Unlike general compressors, zfp exposes scientific knobs such as rate, precision, and accuracy, so the installed package is a policy surface for data fidelity as much as a space-saving tool.

时间线

  • 2014: Peter Lindstrom publishes the fixed-rate compressed floating-point arrays paper that underpins zfp.
  • 2016: H5Z-ZFP documentation appears with LLNL-CODE-707197, reflecting zfp use as an HDF5 compression filter.
  • 2022: LLNL announces zfp 1.0.0, describing the package as a compressed numerical array library with C/C++, Python, and Fortran surfaces.
  • 2020s: Exascale Computing Project material places zfp in the ALPINE/zfp data reduction and visualization workflow for large simulations.

Related projects

  • H5Z-ZFP is the HDF5 compression filter built on zfp.
  • zfPy is the Python interface to zfp.
  • ALPINE is the ECP visualization and analysis effort paired with zfp for exascale data reduction.
  • SZ and MGARD are neighboring scientific lossy-compression projects often discussed alongside zfp.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:compress

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
zfpcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.0.1
管理器更新时间2026-04-28
本地数据OK
上游当前
检测到的最新版本1.0.1

https://github.com/llnl/zfp

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:zfp
版本1.0.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/zfp
主页https://zfp.llnl.gov
仓库https://github.com/llnl/zfp
上游文档https://zfp.readthedocs.io/en/release1.0.0
许可证BSD-3-Clause
源码归档https://github.com/llnl/zfp/archive/refs/tags/1.0.1.tar.gz
最后更新2026-04-28T14:07:10Z
Pulseupdated
构建依赖cmake
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namezfp
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libzfp-dev 1.0.1-4+b6

Fixed-Rate Compressed Floating-Point Arrays (Development files)

https://zfp.llnl.gov

sudo apt install libzfp-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: zfp
  • 1 依赖
  • normalized package name match
  • 匹配方式:Zfp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzfp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzfp1t64 1.0.1-4+b6

Fixed-Rate Compressed Floating-Point Arrays

https://zfp.llnl.gov

sudo apt install libzfp1t64
  • Section: libs
  • Architecture: amd64
  • Source Package: zfp
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zfp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzfp1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-zfpy 1.0.1-4+b6

Python 3 bindings to the Fixed-Rate Compressed Floating-Point Arrays

https://zfp.llnl.gov

sudo apt install python3-zfpy
  • Section: python
  • Architecture: amd64
  • Source Package: zfp
  • 6 依赖
  • normalized package name match
  • 匹配方式:Zfp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-zfpy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zfp 1.0.1-4+b6

Fixed-Rate Compressed Floating-Point Arrays - binary programs

https://zfp.llnl.gov

sudo apt install zfp
  • Section: science
  • Architecture: amd64
  • Source Package: zfp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Zfp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zfp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zfp

nix profile install nixpkgs#zfp
  • normalized package name match
  • 匹配方式:Zfp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zf/zfp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libzfp-dev 1.0.1-3.1build1

Fixed-Rate Compressed Floating-Point Arrays (Development files)

https://zfp.llnl.gov

sudo apt install libzfp-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: zfp
  • 1 依赖
  • normalized package name match
  • 匹配方式:Zfp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzfp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzfp1t64 1.0.1-3.1build1

Fixed-Rate Compressed Floating-Point Arrays

https://zfp.llnl.gov

sudo apt install libzfp1t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: zfp
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zfp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzfp1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-zfpy 1.0.1-3.1build1

Python 3 bindings to the Fixed-Rate Compressed Floating-Point Arrays

https://zfp.llnl.gov

sudo apt install python3-zfpy
  • Section: universe/python
  • Architecture: amd64
  • Source Package: zfp
  • 5 依赖
  • normalized package name match
  • 匹配方式:Zfp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-zfpy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

zfp 1.0.1-3.1build1

Fixed-Rate Compressed Floating-Point Arrays - binary programs

https://zfp.llnl.gov

sudo apt install zfp
  • Section: universe/science
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Zfp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zfp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

python3-zfpy 1.0.1-11.fc45

zfp compression in Python

https://computing.llnl.gov/projects/zfp

sudo dnf install python3-zfpy
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: zfp
  • 5 依赖
  • 5 提供
  • normalized package name match
  • 匹配方式:Zfp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-zfpy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zfp 1.0.1-11.fc45

Library for compressed numerical arrays with high throughput R/W random access

https://computing.llnl.gov/projects/zfp

sudo dnf install zfp
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zfp
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zfp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zfp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zfp-devel 1.0.1-11.fc45

Development files for zfp

https://computing.llnl.gov/projects/zfp

sudo dnf install zfp-devel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zfp
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zfp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zfp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

libzfp1 1.0.1-1.7

Read and write numerical arrays

https://computing.llnl.gov/projects/zfp

sudo zypper install libzfp1
  • License: BSD-3-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: zfp
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zfp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libzfp1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

zfp 1.0.1-1.7

Read and write numerical arrays

https://computing.llnl.gov/projects/zfp

sudo zypper install zfp
  • License: BSD-3-Clause
  • Category: Productivity/Archiving/Compression
  • Architecture: x86_64
  • Source Package: zfp
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zfp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zfp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

zfp-devel 1.0.1-1.7

Development files for zfp

https://computing.llnl.gov/projects/zfp

sudo zypper install zfp-devel
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: zfp
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zfp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zfp-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment