Removing application of the ldconfig patch because it conflicts with (#43001)

gdrcopy version 2.4.1
This commit is contained in:
G-Ragghianti 2024-03-05 14:57:24 -05:00 committed by GitHub
parent bf62ac0769
commit cb6450977d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ class Gdrcopy(MakefilePackage, CudaPackage):
version("1.3", sha256="f11cdfe389b685f6636b80b4a3312dc014a385ad7220179c1318c60e2e28af3a")
# Don't call ldconfig: https://github.com/NVIDIA/gdrcopy/pull/229
patch("ldconfig.patch", when="@2.0:")
patch("ldconfig.patch", when="@2.0:2.3")
depends_on("check")
requires("+cuda")