diff options
author | G-Ragghianti <33492707+G-Ragghianti@users.noreply.github.com> | 2024-03-05 14:57:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 11:57:24 -0800 |
commit | cb6450977d2ee125b9967e05977ec4fa0124be40 (patch) | |
tree | 7160ab2f30b110c8437705e2b08de950f6287ad5 /var | |
parent | bf62ac0769369d2a310b9fdfabb89eec7b88d29b (diff) | |
download | spack-cb6450977d2ee125b9967e05977ec4fa0124be40.tar.gz spack-cb6450977d2ee125b9967e05977ec4fa0124be40.tar.bz2 spack-cb6450977d2ee125b9967e05977ec4fa0124be40.tar.xz spack-cb6450977d2ee125b9967e05977ec4fa0124be40.zip |
Removing application of the ldconfig patch because it conflicts with (#43001)
gdrcopy version 2.4.1
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gdrcopy/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gdrcopy/package.py b/var/spack/repos/builtin/packages/gdrcopy/package.py index 03f22a577e..e5a98dbd5f 100644 --- a/var/spack/repos/builtin/packages/gdrcopy/package.py +++ b/var/spack/repos/builtin/packages/gdrcopy/package.py @@ -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") |