wok rev 17974

scilab: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 18 00:25:23 2015 +0200 (2015-04-18)
parents 4ba8f9c4b80e
children e674a8ff9d8c
files scilab/receipt
line diff
     1.1 --- a/scilab/receipt	Sat Apr 18 00:08:15 2015 +0200
     1.2 +++ b/scilab/receipt	Sat Apr 18 00:25:23 2015 +0200
     1.3 @@ -10,18 +10,18 @@
     1.4  WEB_SITE="http://www.scilab.org/"
     1.5  WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL"
     1.6  
     1.7 -DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2"
     1.8 +DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2 \
     1.9 +arpack-ng matio"
    1.10  BUILD_DEPENDS="pkg-config gfortran hdf5-dev ocaml fftw-dev libxml2-dev \
    1.11 -gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev"
    1.12 +gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev \
    1.13 +arpack-ng-dev matio-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18  	./configure --prefix=/usr \
    1.19  		--without-javasci --without-gui --disable-build-help \
    1.20 -		--without-arpack-ng \
    1.21  		--without-umfpack \
    1.22 -		--without-matio \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make all &&
    1.25  	make DESTDIR=$DESTDIR install