superlu: update to 5.2.2

Updates homepage and distfiles locations to match current reality and
adds the changelog.
This commit is contained in:
Colin Booth 2021-05-13 23:21:33 -07:00 committed by Érico Nogueira Rolim
parent ddc3c4c7fa
commit 628ca3e775
1 changed files with 7 additions and 8 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'superlu'
pkgname=superlu
version=5.2.1
version=5.2.2
revision=1
build_style=cmake
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
hostmakedepends="gcc-fortran"
makedepends="openblas-devel"
short_desc="Solution of large, sparse, nonsymmetric systems of linear equations"
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
license="BSD"
homepage="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
distfiles="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/${pkgname}_${version}.tar.gz"
checksum=28fb66d6107ee66248d5cf508c79de03d0621852a0ddeba7301801d3d859f463
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
wrksrc="SuperLU_${version}"
license="BSD-3-Clause"
homepage="https://portal.nersc.gov/project/sparse/superlu/"
changelog="https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change"
distfiles="https://portal.nersc.gov/project/sparse/superlu/superlu_${version}.tar.gz"
checksum=470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c
pre_configure() {
export LDFLAGS="-fPIC"
@ -30,4 +30,3 @@ superlu-devel_package() {
vmove "usr/lib/libsuperlu.so"
}
}