From 055c0a553e534320d0d65092aad6c0355abc0441 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Thu, 5 Oct 2023 18:29:36 +0200 Subject: [PATCH] disable UWP and android support --- ports/ginkgo/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ginkgo/vcpkg.json b/ports/ginkgo/vcpkg.json index 2dbe624a7515d4..25e757fcd8b7bd 100644 --- a/ports/ginkgo/vcpkg.json +++ b/ports/ginkgo/vcpkg.json @@ -4,7 +4,7 @@ "description": "Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems. Note that the OpenMP feature is not available on Windows.", "homepage": "https://github.com/ginkgo-project/ginkgo", "license": "BSD-3-Clause", - "supports": "!x86", + "supports": "!x86 && !android && !uwp", "dependencies": [ { "name": "vcpkg-cmake",