testing/waifu2x-converter-cpp: disable on loongarch64

This commit is contained in:
zhaixiaojuan 2024-07-06 08:12:41 +00:00 committed by Celeste
parent 3f5c1798b5
commit 36bb9cfc22

View File

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