Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
zfp
Commits:
acd2642d by Jelle van der Waa at 2024-11-18T10:52:48+01:00
upgpkg: 1.0.1-4: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zfp
pkgdesc = Compressed numerical arrays that support high-speed random
access
pkgver = 1.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://computing.llnl.gov/projects/floating-point-compression
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=zfp
pkgver=1.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Compressed numerical arrays that support high-speed random access"
arch=(x86_64)
url="https://computing.llnl.gov/projects/floating-point-compression"
@@ -24,7 +24,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() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zfp/-/commit/acd2642dc1dca275da3a14fbfa528d15eaf74339
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zfp/-/commit/acd2642dc1dca275da3a14fbfa528d15eaf74339
You're receiving this email because of your account on gitlab.archlinux.org.