Date: Sunday, January 25, 2015 @ 10:05:02
Author: arojas
Revision: 126551
Add missing makedepends
Modified:
sage-mathematics/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-25 09:03:58 UTC (rev 126550)
+++ PKGBUILD 2015-01-25 09:05:02 UTC (rev 126551)
@@ -25,7 +25,8 @@
'buckygen: for generating fullerene graphs' 'plantri: for generating some
classes of graphs' 'benzene: for generating fusenes and benzenoids'
'libfes: exhaustive search of solutions for boolean polynomial systems'
'lrs: computing volume of polytopes'
'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver'
'lrcalc: fast computation of LR coefficients')
-makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack'
'python2-jinja' 'coin-or-cbc' 'mcqd')
+makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack'
'python2-jinja' 'coin-or-cbc' 'mcqd' 'libfes' 'coxeter3'
+ 'cryptominisat' 'lrcalc')
source=("https://github.com/sagemath/sage/archive/$pkgver.tar.gz"
"http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2"
'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch'
'clean.patch' 'skip-check.patch'
'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch')