Source: casacore
Version: 2.2.0-1
Severity: serious
Tags: patch

SSE is not part of the baseline of the i386 port,
the following fixes the baseline violation:

--- debian/rules.old    2020-07-28 15:12:17.759357834 +0300
+++ debian/rules        2020-07-28 15:12:30.855360420 +0300
@@ -5,7 +5,7 @@
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 ifeq ($(DEB_HOST_ARCH_CPU),i386)
-    export DEB_CXXFLAGS_MAINT_APPEND = -msse -msse2 -mfpmath=sse
+    export DEB_CXXFLAGS_MAINT_APPEND = -ffloat-store
 endif
 ifeq ($(DEB_HOST_ARCH_OS),hurd)
     THREADS=OFF

Reply via email to