spack / spack-bootstrap-installer

Code to generate installers for Spack and any required dependencies (ie python)
Apache License 2.0
1 stars 0 forks source link

spack compiler find #15

Open BetsyMcPhail opened 3 years ago

BetsyMcPhail commented 3 years ago

Thanks to 21259 this is pretty close.

C:\Users\betsy.mcphail\Spack 0.16.0>spack compiler find "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC

is failing in lib\spack\spack\compiler.py in _get_compiler_version_output(). It is attempting to use "cl.exe -dumpversion" to find the compiler version, which is not valid.