Date: Wednesday, December 21, 2022 @ 15:23:39
  Author: archange
Revision: 1364889

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-21 15:23:29 UTC (rev 1364888)
+++ PKGBUILD    2022-12-21 15:23:39 UTC (rev 1364889)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-pkgname=libfabric
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
-arch=(x86_64)
-url="https://ofiwg.github.io/libfabric/";
-license=(GPL2)
-depends=(glibc gcc-libs numactl)
-options=(!lto)
-source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=('60ed3c419d6e352d84bf2973d6b95c22f512568456912cd376b5e3073fd4aeef5162aefa52473f5d7d4335c442f8d5e7269852a47b8d92d8deb8fd6c4193ad9d')
-
-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 1364888, 
libfabric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-21 15:23:39 UTC (rev 1364889)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+pkgname=libfabric
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
+arch=(x86_64)
+url="https://ofiwg.github.io/libfabric/";
+license=(GPL2)
+depends=(glibc gcc-libs numactl)
+options=(!lto)
+source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
+sha512sums=(0e34bc91050a4d1babefdabef5d7fc6bfabb81b412f751fd92f4e965b240e02d43baa0405ec27abd4b3a53b6fbc3789b577e416b8e1a9de1eeaa53344ce2b821)
+
+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
+}

Reply via email to