mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/piper-phonemize: disable on riscv64
due to onnxruntime
This commit is contained in:
parent
3f742fa43f
commit
c90dd4153a
@ -5,8 +5,8 @@ pkgver=${_pkgver/-/.}
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C++ library for converting text to phonemes for piper-tts"
|
pkgdesc="C++ library for converting text to phonemes for piper-tts"
|
||||||
url="https://github.com/rhasspy/piper-phonemize"
|
url="https://github.com/rhasspy/piper-phonemize"
|
||||||
# x86, s390x: not supported by onnxruntime
|
# x86, riscv64, s390x: not supported by onnxruntime
|
||||||
arch="all !x86 !s390x"
|
arch="all !x86 !riscv64 !s390x"
|
||||||
license="MIT AND GPL-3.0-only"
|
license="MIT AND GPL-3.0-only"
|
||||||
depends_dev="$pkgname-libs"
|
depends_dev="$pkgname-libs"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
Loading…
Reference in New Issue
Block a user