mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
38 lines
719 B
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|