[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD paths.patch)

Antonio Rojas arojas at archlinux.org
Tue Jan 6 17:45:28 UTC 2015


    Date: Tuesday, January 6, 2015 @ 18:45:27
  Author: arojas
Revision: 125532

Add cvxopt dependency for next build

Modified:
  sage-mathematics/trunk/PKGBUILD
  sage-mathematics/trunk/paths.patch

-------------+
 PKGBUILD    |    4 ++--
 paths.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-06 16:24:02 UTC (rev 125531)
+++ PKGBUILD	2015-01-06 17:45:27 UTC (rev 125532)
@@ -106,8 +106,8 @@
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2'
   'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 'libgap' 'gap' 'genus2reduction' 'flintqs' 'lcalc' 'lrcalc' 'libfes'
-  'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox' 'gsl' 'rubiks' 'coxeter3' 'nauty' 'mcqd' 'pari-galdata'
-  'pari-seadata-small' 'sage-data-combinatorial_designs' 'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db'
+  'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'python2-cvxopt' 'pynac' 'linbox' 'gsl' 'rubiks' 'coxeter3' 'nauty' 'mcqd'
+  'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db'
   'sage-data-conway_polynomials')
   optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 'sage-mathematics-doc: Documentation and inline help'
   'sage-mathematics-src: source files needed to build cython code'

Modified: paths.patch
===================================================================
--- paths.patch	2015-01-06 16:24:02 UTC (rev 125531)
+++ paths.patch	2015-01-06 17:45:27 UTC (rev 125532)
@@ -10,7 +10,7 @@
 -_add_variable_or_fallback('SAGE_SHARE',      opj('$SAGE_LOCAL', 'share'))
 +_add_variable_or_fallback('SAGE_ROOT',       opj('/usr'))
 +_add_variable_or_fallback('SAGE_LOCAL',      opj('/usr'))
-+_add_variable_or_fallback('SAGE_ETC',        opj('/etc'))
++_add_variable_or_fallback('SAGE_ETC',        opj('/etc/sage'))
 +_add_variable_or_fallback('SAGE_SHARE',      opj('$SAGE_LOCAL', 'share', 'sage'))
  
  _add_variable_or_fallback('SAGE_SRC',        opj('$SAGE_ROOT', 'src'))



More information about the arch-commits mailing list