wok rev 23257

updated octave (5.1.0 -> 5.2.0)
author Hans-G?nter Theisgen
date Thu Mar 26 06:34:52 2020 +0100 (2020-03-26)
parents b15cc3561ef8
children 5e00d55089d7
files octave/receipt
line diff
     1.1 --- a/octave/receipt	Wed Mar 25 19:09:46 2020 +0100
     1.2 +++ b/octave/receipt	Thu Mar 26 06:34:52 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="octave"
     1.7 -VERSION="5.1.0"
     1.8 +VERSION="5.2.0"
     1.9  CATEGORY="development"
    1.10  TAGS="programming language"
    1.11  SHORT_DESC="Language for numerical computations."
    1.12 @@ -12,7 +12,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="bash expat fltk freetype gcc83 gcc-lib-base gnuplot lapack libcurl libdrm \
    1.17 +DEPENDS="bash expat fltk freetype gcc83 gcc83-lib-base gnuplot lapack libcurl libdrm \
    1.18  	libgfortran libglu-mesa mesa ncurses pcre readline xorg-libX11 \
    1.19  	xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXxf86vm \
    1.20  	xorg-libXfixes zlib"
    1.21 @@ -23,13 +23,14 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	export	CC=gcc-83
    1.26 -	export	CXX=g++-83
    1.27  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.28  
    1.29  	# http://www.nabble.com/Random-rounding-errors-td16010966.html
    1.30 -	FFLAGS="-O -ffloat-store"		\
    1.31 +	export	FFLAGS="-O -ffloat-store"
    1.32 +
    1.33  	./configure				\
    1.34 +		CC=gcc-83			\
    1.35 +		CXX=g++-83			\
    1.36  		--prefix=/usr			\
    1.37  		--infodir=/usr/share/info	\
    1.38  		--libexecdir=/usr/lib/$PACKAGE	\
    1.39 @@ -45,5 +46,5 @@
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	cp -a $install/* $fs
    1.44 +	cp -a $install/*	$fs
    1.45  }