summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJuan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com>2024-08-26 14:09:48 +0200
committerGitHub <noreply@github.com>2024-08-26 14:09:48 +0200
commit8c1d6188e3f7eac9488379c75135e0a4afff4c76 (patch)
tree8d7c47981b24e766d667186374cccfc855988463 /var
parent1d70ab934c7874211e8894e831268f468b77eb1c (diff)
downloadspack-8c1d6188e3f7eac9488379c75135e0a4afff4c76.tar.gz
spack-8c1d6188e3f7eac9488379c75135e0a4afff4c76.tar.bz2
spack-8c1d6188e3f7eac9488379c75135e0a4afff4c76.tar.xz
spack-8c1d6188e3f7eac9488379c75135e0a4afff4c76.zip
gaudi: remove redundant dependency on cppgsl (#46029)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gaudi/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py
index e3f928409e..344fd0773f 100644
--- a/var/spack/repos/builtin/packages/gaudi/package.py
+++ b/var/spack/repos/builtin/packages/gaudi/package.py
@@ -109,7 +109,6 @@ class Gaudi(CMakePackage):
depends_on(pv[0], when=pv[1] + " +examples")
# Adding these dependencies triggers the build of most optional components
- depends_on("cppgsl", when="+cppunit")
depends_on("cppunit", when="+cppunit")
depends_on("doxygen +graphviz", when="+docs")
depends_on("gperftools", when="+gperftools")