Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
papilo
Commits:
99fb33c5 by Antonio Rojas at 2026-05-28T08:41:06+02:00
upgpkg: 3.0.0-4: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = papilo
pkgdesc = Parallel Presolve for Integer and Linear Optimization
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.scipopt.org/
arch = x86_64
license = LGPL-3.0-only
@@ -9,9 +9,11 @@ pkgbase = papilo
makedepends = cmake
makedepends = git
depends = boost-libs
- depends = gcc-libs
depends = glibc
depends = gmp
+ depends = libgcc
+ depends = libquadmath
+ depends = libstdc++
depends = tbb
source = git+https://github.com/scipopt/papilo#tag=v3.0.0
sha256sums =
2f7d368964ef6f8d9970ed2fb67715c8082a5904b01f6dc5de6a8f4eab2fb2da
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,17 @@
pkgname=papilo
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='Parallel Presolve for Integer and Linear Optimization'
arch=(x86_64)
url='https://www.scipopt.org/'
license=(LGPL-3.0-only)
depends=(boost-libs
- gcc-libs
glibc
gmp
+ libgcc
+ libquadmath
+ libstdc++
tbb)
makedepends=(boost
cmake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/99fb33c54dd162b15b0dafc964c826526bc1c4cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/99fb33c54dd162b15b0dafc964c826526bc1c4cc
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