Adjust for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-13 06:17:53 +03:00
parent 86aa2cf030
commit 3fce78f382
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 3 deletions

View File

@ -37,7 +37,7 @@
Name: octave
Epoch: 6
Version: 7.2.0
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: A high-level language for numerical computations
License: GPLv3+
URL: http://www.octave.org
@ -331,7 +331,7 @@ do
ARCH=\$(uname -m)
case \$ARCH in
x86_64 | ia64 | s390x | aarch64 | ppc64 | ppc64le) LIB_DIR=/usr/lib64
x86_64 | ia64 | s390x | aarch64 | ppc64 | ppc64le | riscv64) LIB_DIR=/usr/lib64
SECONDARY_LIB_DIR=/usr/lib
;;
* )
@ -377,8 +377,9 @@ $Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xorg
sleep 2
export DISPLAY=:99
export FLEXIBLAS=netlib
%ifarch ppc64le
%ifarch ppc64le riscv64
# liboctave/array/dMatrix.cc-tst segfaults
# riscv: image/getframe.m ...............................................LLVM ERROR: Relocation type not implemented yet!
make check || :
%else
make check
@ -445,6 +446,9 @@ make check
%{_pkgdocdir}/refcard*.pdf
%changelog
* Thu Oct 13 2022 David Abdurachmanov <davidl@rivosinc.com> - 6:7.2.0-1.0.risv64
- Adjust for riscv64
* Tue Aug 02 2022 Orion Poplawski <orion@nwra.com> - 6:7.2.0-1
- Update to 7.2.0