From a57187ad13064bee7ac68f31a213ff7e8b3bb596 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 11 Oct 2023 19:25:34 -0600 Subject: [PATCH] Pythran works on 32-bit architectures again --- scipy.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scipy.spec b/scipy.spec index c0c1ab8..7dd0392 100644 --- a/scipy.spec +++ b/scipy.spec @@ -4,12 +4,7 @@ # Pythran is an optional build dependency. # When used, it makes some modules faster, # but it is usually not available soon enough for new major Python versions. -%ifarch i686 armv7hl -# It seems pythran is broken on 32-bit arches, disable it -%bcond_with pythran -%else %bcond_without pythran -%endif # The code is not safe to build with LTO %global _lto_cflags %{nil} @@ -296,6 +291,7 @@ popd - Convert License tag to SPDX - Add Provides for bundled projects - Disable LTO +- Pythran works on 32-bit architectures again * Wed Jul 12 2023 psimovec - 1.11.1-1 - New upstream release 1.11.1