diff --git a/deps/arpack.mk b/deps/arpack.mk index 7ee04c20a5fd1..36ddd2b6dac71 100644 --- a/deps/arpack.mk +++ b/deps/arpack.mk @@ -6,11 +6,6 @@ else ifeq ($(USE_SYSTEM_LAPACK), 0) $(BUILDDIR)/arpack-ng-$(ARPACK_VER)/build-configured: | $(build_prefix)/manifest/lapack endif -ifneq ($(PATCHELF),patchelf) -# this is actually required by the stage-arpack target, but there's no easy way to hook into that -$(BUILDDIR)/arpack-ng-$(ARPACK_VER)/build-compiled: | $(build_prefix)/manifest/patchelf -endif - ARPACK_FFLAGS := $(USE_BLAS_FFLAGS) ARPACK_CFLAGS := @@ -82,11 +77,6 @@ define ARPACK_INSTALL ifeq ($(OS), WINNT) mv $2/$$(build_shlibdir)/libarpack-2.dll $2/$$(build_shlibdir)/libarpack.$$(SHLIB_EXT) endif -ifeq ($(OS), Linux) - for filename in $2/$$(build_shlibdir)/libarpack.so* ; do \ - [ -L $$$$filename ] || $$(PATCHELF_BIN) --set-rpath '$$$$ORIGIN' $$$$filename ;\ - done -endif endef $(eval $(call staged-install, \