Skip to content
Snippets Groups Projects
Commit 49293c08 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Fix spack load in case there are multiple definitions of bzip2

parent dfd456be
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
......@@ -44,7 +44,7 @@ if [ ! -f "${definitions_tar_file}" ]; then
if [ ! $(rpm -qa | grep bzip2) ]; then
spack install bzip2
spack load bzip2
spack load --first bzip2
fi
# Decompress definitions file
......
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