From 7c914b681506d4e58b8c72a43a5766e145855993 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Jul 30 2021 19:42:38 +0000 Subject: Disable 32-bit architectures since builds fail --- diff --git a/xcfun.spec b/xcfun.spec index 8ee4bbb..0257248 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -8,6 +8,9 @@ License: MPLv2.0 URL: https://xcfun.readthedocs.io Source0: https://github.com/dftlibs/xcfun/archive/v%{version}/%{name}-%{version}.tar.gz +# xcfun does not build at the moment on 32-bit architectures +ExcludeArch: %{arm} %{ix86} + BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gcc-gfortran @@ -93,6 +96,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Fri Jul 30 2021 Susi Lehtola - 2.1.1-4 +- Disable 32-bit architectures which are not supported by xcfun. + * Fri Jul 23 2021 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild