* update zfp to 1.0.1-4

This commit is contained in:
Alexander Baldeck 2024-12-07 22:13:11 +01:00
parent ceb64e22ba
commit 4b239efa04
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = zfp
pkgdesc = Compressed numerical arrays that support high-speed random access
pkgver = 1.0.1
pkgrel = 3.1
pkgrel = 4
url = https://computing.llnl.gov/projects/floating-point-compression
arch = x86_64
arch = powerpc64le

View File

@ -3,7 +3,7 @@
pkgname=zfp
pkgver=1.0.1
pkgrel=3.1
pkgrel=4
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"
@ -25,7 +25,7 @@ build() {
check() {
cd build
LD_LIBRARY_PATH="$(pwd)"/lib/ ctest -v --output-on-failure
LD_LIBRARY_PATH="$(pwd)"/lib/ ctest --output-on-failure
}
package() {