diff options
author | Alex Hedges <aphedges@users.noreply.github.com> | 2024-10-30 17:32:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 22:32:54 +0100 |
commit | ec058556ad023a124ae500248e8402ea4db4f039 (patch) | |
tree | e9e3fce90030825be5e7172e4f94211eebd98b55 /etc | |
parent | ce78e8a1f81473cede3e568f9f5bfbe6b66f072f (diff) | |
download | spack-ec058556ad023a124ae500248e8402ea4db4f039.tar.gz spack-ec058556ad023a124ae500248e8402ea4db4f039.tar.bz2 spack-ec058556ad023a124ae500248e8402ea4db4f039.tar.xz spack-ec058556ad023a124ae500248e8402ea4db4f039.zip |
Remove trailing spaces in default YAML files (#47328)
caught by `prettier`
Diffstat (limited to 'etc')
-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] |