Skip to content

Commit 956f54b

Browse files
giordanovchuravy
authored andcommitted
[OpenBLAS_jll] Upgrade to new build optimised for PowerPC (#48689)
* [OpenBLAS_jll] Upgrade to new build optimised for PowerPC This only difference compared to previous build is that this one enables use of dynamic architecture detection also for the PowerPC architecture. --------- Co-authored-by: Valentin Churavy <[email protected]> (cherry picked from commit aacfcf0)
1 parent 624c665 commit 956f54b

File tree

5 files changed

+154
-95
lines changed

5 files changed

+154
-95
lines changed

Make.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ endif
848848
# If we are running on powerpc64le or ppc64le, set certain options automatically
849849
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
850850
JCFLAGS += -fsigned-char
851-
OPENBLAS_DYNAMIC_ARCH:=0
852851
OPENBLAS_TARGET_ARCH:=POWER8
853852
BINARY:=64
854853
# GCC doesn't do -march= on ppc64le

0 commit comments

Comments
 (0)