Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
papilo
Commits:
9abc51e3 by Antonio Rojas at 2024-06-21T18:42:16+02:00
upgpkg: 2.3.0-1: Update to 2.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = papilo
pkgdesc = Parallel Presolve for Integer and Linear Optimization
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = papilo
depends = glibc
depends = gmp
depends = tbb
- source = git+https://github.com/scipopt/papilo#tag=v2.2.1
- sha256sums =
33bc4aec7b0e0ec6e7f08fbb4b823be2ffa179c095f8498b3859a02a4498581a
+ source = git+https://github.com/scipopt/papilo#tag=v2.3.0
+ sha256sums =
19d5b3a284193740a3f8ad906461d3f3e461a75e8d79754784b7ccf125c29b91
pkgname = papilo
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=papilo
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Parallel Presolve for Integer and Linear Optimization'
arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(boost
cmake
git)
source=(git+https://github.com/scipopt/papilo#tag=v$pkgver)
-sha256sums=('33bc4aec7b0e0ec6e7f08fbb4b823be2ffa179c095f8498b3859a02a4498581a')
+sha256sums=('19d5b3a284193740a3f8ad906461d3f3e461a75e8d79754784b7ccf125c29b91')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/9abc51e3e701b0bb8025f0ae68f96aaafb186a62
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/9abc51e3e701b0bb8025f0ae68f96aaafb186a62
You're receiving this email because of your account on gitlab.archlinux.org.