diff --git a/python-llvmlite.spec b/python-llvmlite.spec index 32bd1ec..6dee416 100644 --- a/python-llvmlite.spec +++ b/python-llvmlite.spec @@ -1,4 +1,10 @@ +%ifnarch riscv64 %bcond tests 1 +%else +# riscv +# https://github.com/numba/llvmlite/issues/923 +%bcond tests 0 +%endif # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # @@ -7,7 +13,7 @@ Name: python-llvmlite Version: 0.41.1 -Release: %{autorelease} +Release: %{autorelease} -e 0.riscv64 Summary: Lightweight LLVM Python binding for writing JIT compilers # The entire source is BSD-2-Clause, except: