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

Commit

Permalink
Makefile: correct URL of GNU Octave source tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed May 2, 2018
1 parent 4f633f5 commit a924359
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 @@ -245,7 +245,7 @@ OCTAVE_CONFIG_FLAGS = \
$(SRC_CACHE)/octave-$(OCTAVE_VER).tar.gz:
@echo -e "\n>>> Download GNU Octave <<<\n"
cd $(SRC_CACHE) && wget -q \
"https://alpha.gnu.org/gnu/octave/octave-$(OCTAVE_VER).tar.gz"
"https://ftp.gnu.org/gnu/octave/octave-$(OCTAVE_VER).tar.gz"

$(INSTALL_DIR)/bin/octave: $(SRC_CACHE)/octave-$(OCTAVE_VER).tar.gz \
$(INSTALL_DIR)/lib/libopenblas$(_SONAME_SUFFIX).so \
Expand Down

0 comments on commit a924359

Please sign in to comment.