Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / coin-or-coinutils
Commits: da4f7079 by Antonio Rojas at 2023-10-25T08:31:24+02:00 upgpkg: 2.11.10-1: Update to 2.11.10 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = coin-or-coinutils + pkgdesc = COIN-OR collection of utility classes + pkgver = 2.11.10 + pkgrel = 1 + url = https://github.com/coin-or/CoinUtils + arch = x86_64 + groups = coin-or + license = EPL + makedepends = doxygen + makedepends = gcc-fortran + depends = bzip2 + depends = coin-or-data-sample + depends = glpk + depends = lapack + depends = zlib + source = coin-or-coinutils-2.11.10.tar.gz::https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/2.11.10.tar.gz + sha256sums = 80c7c215262df8d6bd2ba171617c5df844445871e9891ec6372df12ccbe5bcfd + +pkgname = coin-or-coinutils ===================================== PKGBUILD ===================================== @@ -3,22 +3,31 @@ # Derived from Daniel Ehlers' pkgname=coin-or-coinutils -pkgver=2.11.9 +pkgver=2.11.10 pkgrel=1 pkgdesc='COIN-OR collection of utility classes' arch=(x86_64) url='https://github.com/coin-or/CoinUtils' license=(EPL) -depends=(zlib bzip2 glpk lapack coin-or-data-sample) -makedepends=(gcc-fortran doxygen) +depends=(bzip2 + coin-or-data-sample + glpk + lapack + zlib) +makedepends=(doxygen + gcc-fortran) groups=(coin-or) source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/$pkgver.tar.gz) -sha256sums=('15d572ace4cd3b7c8ce117081b65a2bd5b5a4ebaba54fadc99c7a244160f88b8') +sha256sums=('80c7c215262df8d6bd2ba171617c5df844445871e9891ec6372df12ccbe5bcfd') build() { cd CoinUtils-releases-$pkgver - - ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking + ./configure \ + --prefix=/usr \ + --with-blas-lib='-lblas' \ + --with-lapack-lib='-llapack' \ + --with-glpk-lib='-lglpk' \ + --enable-dependency-linking make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-coinutils/-/commit/da4f7079e79ad60bf18c51b64f835312ba54a4a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-coinutils/-/commit/da4f7079e79ad60bf18c51b64f835312ba54a4a9 You're receiving this email because of your account on gitlab.archlinux.org.
