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


Commits:
746fb0c9 by Jakub Klinkovský at 2026-02-15T22:44:42+01:00
upgpkg: 9.2.1-3: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = superlu_dist
        pkgdesc = Distributed memory, MPI based SuperLU
        pkgver = 9.2.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/xiaoyeli/superlu_dist
        arch = x86_64
        license = BSD-3-Clause-LBNL
@@ -13,8 +13,9 @@ pkgbase = superlu_dist
        makedepends = python
        depends = blas
        depends = glibc
-       depends = gcc-libs
        depends = lapack
+       depends = libgcc
+       depends = libgomp
        depends = openmpi
        optdepends = python-mpi4py: for Python interface
        optdepends = python-numpy: for Python interface


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=superlu_dist
 pkgver=9.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Distributed memory, MPI based SuperLU'
 arch=(x86_64)
 url='https://github.com/xiaoyeli/superlu_dist'
@@ -10,8 +10,9 @@ license=(BSD-3-Clause-LBNL)
 depends=(
   blas
   glibc
-  gcc-libs
   lapack
+  libgcc
+  libgomp
   openmpi
 )
 makedepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/superlu_dist/-/commit/746fb0c909f308fdccfce858a2be2a4a92cc3a2b

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


Reply via email to