arpack-ng: update to 3.6.1. (#373)
This commit is contained in:
parent
15bc25b456
commit
5b3cca8bd0
1 changed files with 3 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue