[arch-commits] Commit in zfp/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 15:20:07 UTC 2021
Date: Thursday, December 2, 2021 @ 15:20:07
Author: felixonmars
Revision: 1062024
archrelease: copy trunk to community-staging-x86_64
Added:
zfp/repos/community-staging-x86_64/PKGBUILD
(from rev 1062022, zfp/trunk/PKGBUILD)
Deleted:
zfp/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 15:20:05 UTC (rev 1062023)
+++ PKGBUILD 2021-12-02 15:20:07 UTC (rev 1062024)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=zfp
-pkgver=0.5.5
-pkgrel=4
-pkgdesc="Compressed numerical arrays that support high-speed random access"
-arch=(x86_64)
-url="https://computing.llnl.gov/projects/floating-point-compression"
-license=(BSD)
-depends=(glibc gcc-libs)
-makedepends=(cmake gcc-fortran cython python python-numpy)
-source=(https://github.com/LLNL/zfp/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6a7f4934489087d9c117a4af327fd6495ea757924f4df467b9c537abf8bd86c4')
-
-build() {
- cmake -B build -S ${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON \
- -DBUILD_CFP=ON \
- -DBUILD_ZFPY=ON \
- -DBUILD_ZFORP=ON
- make -C build
-}
-
-check() {
- cd build
- LD_LIBRARY_PATH="$(pwd)"/lib/ ctest -v --output-on-failure
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
- install -D build/bin/zfp -t "${pkgdir}"/usr/bin
- install -Dm644 ${pkgname}-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: zfp/repos/community-staging-x86_64/PKGBUILD (from rev 1062022, zfp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 15:20:07 UTC (rev 1062024)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=zfp
+pkgver=0.5.5
+pkgrel=5
+pkgdesc="Compressed numerical arrays that support high-speed random access"
+arch=(x86_64)
+url="https://computing.llnl.gov/projects/floating-point-compression"
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(cmake gcc-fortran cython python python-numpy)
+source=(https://github.com/LLNL/zfp/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6a7f4934489087d9c117a4af327fd6495ea757924f4df467b9c537abf8bd86c4')
+
+build() {
+ cmake -B build -S ${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DBUILD_CFP=ON \
+ -DBUILD_ZFPY=ON \
+ -DBUILD_ZFORP=ON
+ make -C build
+}
+
+check() {
+ cd build
+ LD_LIBRARY_PATH="$(pwd)"/lib/ ctest -v --output-on-failure
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+ install -D build/bin/zfp -t "${pkgdir}"/usr/bin
+ install -Dm644 ${pkgname}-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
More information about the arch-commits
mailing list