vcpkg/ports/sleef/vcpkg.json
Thomas1664 1f31840e88
[sleef] Fix unused configure variable (#23951)
* [sleef] Fix unused configure variable

* version

* Try remove from CI baseline

* Still compiler error
2022-04-06 14:17:21 -07:00

16 lines
345 B
JSON

{
"name": "sleef",
"version": "3.5.1",
"port-version": 2,
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
"homepage": "https://sleef.org/",
"license": "BSL-1.0",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}