[arch-commits] Commit in libfabric/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon May 2 11:19:48 UTC 2022
Date: Monday, May 2, 2022 @ 11:19:48
Author: archange
Revision: 1192213
archrelease: copy trunk to community-x86_64
Added:
libfabric/repos/community-x86_64/PKGBUILD
(from rev 1192212, libfabric/trunk/PKGBUILD)
Deleted:
libfabric/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-02 11:19:19 UTC (rev 1192212)
+++ PKGBUILD 2022-05-02 11:19:48 UTC (rev 1192213)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libfabric
-pkgver=1.14.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)
-source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=('6ce2863b4dee58648a0aa1108c0f41ea6fc7d610686c3e66d7c3b75d8aa2ee019786a3843ebf652fe31f9945300d32a6b56f447c957abb49d6f7a8a567a39167')
-
-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 1192212, libfabric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-02 11:19:48 UTC (rev 1192213)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libfabric
+pkgver=1.15.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=('c4f855d98eedea412fa11461bde3d498c494b2e121141df3852b08b94e716fec1d7c0e19e366939b639d792f56060e291ff161e433f2a82689484988363fead8')
+
+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