diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-24 12:10:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-24 12:10:23 -0300 |
commit | 842170bddd6790a1e2da3896a7b7c79aadd36913 (patch) | |
tree | cc6c8ce4af8f3967767f348d2e5271b9cb85020d /libre/sagemath | |
parent | 8f48823d0e066748777846d0e5bb00ad11a30a96 (diff) | |
download | abslibre-842170bddd6790a1e2da3896a7b7c79aadd36913.tar.gz abslibre-842170bddd6790a1e2da3896a7b7c79aadd36913.tar.bz2 abslibre-842170bddd6790a1e2da3896a7b7c79aadd36913.zip |
sagemath-7.2-6.parabola1: NTL 9.10 rebuild
Diffstat (limited to 'libre/sagemath')
-rw-r--r-- | libre/sagemath/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/sagemath/PKGBUILD b/libre/sagemath/PKGBUILD index 047bb4d17..b770aca09 100644 --- a/libre/sagemath/PKGBUILD +++ b/libre/sagemath/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178074 2016-06-07 05:50:43Z arojas $ +# $Id: PKGBUILD 180713 2016-06-21 22:35:27Z 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,13 +11,13 @@ pkgname=sagemath pkgver=7.2 -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc="Free Mathematics Software, free software replacement of Magma, Maple, Mathematica, and Matlab, without nonfree nauty support" arch=(i686 x86_64 armv7h) url="http://www.sagemath.org" license=(GPL) depends=(ipython2 cysignals ppl palp brial singular cliquer maxima-ecl gfan sympow tachyon python2-rpy2 - python2-matplotlib python2-scipy python2-sympy python2-networkx python2-igraph python2-pillow libgap flintqs lcalc lrcalc arb + python2-matplotlib python2-scipy python2-sympy python2-networkx python2-pillow libgap flintqs lcalc lrcalc arb eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox 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' 'python2-pkgconfig: to compile cython code' @@ -28,6 +28,7 @@ optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile cyt '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' 'lrs: Algorithms for linear reverse search used in game theory and for computing volume of polytopes' + 'python2-igraph: igraph backend for graph theory' 'jupyter-notebook: Jupyter notebook interface' 'atlas-lapack: improved performance for some linear algebra operations') makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja coin-or-cbc mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib python2-pkgconfig meataxe) # libfes |