diff --git a/python3.11-pybind11.spec b/python3.11-pybind11.spec index 8f55dd0..d2ab215 100644 --- a/python3.11-pybind11.spec +++ b/python3.11-pybind11.spec @@ -8,13 +8,19 @@ %global debug_package %{nil} # Whether to run the tests, enabled by default +# ppc64le tests cannot be compiled with lto enabled so we disable them +# there for now +%ifarch ppc64le %bcond_with tests +%else +%bcond_without tests +%endif %global modname pybind11 Name: python%{python3_pkgversion}-pybind11 Version: 2.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -116,6 +122,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Feb 20 2023 Charalampos Stratakis - 2.10.3-2 +- Enable tests + * Thu Dec 01 2022 Charalampos Stratakis - 2.10.3-1 - Initial package - Fedora contributions by: