octave: update to 4.2.0
This commit is contained in:
parent
5d3d996a85
commit
e631bd1ffd
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'octave'
|
# Template file for 'octave'
|
||||||
pkgname=octave
|
pkgname=octave
|
||||||
version=4.0.3
|
version=4.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
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 lapack-devel readline-devel libSM-devel libltdl-devel
|
||||||
|
@ -10,8 +10,8 @@ short_desc="A high-level language, primarily intended for numerical computations
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://gnu.org/software/octave/"
|
homepage="https://gnu.org/software/octave/"
|
||||||
distfiles="${GNU_SITE}/octave/octave-${version}.tar.xz"
|
distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz"
|
||||||
checksum=dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85
|
checksum=443ba73782f3531c94bcf016f2f0362a58e186ddb8269af7dcce973562795567
|
||||||
|
|
||||||
export FFLAGS="-fPIC"
|
export FFLAGS="-fPIC"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue