* update zfp to 1.0.1-4
This commit is contained in:
parent
ceb64e22ba
commit
4b239efa04
@ -1,7 +1,7 @@
|
|||||||
pkgbase = zfp
|
pkgbase = zfp
|
||||||
pkgdesc = Compressed numerical arrays that support high-speed random access
|
pkgdesc = Compressed numerical arrays that support high-speed random access
|
||||||
pkgver = 1.0.1
|
pkgver = 1.0.1
|
||||||
pkgrel = 3.1
|
pkgrel = 4
|
||||||
url = https://computing.llnl.gov/projects/floating-point-compression
|
url = https://computing.llnl.gov/projects/floating-point-compression
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=zfp
|
pkgname=zfp
|
||||||
pkgver=1.0.1
|
pkgver=1.0.1
|
||||||
pkgrel=3.1
|
pkgrel=4
|
||||||
pkgdesc="Compressed numerical arrays that support high-speed random access"
|
pkgdesc="Compressed numerical arrays that support high-speed random access"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://computing.llnl.gov/projects/floating-point-compression"
|
url="https://computing.llnl.gov/projects/floating-point-compression"
|
||||||
@ -25,7 +25,7 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd build
|
cd build
|
||||||
LD_LIBRARY_PATH="$(pwd)"/lib/ ctest -v --output-on-failure
|
LD_LIBRARY_PATH="$(pwd)"/lib/ ctest --output-on-failure
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user