[arch-commits] Commit in coin-or-coinutils/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Feb 9 20:33:36 UTC 2015


    Date: Monday, February 9, 2015 @ 21:33:36
  Author: arojas
Revision: 127425

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 127424, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-09 20:33:36 UTC (rev 127425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.3
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils"
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz")
+sha1sums=('45dd9d7d13f06771dbb4fbeaf7efaaba59d07428')
+
+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 127424, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-09 20:33:36 UTC (rev 127425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.3
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils"
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz")
+sha1sums=('45dd9d7d13f06771dbb4fbeaf7efaaba59d07428')
+
+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