From 7acb537f714ec8965f3ec64c32f7bc37a0bdf54430a3b32ed5df12112cea7d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Aug 2020 19:23:37 +0000 Subject: [PATCH] Accepting request 828284 from home:bmwiedemann:branches:devel:languages:python:numeric Disable AVX2 to avoid compile-time CPU-detection (boo#1100677) OBS-URL: https://build.opensuse.org/request/show/828284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=15 --- python-blosc.changes | 5 +++++ python-blosc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-blosc.changes b/python-blosc.changes index 5796049..f9d10e0 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 20 18:37:32 UTC 2020 - Bernhard Wiedemann + +- Disable AVX2 to avoid compile-time CPU-detection (boo#1100677) + ------------------------------------------------------------------- Fri Jul 17 07:17:58 UTC 2020 - Guillaume GARDET diff --git a/python-blosc.spec b/python-blosc.spec index 6e39c95..b482c65 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -53,6 +53,7 @@ Python. %build export CFLAGS="%{optflags}" export BLOSC_DIR=%{_prefix} +export DISABLE_BLOSC_AVX2=1 %python_exec setup.py build_clib %python_exec setup.py build_ext --inplace %python_build