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


Commits:
04982ed6 by Antonio Rojas at 2024-05-14T23:39:47+02:00
upgpkg: 9.0.1-1: Update to 9.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = scip
        pkgdesc = Solving Constraint Integer Programs
-       pkgver = 9.0.0
+       pkgver = 9.0.1
        pkgrel = 1
        url = https://www.scipopt.org/
        arch = x86_64
        license = Apache-2.0
        makedepends = boost
        makedepends = cmake
+       makedepends = git
        makedepends = papilo
        makedepends = soplex
        depends = gcc-libs
@@ -16,7 +17,7 @@ pkgbase = scip
        depends = readline
        depends = tbb
        depends = zlib
-       source = https://github.com/scipopt/scip/archive/v900/scip-9.0.0.tar.gz
-       sha256sums = 
ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f
+       source = git+https://github.com/scipopt/scip#tag=v901
+       sha256sums = 
6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262
 
 pkgname = scip


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=scip
-pkgver=9.0.0
+pkgver=9.0.1
 pkgrel=1
 pkgdesc='Solving Constraint Integer Programs'
 arch=(x86_64)
@@ -16,13 +16,14 @@ depends=(gcc-libs
          zlib)
 makedepends=(boost
              cmake
+             git
              papilo
              soplex)
-source=(https://github.com/scipopt/scip/archive/v${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f')
+source=(git+https://github.com/scipopt/scip#tag=v${pkgver//./})
+sha256sums=('6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262')
 
 build() {
-  cmake -B build -S $pkgname-${pkgver//./} \
+  cmake -B build -S $pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DAUTOBUILD=ON \



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/04982ed6cb1da04bea5239a9c06622a75016c9f8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to