upg libfabric

This commit is contained in:
joborun linux 2024-03-09 14:40:33 +02:00
parent f2d8ff88ee
commit 6df20f15ac
3 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libfabric
pkgver=1.20.0
pkgver=1.20.1
pkgrel=01
pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
url="https://ofiwg.github.io/libfabric/"
@ -42,7 +42,7 @@ arch=(x86_64)
license=(GPL2)
sha256sums=(7fbbaeb0e15c7c4553c0ac5f54e4ef7aecaff8a669d4ba96fa04b0fc780b9ddc) # libfabric-1.20.0.tar.bz2
## f54cfdfc185a874a1fcd79e427f907e6069b9d81885eb8ad67cad1d33e906ac8 libfabric-1.20.0-01-x86_64.pkg.tar.lz
sha256sums=(fd88d65c3139865d42a6eded24e121aadabd6373239cef42b76f28630d6eed76) # libfabric-1.20.1.tar.bz2
## 703be3a7d93cd51d70e9b711a7e2b84d7a5887f49dee1e1d3ba288eaa6683f21 libfabric-1.20.1-01-x86_64.pkg.tar.lz

View File

@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <archange@archlinux.org>
pkgname=libfabric
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
arch=(x86_64)
@ -10,7 +10,7 @@ license=(GPL2)
depends=(glibc gcc-libs numactl)
options=(!lto)
source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
sha512sums=('8d6ce8959e9a8d1807e276e35ed0ca3b423247fce2cd6916d9dfec44aff2c665a9cc48571a8ffbf85fd87af3a021ced9b911bace8921a4bd73b8c923f8340f82')
sha512sums=('dcf7ab7875b3cdd82be39ee91b6f86e374627adb1c6715467ce1faeb7c6ded72abe82fa73fe915f62612f31ea638d7c9ae407a24fd8f049feb540e35e875272a')
prepare() {
cd ${pkgname}-${pkgver}
@ -33,4 +33,3 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
##

View File

@ -1,2 +1,4 @@
autoconf
automake