science/pastix: upgrade to v6.2.2 and SPM to 1.1.1

Release notes at
<https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.2.2>.
This commit is contained in:
Thierry Thomas 2022-10-01 23:11:15 +02:00
parent fd7404dde6
commit 22e214654b
4 changed files with 15 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pastix
PORTVERSION= 6.2.1
PORTVERSION= 6.2.2
DISTVERSIONPREFIX= v
CATEGORIES= science
@ -25,8 +25,8 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr/
GL_ACCOUNT= solverstack
GL_PROJECT= pastix spm:s morse_cmake:m
GL_COMMIT= 071d5ae165c744ec3e62f5bdd246b12f8fa90662 \
ebbd88ff3808c50e04119d0b42faf055c6eada2a:s \
GL_COMMIT= 6e35c2ba179013b058f5d4e1afd4b451953149c6 \
14e36c1586c9ba13f938b1a89f51c080d6551392:s \
31cd2bbb0d76f2b9fd83011d8f079d97540b0ba8:m
GL_SUBDIR= spm:s cmake_modules/morse_cmake:m

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1650640815
SHA256 (solverstack-pastix-071d5ae165c744ec3e62f5bdd246b12f8fa90662_GL0.tar.gz) = c712f41d0dc2881fe9f8d91908b7d7e8a30d496fb60680992dd01a0cf06b288c
SIZE (solverstack-pastix-071d5ae165c744ec3e62f5bdd246b12f8fa90662_GL0.tar.gz) = 1116421
SHA256 (solverstack-spm-ebbd88ff3808c50e04119d0b42faf055c6eada2a_GL0.tar.gz) = bf744fc2dca9691f03a25585d7f304d230401a50649d93b9ef2d95b432bf44a6
SIZE (solverstack-spm-ebbd88ff3808c50e04119d0b42faf055c6eada2a_GL0.tar.gz) = 698306
TIMESTAMP = 1664643783
SHA256 (solverstack-pastix-6e35c2ba179013b058f5d4e1afd4b451953149c6_GL0.tar.gz) = 8e39c5aae8fcbe4ee4f30c1381f14a018504363c0701eb706b82d111e9a72fc7
SIZE (solverstack-pastix-6e35c2ba179013b058f5d4e1afd4b451953149c6_GL0.tar.gz) = 1117094
SHA256 (solverstack-spm-14e36c1586c9ba13f938b1a89f51c080d6551392_GL0.tar.gz) = 942f34d90c6528309a6f59067618f10d234d85e13b1dcca7811849c65bcc9c90
SIZE (solverstack-spm-14e36c1586c9ba13f938b1a89f51c080d6551392_GL0.tar.gz) = 710193
SHA256 (solverstack-morse_cmake-31cd2bbb0d76f2b9fd83011d8f079d97540b0ba8_GL0.tar.gz) = b1bc4e97dece9260667409fa238798caf738e30a655a3c53ddf7a94163240329
SIZE (solverstack-morse_cmake-31cd2bbb0d76f2b9fd83011d8f079d97540b0ba8_GL0.tar.gz) = 77602

View File

@ -5,3 +5,6 @@ precision (real or complex) using LLt, LDLt and LU with static pivoting (for non
symmetric matrices having a symmetric pattern). This solver also provides some
low-rank compression methods to reduce the memory footprint and/or the
time-to-solution.
It is bundled with SPM (SParse Matrix Package).
See also https://gitlab.inria.fr/solverstack/spm

View File

@ -83,17 +83,17 @@ lib/julia/spm/src/spm.jl
lib/julia/spm/src/spm_enums.jl
lib/libpastix.so
lib/libpastix.so.6.2
lib/libpastix.so.6.2.1
lib/libpastix.so.6.2.2
lib/libpastix_kernels.so
lib/libpastixf.so
lib/libpastixf.so.6
lib/libpastixf.so.6.2.1
lib/libpastixf.so.6.2.2
lib/libspm.so
lib/libspm.so.1
lib/libspm.so.1.1.0
lib/libspm.so.1.1.1
lib/libspmf.so
lib/libspmf.so.1
lib/libspmf.so.1.1.0
lib/libspmf.so.1.1.1
lib/python/pypastix/__init__.py
lib/python/pypastix/__pastix__.py
lib/python/pypastix/enum.py