[arch-commits] Commit in libfabric/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon Nov 22 19:55:53 UTC 2021
Date: Monday, November 22, 2021 @ 19:55:53
Author: archange
Revision: 1054362
archrelease: copy trunk to community-x86_64
Added:
libfabric/repos/community-x86_64/PKGBUILD
(from rev 1054361, libfabric/trunk/PKGBUILD)
Deleted:
libfabric/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-22 19:55:29 UTC (rev 1054361)
+++ PKGBUILD 2021-11-22 19:55:53 UTC (rev 1054362)
@@ -1,34 +0,0 @@
-# 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
-}
Copied: libfabric/repos/community-x86_64/PKGBUILD (from rev 1054361, libfabric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-22 19:55:53 UTC (rev 1054362)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libfabric
+pkgver=1.14.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=('827fee42bdae1b226d2b3c3b7c2b9b29866791c7a8e9a20239459e6c5a2927d8674367bb075cfe00cc609f538c4630e3af9f566b89d00e337ae224c725cf5f85')
+
+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