[arch-commits] Commit in sage-numerical-backends-coin/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:56:48 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:56:48
  Author: foutrelis
Revision: 753273

archrelease: copy trunk to community-staging-x86_64

Added:
  sage-numerical-backends-coin/repos/community-staging-x86_64/
  sage-numerical-backends-coin/repos/community-staging-x86_64/PKGBUILD
    (from rev 753271, sage-numerical-backends-coin/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: sage-numerical-backends-coin/repos/community-staging-x86_64/PKGBUILD (from rev 753271, sage-numerical-backends-coin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 18:56:48 UTC (rev 753273)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sage-numerical-backends-coin
+pkgver=9.0b12
+pkgrel=2
+pkgdesc="COIN-OR mixed integer linear programming backend for SageMath"
+arch=(x86_64)
+url="https://github.com/mkoeppe/sage-numerical-backends-coin"
+license=(GPL)
+depends=(sagemath coin-or-cbc)
+makedepends=(cython python-pkgconfig)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mkoeppe/sage-numerical-backends-coin/archive/v$pkgver.tar.gz")
+sha256sums=('4bd6cec9a2e78e47741a73fde0d064a2aaebd1e2d9f44ccca70e436f2094f272')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list