Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scip
Commits:
279ed727 by Antonio Rojas at 2024-11-06T22:50:18+01:00
upgpkg: 9.2.0-1: Update to 9.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = scip
pkgdesc = Solving Constraint Integer Programs
- pkgver = 9.1.1
+ pkgver = 9.2.0
pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = scip
depends = readline
depends = tbb
depends = zlib
- source = git+https://github.com/scipopt/scip#tag=v911
- sha256sums =
749bb266429a803ed51744f4dc35a9aaf48950ad9f19ea00d2b4308ff18d83d7
+ source = git+https://github.com/scipopt/scip#tag=v920
+ sha256sums =
00996df521fd5786312ebca8caac78b9686a3563ef3dc73cdd274e686bf9caa4
pkgname = scip
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=scip
-pkgver=9.1.1
+pkgver=9.2.0
pkgrel=1
pkgdesc='Solving Constraint Integer Programs'
arch=(x86_64)
@@ -20,7 +20,7 @@ makedepends=(boost
papilo
soplex)
source=(git+https://github.com/scipopt/scip#tag=v${pkgver//./})
-sha256sums=('749bb266429a803ed51744f4dc35a9aaf48950ad9f19ea00d2b4308ff18d83d7')
+sha256sums=('00996df521fd5786312ebca8caac78b9686a3563ef3dc73cdd274e686bf9caa4')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/279ed7271eb9672032face318807fb5e36f58547
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/279ed7271eb9672032face318807fb5e36f58547
You're receiving this email because of your account on gitlab.archlinux.org.