Skip to content
Snippets Groups Projects
Commit fffa83b6 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: install valgrind as spack package

parent 94764993
No related branches found
No related tags found
1 merge request!728feat: install valgrind as spack package
...@@ -52,7 +52,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ ...@@ -52,7 +52,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
poppler-utils \ poppler-utils \
time \ time \
unzip \ unzip \
valgrind \
vim-nox \ vim-nox \
wget \ wget \
&& apt-get -yqq autoremove \ && apt-get -yqq autoremove \
......
...@@ -78,5 +78,6 @@ spack: ...@@ -78,5 +78,6 @@ spack:
- spdlog - spdlog
- stow - stow
- tensorflow-lite - tensorflow-lite
- valgrind
- xrootd - xrootd
view: false view: false
...@@ -296,6 +296,9 @@ packages: ...@@ -296,6 +296,9 @@ packages:
require: require:
- '@2.8.0' - '@2.8.0'
- -xnnpack - -xnnpack
valgrind:
require:
- '@3.20.0'
xrootd: xrootd:
require: require:
- '@5.5.5' - '@5.5.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment