Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
paraview-catalyst


Commits:
8c176a4b by Jakub Klinkovský at 2026-02-15T18:55:42+01:00
upgpkg: 2.0.0-4: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = paraview-catalyst
        pkgdesc = API specification developed for simulations (and other 
scientific data producers) to analyze and visualize data in situ
        pkgver = 2.0.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://gitlab.kitware.com/paraview/catalyst
        arch = x86_64
        license = BSD-3-Clause
@@ -11,8 +11,10 @@ pkgbase = paraview-catalyst
        makedepends = gtest
        makedepends = ninja
        makedepends = python-numpy
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libgfortran
+       depends = libstdc++
        depends = openmpi
        depends = python
        options = !lto


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,16 @@
 _name=catalyst
 pkgname=paraview-catalyst
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="API specification developed for simulations (and other scientific 
data producers) to analyze and visualize data in situ"
 arch=(x86_64)
 url="https://gitlab.kitware.com/paraview/catalyst";
 license=(BSD-3-Clause)
 depends=(
-  gcc-libs
   glibc
+  libgcc
+  libgfortran
+  libstdc++
   openmpi
   python
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/paraview-catalyst/-/commit/8c176a4bfef7168a16ef2fc1aa9d6ef81aab687e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/paraview-catalyst/-/commit/8c176a4bfef7168a16ef2fc1aa9d6ef81aab687e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to