wok rev 21865

Backed out changeset 223f49cc173b
author Hans-G?nter Theisgen
date Sun Sep 22 16:46:49 2019 +0100 (2019-09-22)
parents 223f49cc173b
children 90a4a17c887f
files scilab/receipt
line diff
     1.1 --- a/scilab/receipt	Fri Sep 20 17:42:35 2019 +0100
     1.2 +++ b/scilab/receipt	Sun Sep 22 16:46:49 2019 +0100
     1.3 @@ -1,42 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scilab"
     1.7 -VERSION="6.0.2"
     1.8 +VERSION="5.5.2"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Open source software for numerical computation."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="CECILL"
    1.13 -WEB_SITE="https://www.scilab.org/"
    1.14 -
    1.15  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.16 +WEB_SITE="http://www.scilab.org/"
    1.17  WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL"
    1.18  
    1.19 -DEPENDS="arpack-ng blas curl eigen fftw gcc83-lib-base gcclib-math hdf5 \
    1.20 -	lapack libgfortran libxml2 matio pcre tk"
    1.21 -BUILD_DEPENDS="arpack-ng-dev blas curl-dev eigen fftw-dev gcc83 gfortran \
    1.22 -	hdf5-dev gettext lapack libxml2-dev matio-dev ncursesw-dev \
    1.23 -	ocaml pkg-config tcl-dev tk-dev xorg-dev"
    1.24 +DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2 gcc-lib-math \
    1.25 +arpack-ng matio"
    1.26 +BUILD_DEPENDS="pkg-config gfortran hdf5-dev ocaml fftw-dev libxml2-dev \
    1.27 +gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev ncursesw-dev \
    1.28 +arpack-ng-dev matio-dev"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	export	CC=gcc-83
    1.34 -	export	CXX=g++-83
    1.35 -	export	LDFLAGS="$LDFLAGS -ltinfo"
    1.36 -	export	BLAS_LIBS="/usr/lib/libblas.so"
    1.37 -	export	BLAS_CFLAGS=" "
    1.38 -
    1.39 -	# 6.0.2 without-arpack-ng to avoid configure error:
    1.40 -	# ARPACK library found, but seems not to work properly.
    1.41 -	# Please make sure you are using arpack-ng
    1.42 -	./configure				\
    1.43 -		--prefix=/usr			\
    1.44 -		--without-arpack-ng		\
    1.45 -		--with-blas-library=/usr/lib	\
    1.46 -		--without-javasci		\
    1.47 -		--without-gui			\
    1.48 -		--disable-build-help		\
    1.49 -		--without-umfpack		\
    1.50 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.51 +	./configure --prefix=/usr \
    1.52 +		--without-javasci --without-gui --disable-build-help \
    1.53 +		--without-umfpack \
    1.54  		$CONFIGURE_ARGS &&
    1.55  	make all &&
    1.56  	make DESTDIR=$DESTDIR install