# HG changeset patch # User John W. Eaton # Date 1359082814 18000 # Node ID a7db3bcc5d0efa75a4e7e1cec24cbdc27ac26a91 # Parent 6175239c45ebf4e2939245820776b12610699d64 include hdf5 and fontconfig as stable Octave deps diff -r 6175239c45eb -r a7db3bcc5d0e src/stable-octave.mk --- a/src/stable-octave.mk Thu Jan 24 18:18:29 2013 -0500 +++ b/src/stable-octave.mk Thu Jan 24 22:00:14 2013 -0500 @@ -7,7 +7,7 @@ $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) -$(PKG)_DEPS := arpack blas curl fftw fltk gcc glpk gnuplot graphicsmagick lapack pcre qhull qrupdate readline suitesparse zlib +$(PKG)_DEPS := arpack blas curl fftw fltk fontconfig gcc glpk gnuplot graphicsmagick hdf5 lapack pcre qhull qrupdate readline suitesparse zlib define $(PKG)_UPDATE echo 'Warning: Updates are temporarily disabled for package octave.' >&2;