Skip to content

Commit

Permalink
fix the dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao committed Mar 28, 2023
1 parent 6233dc5 commit 3efff18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ if [ ! -d spack ];then
fi
export SPACK_ROOT=$(pwd)/spack
source ${SPACK_ROOT}/share/spack/setup-env.sh
spack install boost mbedtls libs=shared elfutils
# Fix the versions of dependencies
spack install [email protected] [email protected] libs=shared [email protected]
check_status "spack install"
spack load boost mbedtls elfutils

Expand Down

0 comments on commit 3efff18

Please sign in to comment.