diff options
-rw-r--r-- | etc/spack/defaults/concretizer.yaml | 4 | ||||
-rw-r--r-- | etc/spack/defaults/packages.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/spack/defaults/concretizer.yaml b/etc/spack/defaults/concretizer.yaml index b3b0605459..fef46967a8 100644 --- a/etc/spack/defaults/concretizer.yaml +++ b/etc/spack/defaults/concretizer.yaml @@ -43,7 +43,7 @@ concretizer: # "full" (experimental): allows separation of the entire build-tool stack (e.g. the entire "cmake" subDAG) strategy: minimal # Option to specify compatibility between operating systems for reuse of compilers and packages - # Specified as a key: [list] where the key is the os that is being targeted, and the list contains the OS's - # it can reuse. Note this is a directional compatibility so mutual compatibility between two OS's + # Specified as a key: [list] where the key is the os that is being targeted, and the list contains the OS's + # it can reuse. Note this is a directional compatibility so mutual compatibility between two OS's # requires two entries i.e. os_compatible: {sonoma: [monterey], monterey: [sonoma]} os_compatible: {} diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index 037c648af8..b9fdd4b3db 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -40,9 +40,9 @@ packages: jpeg: [libjpeg-turbo, libjpeg] lapack: [openblas, amdlibflame] libc: [glibc, musl] - libgfortran: [ gcc-runtime ] + libgfortran: [gcc-runtime] libglx: [mesa+glx] - libifcore: [ intel-oneapi-runtime ] + libifcore: [intel-oneapi-runtime] libllvm: [llvm] lua-lang: [lua, lua-luajit-openresty, lua-luajit] luajit: [lua-luajit-openresty, lua-luajit] |