From 15ef85e161f84ae199ee773732b230ccafc665c7 Mon Sep 17 00:00:00 2001 From: Jared Popelar Date: Mon, 17 May 2021 14:56:42 -0600 Subject: Packaging of netlib-lapack for windows (#24993) MSVC's internal CMake and Ninja now detected by spack external find and added to packages.yaml Saving progress on packaging zlib for Windows Fixing the shared CMake flag * Loading Intel's ifx Fortran compiler into MSVC; if there are multiple versions of MSVC installed and detected, ifx will only be placed into the first block written in compilers.yaml. The version number of ifx can be detected using MSVC's version flag (instead of /QV) by using ignore_version_errors. This commit also provides support for detection of Intel compilers in their own compiler block by adding ifx.exe to the fc/f77_name blocks inside intel.py * Giving CMake a Fortran compiler argument * Adding patch file for removing duplicated mangling header for versions 3.9.1 and older; static and shared now successfully building on Windows * Have netlib-lapack depend on ninja@1.10 Co-authored-by: John R. Cary Co-authored-by: Jared Popelar Making a default config.yaml for Windows Small path length for build_stage Provide more prerequisite details, mention default config.yaml Killing an unnecessary setvars call Replacing some lost changes, proofreading, updating windows-supported package list Co-authored-by: John Parent --- etc/spack/defaults/windows/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/spack/defaults/windows/config.yaml (limited to 'etc') diff --git a/etc/spack/defaults/windows/config.yaml b/etc/spack/defaults/windows/config.yaml new file mode 100644 index 0000000000..5d35246acb --- /dev/null +++ b/etc/spack/defaults/windows/config.yaml @@ -0,0 +1,5 @@ +config: + locks: false + concretizer: original + build_stage:: + - '~/.spack' -- cgit v1.2.3-70-g09d2