From 52ec8915cba1dda1e47b3a35eae5cf28cc676aec Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 12 Oct 2015 16:47:19 -0300 Subject: [PATCH] arpack-ng: update to 3.3.0 --- srcpkgs/arpack-ng/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/arpack-ng/template b/srcpkgs/arpack-ng/template index 624e09b441..b193394282 100644 --- a/srcpkgs/arpack-ng/template +++ b/srcpkgs/arpack-ng/template @@ -1,8 +1,9 @@ # Template file for 'arpack-ng' pkgname=arpack-ng -version=3.2.0 +version=3.3.0 revision=1 build_style=gnu-configure +hostmakedepends="automake libtool" makedepends="gcc-fortran libgfortran-devel blas-devel lapack-devel" short_desc="Collection of Fortran77 subroutines" maintainer="Diogo Leal " @@ -10,9 +11,12 @@ nocross=yes license="BSD" homepage="https://github.com/opencollab/arpack-ng" distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz" -checksum=ce6de85d8de6ae3a741fb9d6169c194ff1b2ffdab289f7af8e41d71bb7818cbb +checksum=ad59811e7d79d50b8ba19fd908f92a3683d883597b2c7759fdcc38f6311fe5b3 -pos_install(){ - vlicense COPYING +pre_configure(){ + ./bootstrap } +post_install(){ + vlicense COPYING +}