superlu: update to 5.3.0.

This commit is contained in:
Andrew J. Hesford 2022-07-05 13:38:52 -04:00
parent 01d610c085
commit bf80b562e7

View file

@ -1,6 +1,6 @@
# Template file for 'superlu'
pkgname=superlu
version=5.2.2
version=5.3.0
revision=1
build_style=cmake
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
@ -11,8 +11,8 @@ maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
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
distfiles="https://github.com/xiaoyeli/superlu/archive/v${version}.tar.gz"
checksum=3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350
pre_configure() {
export LDFLAGS="-fPIC"
@ -27,6 +27,8 @@ superlu-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove "usr/include"
vmove "usr/lib/cmake"
vmove "usr/lib/pkgconfig"
vmove "usr/lib/libsuperlu.so"
}
}