Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-clarabel
Commits:
9a65a5dc by Antonio Rojas at 2026-05-24T10:18:05+02:00
upgpkg: 0.11.1-3: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-clarabel
pkgdesc = Interior-point solver for convex conic optimisation problems
pkgver = 0.11.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/oxfordcontrol/Clarabel.rs
arch = x86_64
license = Apache-2.0
@@ -10,8 +10,9 @@ pkgbase = python-clarabel
makedepends = python-installer
makedepends = python-maturin
makedepends = rust
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = python
source = git+https://github.com/oxfordcontrol/Clarabel.rs#tag=v0.11.1
sha256sums =
5cffa7d3971db186ae534bd69c2dcb985f74679b7205b1c9361dca41a5806ace
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,14 @@
_pyname=clarabel
pkgname=python-$_pyname
pkgver=0.11.1
-pkgrel=2
+pkgrel=3
pkgdesc='Interior-point solver for convex conic optimisation problems'
arch=(x86_64)
url='https://github.com/oxfordcontrol/Clarabel.rs'
license=(Apache-2.0)
-depends=(gcc-libs
- glibc)
+depends=(glibc
+ libgcc
+ python)
makedepends=(git
python-build
python-installer
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/9a65a5dc4e54f4c7bd12138bbf1296f08a9cf1d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/9a65a5dc4e54f4c7bd12138bbf1296f08a9cf1d7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help