-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,8 @@ if [ ! -d spack ];then | |
fi | ||
export SPACK_ROOT=$(pwd)/spack | ||
source ${SPACK_ROOT}/share/spack/setup-env.sh | ||
# This is necessary and used when statically compiling redshow. | ||
# mbedtls has to older than 2.28.0 | ||
# spack install [email protected] [email protected] libs=shared [email protected] | ||
spack install boost mbedtls libs=shared elfutils | ||
check_status "spack install" | ||
# TODO: find a better solution for those packages' installation | ||
# spack load [email protected] [email protected] [email protected] | ||
spack load boost mbedtls elfutils | ||
|
||
# Find spack and boost dir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gputrigger
updated
from 26aad6 to 5bb8fb