summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-14 02:45:32 +0200
committerAntonio Rojas2015-06-14 02:45:32 +0200
commit57c6d0342b37458ccbf04a51c1562948327df7f3 (patch)
tree0115ed7620e876d204009efb52749267fa4b29cd
parenta683b309a5bfbf6eacbe68c67a48c7dc1d2b1bac (diff)
downloadaur-57c6d0342b37458ccbf04a51c1562948327df7f3.tar.gz
sagemath-src is not required anymore to compile cython code
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f588ff5608d2..a9d3271d44cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -62,7 +62,6 @@ pkgbase = sagemath-git
optdepends = jmol: 3D plots
optdepends = sage-notebook: Browser-based (flask) notebook interface
optdepends = sagemath-doc: Documentation and inline help
- optdepends = sagemath-src: source files needed to build cython code
optdepends = ipython2-notebook: IPython notebook interface
optdepends = mathjax: IPython notebook interface
optdepends = coin-or-cbc: COIN backend for numerical computations
diff --git a/PKGBUILD b/PKGBUILD
index 2f6eb237c7cd..20e8f3a85b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ optdepends=('cython2: to compile cython code'
'jmol: 3D plots'
'sage-notebook: Browser-based (flask) notebook interface'
'sagemath-doc: Documentation and inline help'
- 'sagemath-src: source files needed to build cython code'
'ipython2-notebook: IPython notebook interface'
'mathjax: IPython notebook interface'
'coin-or-cbc: COIN backend for numerical computations'