[arch-commits] Commit in libfabric/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 16:52:00 UTC 2021


    Date: Saturday, October 16, 2021 @ 16:51:59
  Author: archange
Revision: 1030544

archrelease: copy trunk to community-x86_64

Added:
  libfabric/repos/community-x86_64/PKGBUILD
    (from rev 1030543, libfabric/trunk/PKGBUILD)
Deleted:
  libfabric/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 16:51:34 UTC (rev 1030543)
+++ PKGBUILD	2021-10-16 16:51:59 UTC (rev 1030544)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libfabric
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
-arch=(x86_64)
-url="https://ofiwg.github.io/libfabric/"
-license=(GPL2)
-depends=(glibc)
-source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=(f78ea54e40fe65f6a09fa47788102442a363f3f5de7f3a3636a1c0d782a06e343353b79bd33d001aa369bfe26021e829bbe6088ee23e2a0ddd198de445595925)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libfabric/repos/community-x86_64/PKGBUILD (from rev 1030543, libfabric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-16 16:51:59 UTC (rev 1030544)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libfabric
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
+arch=(x86_64)
+url="https://ofiwg.github.io/libfabric/"
+license=(GPL2)
+depends=(glibc)
+source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
+sha512sums=(edd1ac752c0386148ab011fb5d3a27c4fc6a416993bca1350a850926aad0f519c536520276c91b430cad0fee7f7e1c47de721cd483b4f91c4eb51b06539a9127)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list