sperlu_dist: Update to 9.1.0

This commit is contained in:
Hernan Martinez 2025-04-20 00:35:17 -06:00 committed by Christoph Reiter
parent 4d22096202
commit ccd9f661a1

View File

@ -3,8 +3,8 @@
_realname=superlu_dist
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=8.2.1
pkgrel=2
pkgver=9.1.0
pkgrel=1
pkgdesc="Distributed memory sparse direct linear solver (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
@ -26,7 +26,7 @@ source=("https://github.com/xiaoyeli/${_realname}/archive/v${pkgver}.tar.gz"
'superlu_dist.test'
'0001-pc-fix.patch'
'0002-no-rpath-with-mingw.patch')
sha256sums=('b77d065cafa6bc1a1dcc15bf23fd854f54b05762b165badcffc195835ad2bddf'
sha256sums=('1cb2c6dc7e8231b2ec30c1266e55e440ffca9f55527771d8df28f900dd179f9d'
'ec5072630e1c0309fe383669e9187790cd135a393c67bc4bc35cf60b0ba396ff'
'15c7af25b91406d5fe5f26cfe00963b6cfde1c3dd466eb25f1b6fae299934966'
'65bdbd6de4a4b1c9dd40fb219ba3cb686f46f76b729a3819a2074356cbb9d15b'
@ -60,6 +60,7 @@ build() {
-DBUILD_TESTING=OFF \
-Denable_tests=OFF \
-Denable_examples=OFF \
-Denable_python=OFF \
-DTPL_ENABLE_LAPACKLIB=ON \
-DXSDK_ENABLE_Fortran=OFF \
-DTPL_PARMETIS_LIBRARIES="-L${MINGW_PREFIX}/lib -lparmetis -lmetis -lmsmpi" \