superlu: update to 6.0.1.
This commit is contained in:
parent
79bc799aa7
commit
017641c332
|
@ -3109,7 +3109,7 @@ libbctoolbox.so.1 bctoolbox-0.6.0_1
|
|||
libbcmatroska2.so.0 bcmatroska2-5.2.1_1
|
||||
libbcg729.so.0 bcg729-1.1.1_1
|
||||
libortp.so.15 ortp-4.4.0_1
|
||||
libsuperlu.so.5 superlu-5.2.1_1
|
||||
libsuperlu.so.6 superlu-6.0.1_1
|
||||
libgosu.so.0 gosu-0.12.0_1
|
||||
libyara.so.10 libyara-4.3.0_1
|
||||
libyaz_icu.so.5 yaz-5.23.1_1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'superlu'
|
||||
pkgname=superlu
|
||||
version=5.3.0
|
||||
version=6.0.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_XSDK_DEFAULTS=TRUE"
|
||||
configure_args="-DUSE_XSDK_DEFAULTS=TRUE -DBUILD_SHARED_LIBS=TRUE"
|
||||
hostmakedepends="gcc-fortran"
|
||||
makedepends="openblas-devel"
|
||||
short_desc="Solution of large, sparse, nonsymmetric systems of linear equations"
|
||||
|
@ -12,7 +12,7 @@ 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://github.com/xiaoyeli/superlu/archive/v${version}.tar.gz"
|
||||
checksum=3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350
|
||||
checksum=6c5a3a9a224cb2658e9da15a6034eed44e45f6963f5a771a6b4562f7afb8f549
|
||||
|
||||
pre_configure() {
|
||||
export LDFLAGS="-fPIC"
|
||||
|
|
Loading…
Reference in New Issue