Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Remove *.la from ARPACK, because of problems with
Browse files Browse the repository at this point in the history
SONAME modification.
  • Loading branch information
siko1056 committed Jan 22, 2016
1 parent 5356caf commit bff1b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand All @@ -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

Expand Down

0 comments on commit bff1b5a

Please sign in to comment.