arpack-ng: update to 3.5.0.

Closes #8839.
This commit is contained in:
maxice8 2017-11-03 09:30:05 -02:00 committed by Enno Boland
parent a1679f83f5
commit 26b0b7abb8

View File

@ -1,7 +1,7 @@
# Template file for 'arpack-ng' # Template file for 'arpack-ng'
pkgname=arpack-ng pkgname=arpack-ng
version=3.4.0 version=3.5.0
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool gcc-fortran" hostmakedepends="automake libtool gcc-fortran"
makedepends="lapack-devel" makedepends="lapack-devel"
@ -10,7 +10,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="3-clause-BSD" license="3-clause-BSD"
homepage="https://github.com/opencollab/arpack-ng" homepage="https://github.com/opencollab/arpack-ng"
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz" distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
checksum=69e9fa08bacb2475e636da05a6c222b17c67f1ebeab3793762062248dd9d842f checksum=50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239
pre_configure() { pre_configure() {
export FFLAGS="-fPIC" export FFLAGS="-fPIC"