Skip to content

Commit aacfcf0

Browse files
giordanovchuravy
andauthored
[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]>
1 parent d20364c commit aacfcf0

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
@@ -831,7 +831,6 @@ endif
831831
# If we are running on powerpc64le or ppc64le, set certain options automatically
832832
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
833833
JCFLAGS += -fsigned-char
834-
OPENBLAS_DYNAMIC_ARCH:=0
835834
OPENBLAS_TARGET_ARCH:=POWER8
836835
BINARY:=64
837836
# GCC doesn't do -march= on ppc64le

0 commit comments

Comments
 (0)