comparison src/default-octave.mk @ 3855:df05a7fe64b3

default-octave.mk: Update to 4.0.0-rc2.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Mar 2015 19:03:19 -0400
parents 85568f3159a4
children c7505b1c28b1
comparison
equal deleted inserted replaced
3854:85568f3159a4 3855:df05a7fe64b3
4 ## We omit the package checksum so that we don't have to update it 4 ## We omit the package checksum so that we don't have to update it
5 ## each time the tarball changes on the hydra site. 5 ## each time the tarball changes on the hydra site.
6 6
7 PKG := default-octave 7 PKG := default-octave
8 $(PKG)_IGNORE := 8 $(PKG)_IGNORE :=
9 $(PKG)_VERSION := 4.0.0-rc1 9 $(PKG)_VERSION := 4.0.0-rc2
10 $(PKG)_CHECKSUM := ## No checksum 10 $(PKG)_CHECKSUM := 7301cf36625dce769d649d53ff7a125943920b0f
11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.bz2
13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download 13 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
14 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
15 $(PKG)_FONTCONFIG := fontconfig 15 $(PKG)_FONTCONFIG := fontconfig
16 endif 16 endif
17 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib 17 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
18 ifeq ($(MXE_WINDOWS_BUILD),no) 18 ifeq ($(MXE_WINDOWS_BUILD),no)