diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/intel-mkl/CONTROL | 4 | ||||
| -rw-r--r-- | ports/intel-mkl/vcpkg.json | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/intel-mkl/CONTROL b/ports/intel-mkl/CONTROL deleted file mode 100644 index a54d24e50..000000000 --- a/ports/intel-mkl/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: intel-mkl -Version: 2020.0.0 -Port-Version: 1 -Description: Intel® Math Kernel Library (Intel® MKL) accelerates math processing routines, increases application performance, and reduces development time on Intel® processors. diff --git a/ports/intel-mkl/vcpkg.json b/ports/intel-mkl/vcpkg.json new file mode 100644 index 000000000..b767ee113 --- /dev/null +++ b/ports/intel-mkl/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "intel-mkl", + "version": "2020.0.0", + "port-version": 2, + "description": "Intel® Math Kernel Library (Intel® MKL) accelerates math processing routines, increases application performance, and reduces development time on Intel® processors. Due to the complexity involved, this package doesn't install MKL. It instead verifies that MKL is installed. Please download and install MKL from https://registrationcenter.intel.com/en/products/download/3178/ manually before using it in vcpkg." +} |
