Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
coin-or-coinutils
Commits:
569edfe1 by Antonio Rojas at 2024-08-23T20:17:16+02:00
upgpkg: 2.11.12-1: Update to 2.11.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,23 @@
pkgbase = coin-or-coinutils
pkgdesc = COIN-OR collection of utility classes
- pkgver = 2.11.11
+ pkgver = 2.11.12
pkgrel = 1
url = https://github.com/coin-or/CoinUtils
arch = x86_64
groups = coin-or
- license = EPL
+ license = EPL-2.0
makedepends = doxygen
makedepends = gcc-fortran
+ makedepends = git
+ depends = blas
depends = bzip2
depends = coin-or-data-sample
+ depends = gcc-libs
+ depends = glibc
depends = glpk
depends = lapack
depends = zlib
- source =
coin-or-coinutils-2.11.11.tar.gz::https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/2.11.11.tar.gz
- sha256sums =
27da344479f38c82112d738501643dcb229e4ee96a5f87d4f406456bdc1b2cb4
+ source = git+https://github.com/coin-or/CoinUtils#tag=releases/2.11.12
+ sha256sums =
eb3ef8bfbf913a0af35915c49410182be5a7e21e17754295eb4a3c23762706ba
pkgname = coin-or-coinutils
=====================================
PKGBUILD
=====================================
@@ -3,25 +3,29 @@
# Derived from Daniel Ehlers'
pkgname=coin-or-coinutils
-pkgver=2.11.11
+pkgver=2.11.12
pkgrel=1
pkgdesc='COIN-OR collection of utility classes'
arch=(x86_64)
url='https://github.com/coin-or/CoinUtils'
-license=(EPL)
-depends=(bzip2
+license=(EPL-2.0)
+depends=(blas
+ bzip2
coin-or-data-sample
+ gcc-libs
+ glibc
glpk
lapack
zlib)
makedepends=(doxygen
- gcc-fortran)
+ gcc-fortran
+ git)
groups=(coin-or)
-source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/$pkgver.tar.gz)
-sha256sums=('27da344479f38c82112d738501643dcb229e4ee96a5f87d4f406456bdc1b2cb4')
+source=(git+https://github.com/coin-or/CoinUtils#tag=releases/$pkgver)
+sha256sums=('eb3ef8bfbf913a0af35915c49410182be5a7e21e17754295eb4a3c23762706ba')
build() {
- cd CoinUtils-releases-$pkgver
+ cd CoinUtils
./configure \
--prefix=/usr \
--with-blas-lib='-lblas' \
@@ -32,11 +36,11 @@ build() {
}
check() {
- cd CoinUtils-releases-$pkgver
+ cd CoinUtils
make test
}
package() {
- cd CoinUtils-releases-$pkgver
+ cd CoinUtils
make DESTDIR="$pkgdir" install
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-coinutils/-/commit/569edfe104b583b10f80bbb68b2cdd5c13663e0b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-coinutils/-/commit/569edfe104b583b10f80bbb68b2cdd5c13663e0b
You're receiving this email because of your account on gitlab.archlinux.org.