mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
8573c7002e
* [sleef] create a new port
* [sleef] update baseline
* [sleef] update supports
* add more supported architectures to sleef
* [sleef] update ci.baseline.txt
* Revert "[sleef] update ci.baseline.txt"
This reverts commit 39685ae755
.
* [sleef] disable (arm & windows)
The project's CI doesn't check it. Disable in support field.
* Update ports/sleef/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [sleef] update git-tree SHA
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"name": "sleef",
|
|
"version": "3.5.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|