-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spack submodule from spack/develop as of 2024/01/26 (#977)
* Update submodule pointer for spack * For spack-ext/lib: env.env_file_config_scope_name() --> env.scope_name * Change 'spack.config.get(repos, scope=None)' to 'spack.config.get(repos)' in spack-ext/lib/jcsda-emc/spack-stack/stack/stack_env.py * Update macOS site packages.yaml and corresponding documentation in doc/source/NewSiteConfigs.rst * Update openmpi version for macOS CI runs, fix macOS Intel CI by adding gettext with correct (non-sys) path * Avoid duplicate setting of CMAKE_PREFIX_PATH in configs/common/modules_*.yaml * Remove variant '+download_boost' for mysql from configs/common/packages.yaml, no longer exists * Add '--exclude python' to 'spack external find' in documentation and Github CI scripts
- Loading branch information
Showing
10 changed files
with
36 additions
and
33 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 |
---|---|---|
|
@@ -56,7 +56,9 @@ jobs: | |
export SPACK_SYSTEM_CONFIG_PATH="${ENVDIR}/site" | ||
# Find external packages | ||
spack external find --scope system --exclude bison --exclude openssl | ||
spack external find --scope system \ | ||
--exclude bison --exclude openssl \ | ||
--exclude python | ||
spack external find --scope system perl | ||
spack external find --scope system wget | ||
PATH="/opt/homebrew/opt/curl/bin:$PATH" \ | ||
|
@@ -77,7 +79,7 @@ jobs: | |
# *DH | ||
# Set compiler and MPI | ||
spack config add "packages:all:providers:mpi:[openmpi@4.1.6]" | ||
spack config add "packages:all:providers:mpi:[openmpi@5.0.1]" | ||
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
|
@@ -136,7 +138,7 @@ jobs: | |
module use ${ENVDIR}/install/modulefiles/Core | ||
module load stack-apple-clang/14.0.3 | ||
module load stack-openmpi/4.1.6 | ||
module load stack-openmpi/5.0.1 | ||
module load stack-python/3.10.13 | ||
module available | ||
|
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 |
---|---|---|
|
@@ -49,7 +49,11 @@ jobs: | |
export SPACK_SYSTEM_CONFIG_PATH="${ENVDIR}/site" | ||
# Find external packages | ||
spack external find --scope system --exclude bison --exclude openssl | ||
spack external find --scope system \ | ||
--exclude bison --exclude openssl \ | ||
--exclude python --exclude gettext | ||
# Need to find gettext outside of default (presumed to be a system) path for krb5 | ||
spack external find --path=/usr/local/Cellar/gettext/0.21.1 gettext | ||
spack external find --scope system perl | ||
spack external find --scope system wget | ||
PATH="/usr/local/opt/curl/bin:$PATH" \ | ||
|
@@ -70,7 +74,7 @@ jobs: | |
# *DH | ||
# Set compiler and MPI | ||
spack config add "packages:all:providers:mpi:[openmpi@4.1.6]" | ||
spack config add "packages:all:providers:mpi:[openmpi@5.0.1]" | ||
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
|
@@ -127,7 +131,7 @@ jobs: | |
module use ${ENVDIR}/install/modulefiles/Core | ||
module load stack-apple-clang/14.0.0 | ||
module load stack-openmpi/4.1.6 | ||
module load stack-openmpi/5.0.1 | ||
module load stack-python/3.10.13 | ||
module available | ||
|
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 |
---|---|---|
|
@@ -285,5 +285,3 @@ modules: | |
- PKG_CONFIG_PATH | ||
lib64/pkgconfig: | ||
- PKG_CONFIG_PATH | ||
'': | ||
- CMAKE_PREFIX_PATH |
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 |
---|---|---|
|
@@ -284,5 +284,3 @@ modules: | |
- PKG_CONFIG_PATH | ||
lib64/pkgconfig: | ||
- PKG_CONFIG_PATH | ||
'': | ||
- CMAKE_PREFIX_PATH |
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 spack
updated
8794 files
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