New package: arpack-ng-3.2.0
This commit is contained in:
parent
e4a22d6dbf
commit
69ffe6ce81
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'arpack-ng'
|
||||||
|
pkgname=arpack-ng
|
||||||
|
version=3.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="gcc-fortran libgfortran-devel blas-devel lapack-devel"
|
||||||
|
short_desc="Collection of Fortran77 subroutines"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
nocross=yes
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/opencollab/arpack-ng"
|
||||||
|
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
|
||||||
|
checksum=ce6de85d8de6ae3a741fb9d6169c194ff1b2ffdab289f7af8e41d71bb7818cbb
|
||||||
|
|
||||||
|
pos_install(){
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue