vcpkg/ports/sleef/vcpkg.json

16 lines
362 B
JSON
Raw Normal View History

{
"name": "sleef",
"version": "3.5.1",
"port-version": 4,
"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
}
]
}