# HG changeset patch # User Hans-G?nter Theisgen # Date 1558247995 -3600 # Node ID dc7a250e4305239fd1c8af5ad1171b89e2ab73c0 # Parent 7441485e30be0ed909564b5a72e63c99e44f511d updated arpack-ng and arpack-ng-dev (3.1.5 -> 3.7.0) diff -r 7441485e30be -r dc7a250e4305 arpack-ng-dev/receipt --- a/arpack-ng-dev/receipt Sat May 18 17:29:21 2019 +0100 +++ b/arpack-ng-dev/receipt Sun May 19 07:39:55 2019 +0100 @@ -1,20 +1,21 @@ # SliTaz package receipt. PACKAGE="arpack-ng-dev" -VERSION="3.1.5" +VERSION="3.7.0" CATEGORY="development" -SHORT_DESC="Fortran77 subroutines to solve large scale eigenvalue problems." +SHORT_DESC="Fortran77 subroutines to solve large scale eigenvalue problems - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="http://forge.scilab.org/index.php/p/arpack-ng/" -WANTED="arpack-ng" +WEB_SITE="https://github.com/opencollab/arpack-ng/" DEPENDS="arpack-ng pkg-config" +WANTED="arpack-ng" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 7441485e30be -r dc7a250e4305 arpack-ng/receipt --- a/arpack-ng/receipt Sat May 18 17:29:21 2019 +0100 +++ b/arpack-ng/receipt Sun May 19 07:39:55 2019 +0100 @@ -1,23 +1,26 @@ # SliTaz package receipt. PACKAGE="arpack-ng" -VERSION="3.1.5" +VERSION="3.7.0" CATEGORY="development" SHORT_DESC="Fortran77 subroutines to solve large scale eigenvalue problems." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://github.com/opencollab/arpack-ng/" +GIT_SITE="https://github.com/opencollab/arpack-ng" + TARBALL="${PACKAGE}_$VERSION.tar.gz" -GIT_SITE="https://github.com/opencollab/arpack-ng" -WEB_SITE="http://forge.scilab.org/index.php/p/arpack-ng/" -WGET_URL="${WEB_SITE}downloads/get/$TARBALL" +WGET_URL="${WEB_SITE}archive/$VERSION/$TARBALL" -DEPENDS="libgfortran blas lapack" -BUILD_DEPENDS="gfortran blas lapack" +DEPENDS="blas lapack libgfortran" +BUILD_DEPENDS="autoconf automake blas gfortran lapack" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ + ./bootstrap && + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install