Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov e5214f98e7
Rebuild for a new Python
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-10-21 15:02:48 +03:00
David Abdurachmanov d836d07533
Revert "Disable Python for Pytho 3.12 bootstrap on riscv64"
This reverts commit 64e20f0302.
2023-10-21 15:02:09 +03:00
David Abdurachmanov 6a2308c796
Revert "Disable MPI too."
This reverts commit 55dfa5cc57.
2023-10-21 15:01:54 +03:00
1 changed files with 6 additions and 6 deletions

View File

@ -14,13 +14,13 @@
%bcond_with openmpi
%else
# All arches have mpich
%bcond_with mpich
%bcond_without mpich
%ifarch s390
# No OpenMPI support on these arches
%bcond_with openmpi
%else
%bcond_with openmpi
%bcond_without openmpi
%endif
%endif
@ -30,7 +30,7 @@
%bcond_without context
%endif
%bcond_with python3
%bcond_without python3
%ifnarch %{ix86} x86_64
%bcond_with quadmath
@ -42,7 +42,7 @@ Name: boost
%global real_name boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.78.0
Release: 11.1.riscv64%{?dist}
Release: 11.2.riscv64%{?dist}
License: Boost and MIT and Python
# Replace each . with _ in %%{version}
@ -1293,8 +1293,8 @@ fi
%{_mandir}/man1/b2.1*
%changelog
* Wed Oct 18 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-11.1.riscv64
- Disable python (for Python 3.12 bootstrap on riscv64)
* Sat Oct 21 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-11.2.riscv64
- Rebuild for a new Python
* Wed Mar 01 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-11.0.riscv64
- Enable context on riscv64