mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[sleef] does not supports arm64-osx (#27413)
This commit is contained in:
parent
4f18e877d3
commit
a329367df1
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "sleef",
|
||||
"version": "3.5.1",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
|
||||
"homepage": "https://sleef.org/",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp & !(arm & windows)",
|
||||
"supports": "!uwp & !(arm & windows) & !(arm64 & osx)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -6918,7 +6918,7 @@
|
||||
},
|
||||
"sleef": {
|
||||
"baseline": "3.5.1",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"sleepy-discord": {
|
||||
"baseline": "2022-02-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bd282d0004a477385c5e6487aabc83bab31059ec",
|
||||
"version": "3.5.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "24d704091e9827b6e0192fb51f0798422da9707e",
|
||||
"version": "3.5.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user