mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
arpack-ng: update to 3.7.0.
This commit is contained in:
parent
30a6723f89
commit
c08cbe2598
1 changed files with 7 additions and 6 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'arpack-ng'
|
# Template file for 'arpack-ng'
|
||||||
pkgname=arpack-ng
|
pkgname=arpack-ng
|
||||||
version=3.6.3
|
version=3.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool gcc-fortran"
|
hostmakedepends="automake libtool gcc-fortran pkg-config"
|
||||||
makedepends="lapack-devel"
|
makedepends="lapack-devel eigen"
|
||||||
short_desc="Collection of Fortran77 subroutines"
|
short_desc="Collection of Fortran77 subroutines"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/opencollab/arpack-ng"
|
homepage="https://github.com/opencollab/arpack-ng"
|
||||||
changelog="https://raw.githubusercontent.com/opencollab/arpack-ng/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/opencollab/arpack-ng/master/CHANGES"
|
||||||
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
|
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
|
||||||
checksum=64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453
|
checksum=972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
@ -24,8 +25,8 @@ arpack-ng-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue