arpack-ng: update to 3.6.1. (#373)

This commit is contained in:
cr6git 2018-06-24 08:58:21 +02:00 committed by GitHub
parent 15bc25b456
commit 5b3cca8bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Template file for 'arpack-ng'
pkgname=arpack-ng
version=3.5.0
version=3.6.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool gcc-fortran"
@ -10,14 +10,13 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="3-clause-BSD"
homepage="https://github.com/opencollab/arpack-ng"
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
checksum=50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239
checksum=c753f929d3f1092d84bb0883a8ffe2551a8cb94d5ab891e63f596a876e44c351
pre_configure() {
export FFLAGS="-fPIC"
./bootstrap
}
post_install() {
vlicense COPYING LICENSE
vlicense COPYING
}
arpack-ng-devel_package() {