Compare commits

...

9 Commits

Author SHA1 Message Date
David Abdurachmanov c0b23c7159
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-03-23 12:29:15 +02:00
David Abdurachmanov 299d132960
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-21 06:33:54 +02:00
David Abdurachmanov 46a71c2178
Disable bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-01 07:30:44 +02:00
David Abdurachmanov 5caa8331a4
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-30 18:58:47 +02:00
David Abdurachmanov 69c5990bb1
Disable tests for now
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-29 17:36:35 +02:00
David Abdurachmanov deace2672f
Bootstrap Python 3.8
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-26 16:05:17 +02:00
David Abdurachmanov dbf67ecbaf
Remove obsolete patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-26 16:01:36 +02:00
David Abdurachmanov 6947593fcd
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-11-26 16:01:03 +02:00
David Abdurachmanov 8bab70c1f7 Disable gdb / gdb_hooks; add riscv64 triplet detection
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-07 18:41:01 +02:00
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
License: Python
@ -1066,6 +1066,9 @@ CheckPython() {
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch riscv64
-x test_posix \
%endif
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
@ -1570,6 +1573,9 @@ CheckPython optimized
# ======================================================
%changelog
* Mon Mar 23 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 3.8.2-2.0.riscv64
- Disable test_posix test on riscv64 (failing)
* Fri Feb 28 2020 Miro Hrončok <mhroncok@redhat.com> - 3.8.2-2
- Enable https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup on power and arm