From ec058556ad023a124ae500248e8402ea4db4f039 Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Wed, 30 Oct 2024 17:32:54 -0400 Subject: Remove trailing spaces in default YAML files (#47328) caught by `prettier` --- etc/spack/defaults/concretizer.yaml | 4 ++-- etc/spack/defaults/packages.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') 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] -- cgit v1.2.3-70-g09d2