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

Commit

Permalink
Fix another typo in ARPACK-NG tarball name.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Feb 14, 2020
1 parent 171c4df commit 3a026b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ ARPACK-NG_VER = 3.7.0
$(SRC_CACHE)/arpack-ng-$(ARPACK-NG_VER).tar.gz:
@echo -e "\n>>> Download ARPACK-NG $(ARPACK-NG_VER) <<<\n"
cd $(SRC_CACHE) && wget -q \
"https://github.com/opencollab/arpack-ng/archive/$(ARPACK-NG_VER).tar.gz"
"https://github.com/opencollab/arpack-ng/archive/$(ARPACK-NG_VER).tar.gz" \
&& mv $(ARPACK-NG_VER).tar.gz $@

$(INSTALL_DIR)/lib/libarpack.so: \
$(SRC_CACHE)/arpack-ng-$(ARPACK-NG_VER).tar.gz \
Expand Down

0 comments on commit 3a026b8

Please sign in to comment.