Skip to content

Commit

Permalink
Remove PowerPC-specific OpenBLAS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Feb 16, 2023
1 parent b34165a commit 12583f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +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
MARCH=
Expand Down

0 comments on commit 12583f1

Please sign in to comment.