diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-05-30 14:21:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 14:21:32 +0200 |
commit | f242e0fd0cf2d5e26204aed0f780b85246416bb0 (patch) | |
tree | 6ba8c4121ec6cc4a08509048fc549c7fd321ca2e /etc | |
parent | 67b5f6b8388dc169913dbec8056aa0d008941a08 (diff) | |
download | spack-f242e0fd0cf2d5e26204aed0f780b85246416bb0.tar.gz spack-f242e0fd0cf2d5e26204aed0f780b85246416bb0.tar.bz2 spack-f242e0fd0cf2d5e26204aed0f780b85246416bb0.tar.xz spack-f242e0fd0cf2d5e26204aed0f780b85246416bb0.zip |
remove platform=cray (#43796)
Remove support for `cray` as a separate platform.
Any platform previously detected as `cray` is now detected as `linux`.
Users who still need platform=cray have to stick to Spack 0.22
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/cray/modules.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/spack/defaults/cray/modules.yaml b/etc/spack/defaults/cray/modules.yaml deleted file mode 100644 index a80f87b16a..0000000000 --- a/etc/spack/defaults/cray/modules.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# ------------------------------------------------------------------------- -# This is the default configuration for Spack's module file generation. -# -# Settings here are versioned with Spack and are intended to provide -# sensible defaults out of the box. Spack maintainers should edit this -# file to keep it current. -# -# Users can override these settings by editing the following files. -# -# Per-spack-instance settings (overrides defaults): -# $SPACK_ROOT/etc/spack/modules.yaml -# -# Per-user settings (overrides default and site settings): -# ~/.spack/modules.yaml -# ------------------------------------------------------------------------- -modules: {} |