diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-25 18:42:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-25 18:42:42 -0300 |
commit | a99d37e8cf3cefec2e59be2afc507559b3e94f6a (patch) | |
tree | 2c151854d0b6e52ae935b782fb97f2fc8c24e286 | |
parent | fff980b91cd6dcd957e1b7dc991b7348f0ba402f (diff) | |
download | abslibre-a99d37e8cf3cefec2e59be2afc507559b3e94f6a.tar.gz abslibre-a99d37e8cf3cefec2e59be2afc507559b3e94f6a.tar.bz2 abslibre-a99d37e8cf3cefec2e59be2afc507559b3e94f6a.zip |
sagemath-7.2-3.parabola1: rebuild against fflas-ffpack 2.2.1-7 to remove SSE4 symbols - FS#49408 -> https://bugs.archlinux.org/task/49408
* add python2-pkgconfig optdepend
-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 e074b7bc0..6569777ed 100644 --- a/libre/sagemath/PKGBUILD +++ b/libre/sagemath/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 175566 2016-05-17 19:19:04Z arojas $ +# $Id: PKGBUILD 176664 2016-05-25 06:44: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,7 +11,7 @@ pkgname=sagemath pkgver=7.2 -pkgrel=2.parabola1 +pkgrel=3.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" @@ -20,7 +20,8 @@ depends=(ipython2 cysignals ppl mpfi palp brial singular cliquer maxima-ecl gfan python2-matplotlib python2-scipy python2-sympy python2-networkx python2-igraph python2-pillow libgap flintqs lcalc lrcalc 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' +optdepends=('cython2: to compile cython code' 'python2-pkgconfig: 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-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' |