Skip to content

Commit

Permalink
bump LLVM version required for ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Sep 17, 2016
1 parent 9926ef7 commit c0eedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ endif
# If we are running on powerpc64le or ppc64le, set certain options automatically
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
JCFLAGS += -fsigned-char
override LLVM_VER:=3.8.1
override LLVM_VER:=3.9.0
override OPENBLAS_DYNAMIC_ARCH:=0
override OPENBLAS_TARGET_ARCH:=POWER8
# GCC doesn't do -march= on ppc64le
Expand Down

0 comments on commit c0eedf0

Please sign in to comment.