From ebe26476b53224a83e6d1a2899e72bc2ffaa7adb Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Mon, 19 Oct 2020 18:21:59 +0200 Subject: [PATCH] Try another way suggested by upstream --- openblas-0.3.11-override.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openblas-0.3.11-override.patch b/openblas-0.3.11-override.patch index c53ece3..8949500 100644 --- a/openblas-0.3.11-override.patch +++ b/openblas-0.3.11-override.patch @@ -1,12 +1,12 @@ diff -up OpenBLAS-0.3.11/Makefile.power.override OpenBLAS-0.3.11/Makefile.power --- OpenBLAS-0.3.11/Makefile.power.override 2020-10-17 22:14:12.000000000 +0200 -+++ OpenBLAS-0.3.11/Makefile.power 2020-10-19 16:12:10.351740456 +0200 ++++ OpenBLAS-0.3.11/Makefile.power 2020-10-19 18:20:47.405149589 +0200 @@ -10,7 +10,7 @@ USE_OPENMP = 1 endif ifeq ($(CORE), POWER10) -COMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math -+override COMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math ++CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math endif