From d29ca52addd6c2eca80fd985598f04cdad0f99dd Mon Sep 17 00:00:00 2001
From: Christoph Ruegg
The build expects that either Intel Parallel Studio 2020 (with the Intel Compiler)
or Intel Math Kernel Library 2020 is installed. If you run into an error with mkl_link_tool.exe
you may need to patch a targets file, see MKL 2020.1, VS2019 linking bug .
The build is targeting Windows 10 SDK (10.0.17763.0) and the v141 platform toolset,
+both of which can be installed as individual components in the Visual Studio Installer,
+together with the Desktop development with C++ workload.
The build can then be triggered by calling:
1: 2: |