From bff1b5aa677cad8087b4964f48313856f73ed031 Mon Sep 17 00:00:00 2001 From: "Kai T. Ohlhus" Date: Fri, 22 Jan 2016 08:18:32 +0100 Subject: [PATCH] Remove *.la from ARPACK, because of problems with SONAME modification. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c2d7ad..c14e00e 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,6 @@ $(LIBS_DIR)/lib/libarpack$(_SONAME_SUFFIX).so: \ && grep -R -l "libarpack" \ | xargs sed -i "s/libarpack/libarpack$(_SONAME_SUFFIX)/g" # build and install library - rm -f $(LIBS_DIR)/lib64/libarpack$(_SONAME_SUFFIX).* cd $(BUILD_DIR)/arpack \ && ./bootstrap \ && ./configure --prefix=$(LIBS_DIR) \ @@ -182,6 +181,7 @@ $(LIBS_DIR)/lib/libarpack$(_SONAME_SUFFIX).so: \ FFLAGS='-fdefault-integer-8' \ LDFLAGS='-L$(LIBS_DIR)/lib' \ && $(MAKE) && $(MAKE) install libdir='$${exec_prefix}/lib' + rm -f $(LIBS_DIR)/lib/libarpack$(_SONAME_SUFFIX).la arpack: $(LIBS_DIR)/lib/libarpack$(_SONAME_SUFFIX).so