exclude aarch64, ppcle64 due to failing test (rtol)

This commit is contained in:
Mark E. Fuller 2022-05-03 22:20:25 +03:00
parent 4b2b820b8b
commit f190aa615d
No known key found for this signature in database
GPG Key ID: D1CB9BCF4D87185F
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,4 @@
%global fork Cantera
%global vmod b2
Name: cantera
Version: 2.6.0
@ -7,7 +6,7 @@ Release: %autorelease
Summary: Chemical kinetics, thermodynamics, and transport tool suite
License: BSD
URL: https://github.com/%{fork}/%{name}/
Source0: %{url}archive/refs/tags/v%{version}%{vmod}.tar.gz
Source0: %{url}archive/refs/tags/v%{version}.tar.gz
BuildRequires: boost-devel
BuildRequires: eigen3-devel
@ -38,7 +37,9 @@ BuildRequires: gcc-gfortran
%global scons scons%{?rhel:-3}
ExcludeArch: s390x # YAML test failures - BZ #2044056
ExcludeArch: s390x # YAML test failures - BZ #2044056
ExcludeArch: aarch64 # thermoToYaml test failures - BZ #2081451
ExcludeArch: ppcle64 # thermoToYaml test failures - BZ #2081451
%global common_description %{expand: \
@ -92,7 +93,7 @@ Summary: Static libraries for Cantera
%prep
%autosetup -n %{name}-%{version}%{vmod}
%autosetup -n %{name}-%{version}
%build
@ -160,7 +161,7 @@ rm -rf %{buildroot}%{_prefix}/local/
%files -n python3-%{name}
%{python3_sitearch}/Cantera-%{version}%{vmod}.dist-info/
%{python3_sitearch}/Cantera-%{version}.dist-info/
%{python3_sitearch}/%{name}/
%files devel