superlu: update to 5.3.0.
This commit is contained in:
parent
01d610c085
commit
bf80b562e7
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'superlu'
|
# Template file for 'superlu'
|
||||||
pkgname=superlu
|
pkgname=superlu
|
||||||
version=5.2.2
|
version=5.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
|
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://portal.nersc.gov/project/sparse/superlu/"
|
homepage="https://portal.nersc.gov/project/sparse/superlu/"
|
||||||
changelog="https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change"
|
changelog="https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change"
|
||||||
distfiles="https://portal.nersc.gov/project/sparse/superlu/superlu_${version}.tar.gz"
|
distfiles="https://github.com/xiaoyeli/superlu/archive/v${version}.tar.gz"
|
||||||
checksum=470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c
|
checksum=3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export LDFLAGS="-fPIC"
|
export LDFLAGS="-fPIC"
|
||||||
|
@ -27,6 +27,8 @@ superlu-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/include"
|
vmove "usr/include"
|
||||||
|
vmove "usr/lib/cmake"
|
||||||
|
vmove "usr/lib/pkgconfig"
|
||||||
vmove "usr/lib/libsuperlu.so"
|
vmove "usr/lib/libsuperlu.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue