wok-6.x diff octave/receipt @ rev 23623
Update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 14 16:56:01 2020 +0000 (2020-04-14) |
parents | 275dddf17858 |
children | 17091bc7c301 |
line diff
1.1 --- a/octave/receipt Wed May 22 19:12:45 2019 +0100 1.2 +++ b/octave/receipt Tue Apr 14 16:56:01 2020 +0000 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 }