diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-08-12 08:19:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 17:19:54 -0700 |
| commit | eba4f2ca58a7ad39608063e83d7f460802dbb038 (patch) | |
| tree | ca430319a281c0fd6b3c6269226b4b524d2a9aec /ports | |
| parent | c315cf92f7e9ca1247c839106abd49cf5fb6a6eb (diff) | |
| download | vcpkg-eba4f2ca58a7ad39608063e83d7f460802dbb038.tar.gz vcpkg-eba4f2ca58a7ad39608063e83d7f460802dbb038.zip | |
[intel-mkl] Update description field (#19461)
* [intel-mkl] Update description field
* Update version files
* Update ports/intel-mkl/vcpkg.json
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Update versions/i-/intel-mkl.json
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
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." +} |
