Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandes committed Sep 17, 2024
1 parent cc54e0f commit 0ee7e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module list
declare -xr SPACK_PACKAGE='[email protected]'
declare -xr SPACK_COMPILER='[email protected]'
declare -xr SPACK_VARIANTS='~caliper +coreneuron ~cross-compile ~interviews ~legacy-unit +mpi +python +rx3d ~tests'
declare -xr SPACK_DEPENDENCIES="^[email protected]/$(spack find --format '{hash:7}' [email protected] % ${SPACK_COMPILER} ^[email protected] ~ilp64 threads=none) ^[email protected]/$(spack find --format '{hash:7}' [email protected] % ${SPACK_COMPILER})"
declare -xr SPACK_DEPENDENCIES="^[email protected]/$(spack find --format '{hash:7}' [email protected] % ${SPACK_COMPILER}) ^[email protected]/$(spack find --format '{hash:7}' [email protected] % ${SPACK_COMPILER} ^[email protected] ~ilp64 threads=none)"
declare -xr SPACK_SPEC="${SPACK_PACKAGE} % ${SPACK_COMPILER} ${SPACK_VARIANTS} ${SPACK_DEPENDENCIES}"

printenv
Expand Down

0 comments on commit 0ee7e36

Please sign in to comment.