mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
add more supported architectures to sleef
This commit is contained in:
parent
b637eca559
commit
c208b62a2e
@ -1,7 +1,7 @@
|
||||
# x86: Reports ICE(Internal Compiler Error) for x86-windows/release.
|
||||
# see ${SOURCE_PATH}/src/libm/sleefsimddp.c
|
||||
# uwp: codegen fails
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" "x86" ON_TARGET "uwp")
|
||||
vcpkg_fail_port_install(ON_TARGET "uwp")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "3.5.1",
|
||||
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
|
||||
"homepage": "https://sleef.org/",
|
||||
"supports": "!(x86 | arm | uwp)",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1481,6 +1481,7 @@ skia:arm-uwp=fail
|
||||
skia:x64-linux=fail
|
||||
skia:x64-uwp=fail
|
||||
skia:x86-windows=fail
|
||||
sleef:x86-windows=fail
|
||||
slikenet:arm-uwp=fail
|
||||
slikenet:x64-uwp=fail
|
||||
smpeg2:arm-uwp=fail
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "34122e22559c5e6a89736ca0d20158ee688c7aab",
|
||||
"git-tree": "ad4d113e722bfd071e0fca2d14dfb0ba78b98f48",
|
||||
"version": "3.5.1",
|
||||
"port-version": 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user