Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov 8984d35cd3
Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-16 15:39:33 +02:00
Jiri 94ac9b32ca Rebuilt for java-21-openjdk as system jdk
https://fedoraproject.org/wiki/Changes/Java21
2024-03-02 19:40:59 +01:00
Orion Poplawski fe8ba5e6a4 Rebuild with suitesparse 7.6.0 2024-02-04 11:41:26 -07:00
Fedora Release Engineering 160c389789 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 10:41:54 +00:00
Fedora Release Engineering 84a9820c65 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 10:39:42 +00:00
1 changed files with 19 additions and 3 deletions

View File

@ -37,7 +37,7 @@
Name: octave
Epoch: 6
Version: 8.4.0
Release: 2%{?dist}
Release: 6.0.riscv64%{?dist}
Summary: A high-level language for numerical computations
License: GPLv3+
URL: http://www.octave.org
@ -343,7 +343,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
;;
* )
@ -389,8 +389,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
@ -457,6 +458,21 @@ make check
%{_pkgdocdir}/refcard*.pdf
%changelog
* Sat Mar 16 2024 David Abdurachmanov <davidlt@rivosinc.com> - 6:8.4.0-6.0.riscv64
- Add support for riscv64
* Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 6:8.4.0-6
- Rebuilt for java-21-openjdk as system jdk
* Sun Feb 04 2024 Orion Poplawski <orion@nwra.com> - 6:8.4.0-5
- Rebuild with suitesparse 7.6.0
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6:8.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6:8.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Nov 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 6:8.4.0-2
- Rebuilt for sundials-6.6.2 (fix RHBZ#2249025)