Skip to content

Commit

Permalink
Fix linking to renamed openblas, ref #13407
Browse files Browse the repository at this point in the history
(cherry picked from commit 26b58c6)
  • Loading branch information
tkelman committed Oct 2, 2015
1 parent 020adbb commit 4fe4fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ ifeq ($(USE_SYSTEM_BLAS), 0)
ifeq ($(USE_BLAS64), 1)
OPENBLAS_SYMBOLSUFFIX = 64_
OPENBLAS_LIBNAMESUFFIX = 64_
LIBBLAS = -L$(build_shlibdir) -lopenblas$(OPENBLAS_LIBNAMESUFFIX)
LIBLAPACK = $(LIBBLAS)
LIBBLASNAME = $(LIBBLASNAME)$(OPENBLAS_LIBNAMESUFFIX)
LIBLAPACKNAME = $(LIBBLASNAME)
endif
Expand Down

0 comments on commit 4fe4fb5

Please sign in to comment.