Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / scip


Commits:
f7dcae11 by Antonio Rojas at 2024-02-28T17:00:13+01:00
upgpkg: 9.0.0-1: Update to 9.0.0

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,22 @@
 pkgbase = scip
        pkgdesc = Solving Constraint Integer Programs
-       pkgver = 8.1.0
-       pkgrel = 2
+       pkgver = 9.0.0
+       pkgrel = 1
        url = https://www.scipopt.org/
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        makedepends = boost
        makedepends = cmake
        makedepends = papilo
        makedepends = soplex
+       depends = gcc-libs
+       depends = glibc
+       depends = gmp
        depends = mpfr
+       depends = readline
        depends = tbb
-       source = https://github.com/scipopt/scip/archive/v810/scip-8.1.0.tar.gz
-       sha256sums = 
b6daf54c37d02564b12fb32ec3bb7a105710eb0026adeafc602af4435fa94685
+       depends = zlib
+       source = https://github.com/scipopt/scip/archive/v900/scip-9.0.0.tar.gz
+       sha256sums = 
ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f
 
 pkgname = scip


=====================================
.nvchecker.toml
=====================================
@@ -1,6 +1,6 @@
 [scip]
 source = 'github'
 github = 'scipopt/scip'
-use_max_tag = true
+use_latest_release = true
 from_pattern = 'v(\d)(\d)(\d)'
 to_pattern = '\1.\2.\3'


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,25 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=scip
-pkgver=8.1.0
-pkgrel=2
+pkgver=9.0.0
+pkgrel=1
 pkgdesc='Solving Constraint Integer Programs'
 arch=(x86_64)
 url='https://www.scipopt.org/'
-license=(Apache)
-depends=(mpfr
-         tbb)
+license=(Apache-2.0)
+depends=(gcc-libs
+         glibc
+         gmp
+         mpfr
+         readline
+         tbb
+         zlib)
 makedepends=(boost
              cmake
              papilo
              soplex)
 
source=(https://github.com/scipopt/scip/archive/v${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('b6daf54c37d02564b12fb32ec3bb7a105710eb0026adeafc602af4435fa94685')
+sha256sums=('ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f')
 
 build() {
   cmake -B build -S $pkgname-${pkgver//./} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/f7dcae11bd53ebcdbfc29fbe4d74c796ddb51365

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/f7dcae11bd53ebcdbfc29fbe4d74c796ddb51365
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to