comparison src/stable-octave.mk @ 3534:b86f53e6429f

correct URL for stable-octave release candidate
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2014 12:05:56 -0500
parents f285f1a665d4
children c21ca79d7980
comparison
equal deleted inserted replaced
3533:4949f2d7d107 3534:b86f53e6429f
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.8.1-rc3 6 $(PKG)_VERSION := 3.8.1-rc3
7 $(PKG)_CHECKSUM := 437568b1e2b2a8194451ce604a3e2a99f3593a7d 7 $(PKG)_CHECKSUM := 437568b1e2b2a8194451ce604a3e2a99f3593a7d
8 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
11 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 11 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
12 $(PKG)_FONTCONFIG := fontconfig 12 $(PKG)_FONTCONFIG := fontconfig
13 endif 13 endif
14 $(PKG)_DEPS := arpack curl fftw fltk $($(PKG)_FONTCONFIG) gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qhull qrupdate qscintilla qt readline suitesparse texinfo zlib 14 $(PKG)_DEPS := arpack curl fftw fltk $($(PKG)_FONTCONFIG) gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qhull qrupdate qscintilla qt readline suitesparse texinfo zlib
15 ifeq ($(ENABLE_JIT),yes) 15 ifeq ($(ENABLE_JIT),yes)