# HG changeset patch # User Pascal Bellard # Date 1429309523 -7200 # Node ID bd9ee6246a169fd14ecca177571291e82d93b949 # Parent 4ba8f9c4b80e6f14b89ac0bd0f3db2d2443b8e52 scilab: update bdeps diff -r 4ba8f9c4b80e -r bd9ee6246a16 scilab/receipt --- a/scilab/receipt Sat Apr 18 00:08:15 2015 +0200 +++ b/scilab/receipt Sat Apr 18 00:25:23 2015 +0200 @@ -10,18 +10,18 @@ WEB_SITE="http://www.scilab.org/" WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL" -DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2" +DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2 \ +arpack-ng matio" BUILD_DEPENDS="pkg-config gfortran hdf5-dev ocaml fftw-dev libxml2-dev \ -gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev" +gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev \ +arpack-ng-dev matio-dev" # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr \ --without-javasci --without-gui --disable-build-help \ - --without-arpack-ng \ --without-umfpack \ - --without-matio \ $CONFIGURE_ARGS && make all && make DESTDIR=$DESTDIR install