diff options
author | Alec Scott <hi@alecbcs.com> | 2023-05-01 22:49:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 22:49:15 -0700 |
commit | 470523cc353a1cecedef7dd0e9aa8f2e929815cf (patch) | |
tree | 86787c34aca366fe4ca9e965d4866c59a4eeb77a /var | |
parent | c82d4fdc085596df6d166bee291e676adfb7dd03 (diff) | |
download | spack-470523cc353a1cecedef7dd0e9aa8f2e929815cf.tar.gz spack-470523cc353a1cecedef7dd0e9aa8f2e929815cf.tar.bz2 spack-470523cc353a1cecedef7dd0e9aa8f2e929815cf.tar.xz spack-470523cc353a1cecedef7dd0e9aa8f2e929815cf.zip |
libibumad: add v44.1 (#37332)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/libibumad/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libibumad/package.py b/var/spack/repos/builtin/packages/libibumad/package.py index c0fc8b7b6e..e3dec6cba6 100644 --- a/var/spack/repos/builtin/packages/libibumad/package.py +++ b/var/spack/repos/builtin/packages/libibumad/package.py @@ -13,6 +13,7 @@ class Libibumad(CMakePackage): homepage = "https://github.com/linux-rdma/" url = "https://github.com/linux-rdma/rdma-core/archive/v25.0.tar.gz" + version("44.1", sha256="1dec7e25dd248f1ff4d262e5674297205ad9113a4ff25ab7ecbb75a824adac27") version("25.0", sha256="d735bd091d13e8a68ce650e432b5bdc934fc7f1d5fb42a6045278a5b3f7fe48b") depends_on("libnl") |