vcpkg/ports/sleef/vcpkg.json
2022-10-24 16:22:58 -07:00

16 lines
362 B
JSON

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