octave: add missing dependencies
This commit is contained in:
parent
30ba09acd9
commit
c50c9d52eb
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'octave'
|
||||
pkgname=octave
|
||||
version=4.4.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args=" --with-blas=openblas --with-lapack=openblas
|
||||
$(vopt_if largearrays --enable-64)"
|
||||
hostmakedepends="perl gcc-fortran pkg-config gnuplot"
|
||||
makedepends="pcre-devel openblas-devel readline-devel libSM-devel libltdl-devel
|
||||
lcms2-devel glpk-devel"
|
||||
depends="$(vopt_if gui qt5-plugin-sqlite) texinfo"
|
||||
short_desc="High-level language, primarily intended for numerical computations"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue