Disable tests on riscv64 for now
Some tests are known to fail. Not all features are currently supported. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
dc00a7f9ef
commit
622210af4e
@ -1,4 +1,10 @@
|
|||||||
|
%ifnarch riscv64
|
||||||
%bcond tests 1
|
%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
|
# Sphinx-generated HTML documentation is not suitable for packaging; see
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
|
||||||
#
|
#
|
||||||
@ -7,7 +13,7 @@
|
|||||||
|
|
||||||
Name: python-llvmlite
|
Name: python-llvmlite
|
||||||
Version: 0.41.1
|
Version: 0.41.1
|
||||||
Release: %{autorelease}
|
Release: %{autorelease} -e 0.riscv64
|
||||||
Summary: Lightweight LLVM Python binding for writing JIT compilers
|
Summary: Lightweight LLVM Python binding for writing JIT compilers
|
||||||
|
|
||||||
# The entire source is BSD-2-Clause, except:
|
# The entire source is BSD-2-Clause, except:
|
||||||
|
Loading…
Reference in New Issue
Block a user