Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scip
Commits:
4f53ef33 by Antonio Rojas at 2024-06-21T19:15:27+02:00
upgpkg: 9.1.0-1: Update to 9.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = scip
pkgdesc = Solving Constraint Integer Programs
- pkgver = 9.0.1
+ pkgver = 9.1.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=v901
- sha256sums =
6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262
+ source = git+https://github.com/scipopt/scip#tag=v910
+ sha256sums =
9c4e065a53b27bcd0c047281f5776afe7ddcfe3921e447452dc0e2312f3b3697
pkgname = scip
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=scip
-pkgver=9.0.1
+pkgver=9.1.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=('6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262')
+sha256sums=('9c4e065a53b27bcd0c047281f5776afe7ddcfe3921e447452dc0e2312f3b3697')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/4f53ef331d1e4f7f06b72e9e1ab183804d5bb2a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/4f53ef331d1e4f7f06b72e9e1ab183804d5bb2a1
You're receiving this email because of your account on gitlab.archlinux.org.