parent
4f26d585bb
commit
80180c770f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue