[arch-commits] Commit in coin-or-coinutils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 22 10:28:05 UTC 2019
Date: Monday, April 22, 2019 @ 10:28:04
Author: arojas
Revision: 452907
archrelease: copy trunk to community-x86_64
Added:
coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 452906, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
coin-or-coinutils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-22 10:22:57 UTC (rev 452906)
+++ PKGBUILD 2019-04-22 10:28:04 UTC (rev 452907)
@@ -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.1
-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=('7b40135224f12a0bbac2d495c5fe3deb608b4e881ed6efcaf3fe5f9193e61b94')
-
-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 452906, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-22 10:28:04 UTC (rev 452907)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.11.2
+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=('23e955e5c02f2ccc9db9561f4f803ef76e976cf4aed54cea2973eedbffc79ad8')
+
+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
+}
More information about the arch-commits
mailing list