Skip to content

Commit

Permalink
OpenBLAS: Find objconv in its proper path (#45391)
Browse files Browse the repository at this point in the history
(cherry picked from commit 434d340)
  • Loading branch information
fxcoudert authored and KristofferC committed May 23, 2022
1 parent 03f95b6 commit 8b94e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
ifeq ($(USE_BLAS64), 1)
OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="$(OPENBLAS_SYMBOLSUFFIX)" LIBPREFIX="libopenblas$(OPENBLAS_LIBNAMESUFFIX)"
ifeq ($(OS), Darwin)
OPENBLAS_BUILD_OPTS += OBJCONV=$(abspath $(build_bindir)/objconv)
OPENBLAS_BUILD_OPTS += OBJCONV=$(abspath $(build_depsbindir)/objconv)
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: | $(build_prefix)/manifest/objconv
endif
endif
Expand Down

0 comments on commit 8b94e68

Please sign in to comment.