mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:49:02 +08:00
ed8fb07a8b
* [intel-mkl] Install osx * Do less work for --only-downloads * Try harder to ensure DMG unmount * Adjust port warning * Always install usage * Fix log names * Merge copyright * Revise pc file handling * Cleanup * More uniform staging and variables * Update messages * Update versions * Typo * More cleanup * Do nothing for unsupported targets The old code was already broken. * Fix and simplify copy-from-dmg * Change extract_0_dir * Mount to tmp dir
17 lines
538 B
JSON
17 lines
538 B
JSON
{
|
|
"name": "intel-mkl",
|
|
"version": "2023.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.",
|
|
"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"
|
|
}
|
|
]
|
|
}
|