extra/libfabric to 2.1.0-1

This commit is contained in:
Kevin Mihelich 2025-03-17 22:24:29 +00:00
parent fe58bc4b00
commit c5405d459f
2 changed files with 5 additions and 5 deletions
extra/libfabric

View file

@ -1,6 +1,6 @@
pkgbase = libfabric
pkgdesc = User-space API for OpenFabrics Interfaces (OFI)
pkgver = 2.0.0
pkgver = 2.1.0
pkgrel = 1
url = https://ofiwg.github.io/libfabric/
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = libfabric
depends = glibc
depends = numactl
options = !lto
source = https://github.com/ofiwg/libfabric/releases/download/v2.0.0/libfabric-2.0.0.tar.bz2
sha512sums = 4d3067fde9d5063119618367234341dce0fe9c812bc4c761eac3d686590a19b6fa8ec857928a3dcd369bce043586e7147e97e6554206e3c34a80f93cbe094962
source = https://github.com/ofiwg/libfabric/releases/download/v2.1.0/libfabric-2.1.0.tar.bz2
sha512sums = 353c46c3026b34104f654345d4c94007cd4a78c5d851df6b52166c10bcb431c5db46d75f290a15ca98a31c2343bb3a92718313c7dadd57298847015e80e2a612
pkgname = libfabric

View file

@ -5,7 +5,7 @@
# - build with -Wno-incompatible-pointer-types for v7
pkgname=libfabric
pkgver=2.0.0
pkgver=2.1.0
pkgrel=1
pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
arch=(x86_64)
@ -14,7 +14,7 @@ license=('BSD-2-Clause OR GPL-2.0-or-later')
depends=(glibc numactl)
options=(!lto)
source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
sha512sums=('4d3067fde9d5063119618367234341dce0fe9c812bc4c761eac3d686590a19b6fa8ec857928a3dcd369bce043586e7147e97e6554206e3c34a80f93cbe094962')
sha512sums=('353c46c3026b34104f654345d4c94007cd4a78c5d851df6b52166c10bcb431c5db46d75f290a15ca98a31c2343bb3a92718313c7dadd57298847015e80e2a612')
prepare() {
cd ${pkgname}-${pkgver}