rdma-core: fix syntax for external discoverability (#32962)

This commit is contained in:
Martin Pokorny 2022-10-03 17:45:46 -06:00 committed by GitHub
parent 977c89cee1
commit 916b21bfb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ class RdmaCore(CMakePackage):
homepage = "https://github.com/linux-rdma/rdma-core"
url = "https://github.com/linux-rdma/rdma-core/releases/download/v17.1/rdma-core-17.1.tar.gz"
libraries = ["librdmacm.so"]
executables = ["librdmacm.so"]
version("41.0", sha256="e0b7deb8a71f229796a0cfe0fa25192c530cd3d86b755b6b28d1a5986a77507b")
version("40.0", sha256="8844edb71311e3212e55e28fa4bdc6e06dd6c7b839ed56ee4b606e4220d94ee8")