Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
pastix


Commits:
07cbf7ce by Jakub Klinkovský at 2026-02-15T19:06:16+01:00
upgpkg: 6.4.0-5: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pastix
        pkgdesc = High performance parallel solver for very large sparse linear 
systems based on direct methods
        pkgver = 6.4.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://gitlab.inria.fr/solverstack/pastix
        arch = x86_64
        license = LGPL-3.0-only
@@ -15,10 +15,12 @@ pkgbase = pastix
        makedepends = git
        makedepends = python
        depends = cblas
-       depends = gcc-libs
        depends = glibc
        depends = hwloc
        depends = lapacke
+       depends = libgcc
+       depends = libgfortran
+       depends = libgomp
        depends = openmpi
        depends = scotch
        optdepends = python-numpy: for Python interface


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,19 @@
 
 pkgname=pastix
 pkgver=6.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="High performance parallel solver for very large sparse linear systems 
based on direct methods"
 arch=(x86_64)
 url="https://gitlab.inria.fr/solverstack/pastix";
 license=(LGPL-3.0-only)
 depends=(
   cblas
-  gcc-libs
   glibc
   hwloc
   lapacke
+  libgcc
+  libgfortran
+  libgomp
   openmpi
   scotch
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pastix/-/commit/07cbf7ce6fce00fed0bd28522c5b56e907766874

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pastix/-/commit/07cbf7ce6fce00fed0bd28522c5b56e907766874
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to