octave: update to 9.2.0.

Closes: #50807 [via git-merge-pr]
This commit is contained in:
Gonzalo Tornaría 2024-06-12 18:05:53 -03:00 committed by Andrew Benson
parent 4f26d585bb
commit 80180c770f
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'octave'
pkgname=octave
version=9.1.0
version=9.2.0
revision=1
build_style=gnu-configure
configure_args="--disable-docs"
hostmakedepends="perl gcc-fortran pkg-config"
makedepends="pcre2-devel readline-devel libSM-devel libltdl-devel lcms2-devel
glpk-devel SuiteSparse-devel rapidjson"
depends="$(vopt_if gui qt5-plugin-sqlite)"
depends="$(vopt_if gui qt5-plugin-sqlite) texinfo"
checkdepends="zip unzip ghostscript gnuplot tar texinfo"
short_desc="High-level language, primarily intended for numerical computations"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
homepage="https://octave.org/"
changelog="http://hg.savannah.gnu.org/hgweb/octave/raw-file/default/etc/NEWS.${version%%.*}.md"
distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz"
checksum=3f8c6c6ecfa249a47c97e18e651be4db8499be2f5de1a095a3eea53efc01d6a1
checksum=0636554b05996997e431caad4422c00386d2d7c68900472700fecf5ffeb7c991
# avoid warnings due to egrep deprecation
export EGREP="grep -E"