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>
  • Loading branch information
giordano and vchuravy committed Feb 20, 2023
1 parent d20364c commit aacfcf0
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 @@ -831,7 +831,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

2 comments on commit aacfcf0

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

Please sign in to comment.