comparison src/octave.mk @ 3402:9884a90607d0

update to Octave 3.8.0
author John W. Eaton <jwe@octave.org>
date Sun, 05 Jan 2014 12:29:21 -0500
parents 6dfbea9a9646
children 0182ffc974a1
comparison
equal deleted inserted replaced
3401:ec0eacc79684 3402:9884a90607d0
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := octave 4 PKG := octave
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 01bcd6522652bbe9c80d47b9d050228571ede9d7 6 $(PKG)_CHECKSUM := 7dc2736d05fef50e4f7b3e1b9ab83c8287e8f267
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) 9 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)
10 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 10 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
11 $(PKG)_FONTCONFIG := fontconfig 11 $(PKG)_FONTCONFIG := fontconfig
12 endif 12 endif
13 $(PKG)_DEPS := arpack curl fftw fltk $($(PKG)_FONTCONFIG) gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qhull qrupdate qscintilla qt readline suitesparse texinfo zlib 13 $(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 ifeq ($(ENABLE_JIT),yes) 14 ifeq ($(ENABLE_JIT),yes)