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