zeek/auxil/vcpkg/ports/sleef/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
459 B
JSON

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