diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-22 20:03:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-22 20:04:41 -0300 |
commit | e0be374c66bd15c73f98bce31de432ef7a34016a (patch) | |
tree | f0810da15e36a19e3646de125dde535131060d2a /libre | |
parent | 6e58e2557f1097b7529d3dd808e04dd41045f8e8 (diff) | |
download | abslibre-e0be374c66bd15c73f98bce31de432ef7a34016a.tar.gz abslibre-e0be374c66bd15c73f98bce31de432ef7a34016a.tar.bz2 abslibre-e0be374c66bd15c73f98bce31de432ef7a34016a.zip |
sagemath-7.1-8.parabola1: add python2-pillow to depends and add coin-or-csdp to optdepends
Diffstat (limited to 'libre')
-rw-r--r-- | libre/sagemath/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/sagemath/PKGBUILD b/libre/sagemath/PKGBUILD index d41509d6a..dda5097cc 100644 --- a/libre/sagemath/PKGBUILD +++ b/libre/sagemath/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170612 2016-04-12 07:48:15Z arojas $ +# $Id: PKGBUILD 171481 2016-04-21 07:45:10Z arojas $ # Maintainer (Arch): Evgeniy Alekseev <arcanis.arch at gmail dot com> # Maintainer (Arch): Antonio Rojas <arojas@archlinux.org> # Contributor (Arch): Daniel Wallace <danielwallace at gtmanfred dot com> @@ -11,18 +11,18 @@ pkgname=sagemath pkgver=7.1 -pkgrel=7.parabola1 +pkgrel=8.parabola1 pkgdesc="Free Mathematics Software, free software replacement of Magma, Maple, Mathematica, and Matlab, without nonfree nauty support" arch=(i686 x86_64) url="http://www.sagemath.org" license=(GPL) depends=(ipython2 cysignals ppl mpfi palp brial singular cliquer maxima-ecl gfan sympow tachyon python2-rpy2 - python2-matplotlib python2-scipy python2-sympy python2-networkx python2-igraph libgap flintqs lcalc lrcalc lrs arb + python2-matplotlib python2-scipy python2-sympy python2-networkx python2-igraph python2-pillow libgap flintqs lcalc lrcalc lrs arb eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl rubiks pari-galdata pari-seadata-small planarity rankwidth sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs sage-data-polytopes_db sage-data-conway_polynomials) optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: Browser-based (flask) notebook interface' 'sagemath-doc: Documentation and inline help' 'ipython2-notebook: Jupyter notebook interface' 'mathjax: Jupyter notebook interface' - 'coin-or-cbc: COIN backend for numerical computations' + 'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for computing Lovász theta-function of graphs' 'buckygen: for generating fullerene graphs' 'plantri: for generating some classes of graphs' 'benzene: for generating fusenes and benzenoids' 'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export animations to video' 'imagemagick: to show animations' 'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 'gap-data: for computing Galois groups' @@ -33,9 +33,9 @@ conflicts=(sage-mathematics) replaces=(sage-mathematics) provides=(sage-mathematics) source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz" - pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip" - anal.h package.patch env.patch paths.patch clean.patch skip-check.patch cython-sys-path.patch - disable-fes.patch jupyter-path.patch test-optional.patch python-2.7.11.patch gap-4.8.patch) + pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip" + anal.h package.patch env.patch paths.patch clean.patch skip-check.patch cython-sys-path.patch + disable-fes.patch jupyter-path.patch test-optional.patch python-2.7.11.patch gap-4.8.patch) md5sums=('c68e846444b9370fe79f43395cdc2725' 'a346bb2c0350c1cb17d5325235c5e38a' 'a906a180d198186a39820b0a2f9a9c63' |