mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:49:00 +08:00
1f31840e88
* [sleef] Fix unused configure variable * version * Try remove from CI baseline * Still compiler error
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "sleef",
|
|
"version": "3.5.1",
|
|
"port-version": 2,
|
|
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
|
|
"homepage": "https://sleef.org/",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|