This site has been archived!!! Click here to visit the new openkoji buildsystem!

Information for build pythran-0.14.0-8.fc40

ID144460
Package Namepythran
Version0.14.0
Release8.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/pythran.git#feab376a7d3c7b656f88089a0be3ecf5769469d8
SummaryAhead of Time Python compiler for numeric kernels
DescriptionPythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface description and turns it into a native Python module with the same interface, but (hopefully) faster. It is meant to efficiently compile scientific programs, and takes advantage of multi-cores and SIMD instruction units.
Built byhezhengyu
State failed
Volume DEFAULT
StartedSat, 13 Apr 2024 05:57:50 CST
CompletedThu, 18 Apr 2024 17:26:44 CST
Taskbuild (f40, /rpms/pythran.git:feab376a7d3c7b656f88089a0be3ecf5769469d8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pythran.git#feab376a7d3c7b656f88089a0be3ecf5769469d8'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jan 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-8 - Apply upstream PR#2149 to fully remove numpy.distutils * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-2 - Fix FTBFS: skip tests that need numpy.distutils - On 32-bit, run tests in serial and skip those that exhaust memory - Drop obsolete conditionals for 32-bit ARM * Thu Sep 07 2023 Miro Hrončok <mhroncok@redhat.com> - 0.14.0-1 - Update to 0.14.0 - Fixes: rhbz#2237784 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Miro Hrončok <mhroncok@redhat.com> - 0.13.1-1 - Update to 0.13.1 * Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 0.12.1-4 - Rebuilt for Python 3.12 * Wed Jan 25 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.12.1-3 - Avoid ipython test dependency in RHEL builds * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 15 2023 Serge Guelton <serge.guelton@telecom-bretagne.eu> - 0.12.1-1 - Update to 0.12.1 * Wed Sep 28 2022 Miro Hrončok <mhroncok@redhat.com> - 0.12.0-1 - Update to 0.12.0 - Fixes: rhbz#2130464 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.11.0-5 - Rebuilt for Python 3.11 * Tue Mar 15 2022 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-4 - Add a workaround for setuptools 60+, use distutils from the standard library during the tests * Mon Mar 14 2022 Serge Guelton - 0.11.0-3 - Fix gcc12 build - Fixes: rhbz#2046923