Skip to content

Commit

Permalink
revert 28449 - workaround for openblas on Win64
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Dec 21, 2018
1 parent c8c48a2 commit 5c49f05
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ OPENBLAS_FFLAGS += -mincoming-stack-boundary=2
endif
endif

# Work around invalid register errors on 64-bit Windows
# See discussion in https://github.com/xianyi/OpenBLAS/issues/1708
# TODO: Remove this once we use a version of OpenBLAS where this is set automatically
ifeq ($(OS),WINNT)
ifeq ($(ARCH),x86_64)
OPENBLAS_CFLAGS += -fno-asynchronous-unwind-tables
endif
endif

OPENBLAS_BUILD_OPTS += CFLAGS="$(CFLAGS) $(OPENBLAS_CFLAGS)"
OPENBLAS_BUILD_OPTS += FFLAGS="$(FFLAGS) $(OPENBLAS_FFLAGS)"
OPENBLAS_BUILD_OPTS += LDFLAGS="$(LDFLAGS) $(RPATH_ESCAPED_ORIGIN)"
Expand Down

0 comments on commit 5c49f05

Please sign in to comment.