From 582f165871f796516f2c3d0937114fd4aa6bd2d3 Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:32:18 -0500 Subject: Windows: package defaults and MPI detection (#34614) * Update packages config to indicate that MSVC is the preferred compiler * Update packages config to indicate that msmpi is the preferred MPI provider * Fix msmpi external detection --- etc/spack/defaults/windows/packages.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/spack/defaults/windows/packages.yaml (limited to 'etc') diff --git a/etc/spack/defaults/windows/packages.yaml b/etc/spack/defaults/windows/packages.yaml new file mode 100644 index 0000000000..863cf7cf18 --- /dev/null +++ b/etc/spack/defaults/windows/packages.yaml @@ -0,0 +1,21 @@ +# ------------------------------------------------------------------------- +# This file controls default concretization preferences for Spack. +# +# 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/packages.yaml +# +# Per-user settings (overrides default and site settings): +# ~/.spack/packages.yaml +# ------------------------------------------------------------------------- +packages: + all: + compiler: + - msvc + providers: + mpi: [msmpi] -- cgit v1.2.3-60-g2f50