octave: update to 4.0.3 (#4490)
This commit is contained in:
parent
e58f6af300
commit
3fec43d7d3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'octave'
|
# Template file for 'octave'
|
||||||
pkgname=octave
|
pkgname=octave
|
||||||
version=4.0.2
|
version=4.0.3
|
||||||
revision=3
|
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
|
||||||
|
@ -11,7 +11,7 @@ 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.xz"
|
||||||
checksum=98c11ecead8ea759eb1d010ad6319a63a1c6199d3a7e2abbafe453c753090403
|
checksum=dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85
|
||||||
|
|
||||||
export FFLAGS="-fPIC"
|
export FFLAGS="-fPIC"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue