Files
vcpkg/ports/sleef/vcpkg.json

38 lines
719 B
JSON

{
"name": "sleef",
"version": "3.9.0",
"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
}
],
"features": {
"dft": {
"description": "Build the DFT library. Needs OpenMP.",
"dependencies": [
{
"name": "sleef",
"host": true,
"features": [
"dft"
]
}
]
}
}
}