Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scip
Commits:
b1942293 by Antonio Rojas at 2026-02-04T10:12:37+01:00
upgpkg: 10.0.1-2: Rebuild with fixed soplex
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = scip
pkgdesc = Solving Constraint Integer Programs
pkgver = 10.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.scipopt.org/
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=scip
pkgver=10.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Solving Constraint Integer Programs'
arch=(x86_64)
url='https://www.scipopt.org/'
@@ -23,10 +23,6 @@ makedepends=(boost
source=(git+https://github.com/scipopt/scip#tag=v$pkgver)
sha256sums=('1ef2db032928e13c4b33c8aee88669cac0dab9e0ba298747e8fb5e9a0be5a120')
-prepare() {
- git -C $pkgname cherry-pick -n a096844db787bb3492aa69a2ff97b586639e584d #
Fix crash
-}
-
build() {
cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/b1942293c1f981db263b2e834813b9f7111df333
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/b1942293c1f981db263b2e834813b9f7111df333
You're receiving this email because of your account on gitlab.archlinux.org.