vcpkg/ports/intel-mkl/vcpkg.json

17 lines
538 B
JSON
Raw Normal View History

{
"name": "intel-mkl",
"version": "2023.0.0",
"port-version": 3,
"description": "Intel® Math Kernel Library (Intel® MKL) accelerates math processing routines, increases application performance, and reduces development time on Intel® processors.",
"homepage": "https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html",
"license": null,
"supports": "(windows | linux | osx) & x64",
"dependencies": [
{
"name": "vcpkg-tool-lessmsi",
"host": true,
"platform": "windows"
}
]
}