mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
17 lines
538 B
JSON
17 lines
538 B
JSON
{
|
|
"name": "intel-mkl",
|
|
"version": "2023.0.0",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
]
|
|
}
|