forked from spack/spack-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ apt-get clean -y | |
rm -rf /var/lib/apt/lists/* | ||
bash $(dirname $SCC_SETUP_ENV)/init-env.sh v0.21.1 | ||
. ${SCC_SETUP_ENV} | ||
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] target=x86_64_v3 os=22.04" "[email protected] target=$(arch)" "[email protected]" | ||
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] target=x86_64_v3 os=ubuntu22.04" "[email protected] target=$(arch)" "[email protected]" | ||
EOF |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ bash $(dirname $SCC_SETUP_ENV)/init-env.sh v0.21.1 | |
|
||
# 从 spack 官方镜像下载一个预编译的编译器,重新源码自编译一遍作为默认编译器 | ||
# see <https://cache.spack.io/package/v0.21.1/gcc/specs/> | ||
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] target=x86_64_v3 os=22.04" "[email protected]" "[email protected]" | ||
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] target=x86_64_v3 os=ubuntu22.04" "[email protected]" "[email protected]" | ||
``` | ||
|
||
### 集成进已有的 spack 环境 | ||
|