Skip to content

Commit

Permalink
[OpenBLAS_jll] Upgrade to new build optimised for PowerPC (#48689)
Browse files Browse the repository at this point in the history
* [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 <v.churavy@gmail.com>
(cherry picked from commit aacfcf0)
  • Loading branch information
giordano authored and KristofferC committed Feb 21, 2023
1 parent 624c665 commit 956f54b
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 95 deletions.
1 change: 0 additions & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ endif
# If we are running on powerpc64le or ppc64le, set certain options automatically
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
JCFLAGS += -fsigned-char
OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_TARGET_ARCH:=POWER8
BINARY:=64
# GCC doesn't do -march= on ppc64le
Expand Down
Loading

0 comments on commit 956f54b

Please sign in to comment.