From 36bb9cfc22c97461cbedfa65d4ff4ea990ce646e Mon Sep 17 00:00:00 2001 From: zhaixiaojuan Date: Sat, 6 Jul 2024 08:12:41 +0000 Subject: [PATCH] testing/waifu2x-converter-cpp: disable on loongarch64 --- testing/waifu2x-converter-cpp/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/waifu2x-converter-cpp/APKBUILD b/testing/waifu2x-converter-cpp/APKBUILD index ea9a4b58fe8..8d2aceb407a 100644 --- a/testing/waifu2x-converter-cpp/APKBUILD +++ b/testing/waifu2x-converter-cpp/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.3.4 pkgrel=6 pkgdesc="image upscaler for anime-style art capable of opencl" url="https://github.com/DeadSix27/waifu2x-converter-cpp" -arch="all !ppc64le !s390x !riscv64" # limited by opencv +arch="all !ppc64le !s390x !riscv64 !loongarch64" # limited by opencv license="MIT" depends="so:libOpenCL.so.1" makedepends="cmake opencl-dev opencv-dev samurai"