[arch-commits] Commit in coin-or-coinutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 8 18:37:02 UTC 2022


    Date: Saturday, January 8, 2022 @ 18:37:02
  Author: arojas
Revision: 1097284

archrelease: copy trunk to community-x86_64

Added:
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
    (from rev 1097283, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-08 18:36:57 UTC (rev 1097283)
+++ PKGBUILD	2022-01-08 18:37:02 UTC (rev 1097284)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tikysal <tikysal at gmail.com>
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.11.4
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=(x86_64)
-url="https://projects.coin-or.org/CoinUtils"
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran doxygen)
-groups=(coin-or)
-source=("https://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
-sha256sums=('1b24f8f6057661b3225d24f4e671527f53bf13aff66e06cbbbd4f20cc7d31dce')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 1097283, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-08 18:37:02 UTC (rev 1097284)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.11.5
+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)
+groups=(coin-or)
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('9a6d03b2c9bf6232b05e053c32e6f0b49bc418ed537cc1915bdd72361111d609')
+
+build() {
+  cd CoinUtils-releases-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-releases-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list