* update zfp to 1.0.1-2

This commit is contained in:
Alexander Baldeck 2024-05-12 13:32:08 +02:00
parent 85dc29243b
commit d64a4dadb7

View File

@ -3,13 +3,13 @@
pkgname=zfp
pkgver=1.0.1
pkgrel=1
pkgrel=2
pkgdesc="Compressed numerical arrays that support high-speed random access"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://computing.llnl.gov/projects/floating-point-compression"
license=(BSD)
depends=(glibc gcc-libs)
makedepends=(cmake gcc-fortran cython python python-numpy)
makedepends=(cmake gcc-fortran cython python python-numpy python-setuptools)
source=(https://github.com/LLNL/zfp/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('4984db6a55bc919831966dd17ba5e47ca7ac58668f4fd278ebd98cd2200da66f')