libibumad: add v44.1 (#37332)

This commit is contained in:
Alec Scott 2023-05-01 22:49:15 -07:00 committed by GitHub
parent c82d4fdc08
commit 470523cc35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class Libibumad(CMakePackage):
homepage = "https://github.com/linux-rdma/" homepage = "https://github.com/linux-rdma/"
url = "https://github.com/linux-rdma/rdma-core/archive/v25.0.tar.gz" url = "https://github.com/linux-rdma/rdma-core/archive/v25.0.tar.gz"
version("44.1", sha256="1dec7e25dd248f1ff4d262e5674297205ad9113a4ff25ab7ecbb75a824adac27")
version("25.0", sha256="d735bd091d13e8a68ce650e432b5bdc934fc7f1d5fb42a6045278a5b3f7fe48b") version("25.0", sha256="d735bd091d13e8a68ce650e432b5bdc934fc7f1d5fb42a6045278a5b3f7fe48b")
depends_on("libnl") depends_on("libnl")