[sleef] does not supports arm64-osx (#27413)

This commit is contained in:
autoantwort 2022-10-25 01:22:58 +02:00 committed by GitHub
parent 4f18e877d3
commit a329367df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -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",

View File

@ -6918,7 +6918,7 @@
},
"sleef": {
"baseline": "3.5.1",
"port-version": 2
"port-version": 3
},
"sleepy-discord": {
"baseline": "2022-02-05",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bd282d0004a477385c5e6487aabc83bab31059ec",
"version": "3.5.1",
"port-version": 3
},
{
"git-tree": "24d704091e9827b6e0192fb51f0798422da9707e",
"version": "3.5.1",