octave: use openblas instead of blas/lapack
Closes: #7221 [via git-merge-pr]
This commit is contained in:
parent
5beb90ad26
commit
68f4981ad4
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'octave'
|
# Template file for 'octave'
|
||||||
pkgname=octave
|
pkgname=octave
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args=" --with-blas=openblas --with-lapack=openblas "
|
||||||
hostmakedepends="perl gcc-fortran pkg-config gnuplot"
|
hostmakedepends="perl gcc-fortran pkg-config gnuplot"
|
||||||
makedepends="pcre-devel lapack-devel readline-devel libSM-devel libltdl-devel
|
makedepends="pcre-devel openblas-devel readline-devel libSM-devel libltdl-devel
|
||||||
lcms2-devel"
|
lcms2-devel"
|
||||||
short_desc="A high-level language, primarily intended for numerical computations"
|
short_desc="A high-level language, primarily intended for numerical computations"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
|
Loading…
Reference in a new issue