summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2021-02-02 20:08:02 +0100
committerAntonio Rojas2021-02-02 20:08:02 +0100
commit63225e0bbb059f6f027ace4f4b53f16e22edd180 (patch)
tree4206836adf32f27912f8567b64044ff6020d8787
parent8a740a21403668c0432627d60439220e23ea18f3 (diff)
downloadaur-63225e0bbb059f6f027ace4f4b53f16e22edd180.tar.gz
Depend on lrcalc1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44fcb736419b..4f24ec76254e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sagemath-git
pkgdesc = Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
pkgver = 9.3.beta6.r0.g13b40902a9
- pkgrel = 1
+ pkgrel = 2
url = http://www.sagemath.org
arch = x86_64
license = GPL
@@ -40,7 +40,7 @@ pkgbase = sagemath-git
depends = gap
depends = flintqs
depends = lcalc
- depends = lrcalc
+ depends = lrcalc1
depends = arb
depends = eclib
depends = zn_poly
diff --git a/PKGBUILD b/PKGBUILD
index 51652d146d23..169a4adfcb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgbase=sagemath-git
pkgname=(sagemath-git sagemath-jupyter-git)
pkgver=9.3.beta6.r0.g13b40902a9
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(x86_64)
url="http://www.sagemath.org"
license=(GPL)
depends=(ipython palp brial cliquer maxima-ecl gfan sympow nauty python-rpy2 python-fpylll python-psutil python-cypari2
python-matplotlib python-scipy python-sympy python-networkx python-pillow python-pplpy python-sphinx
- gap flintqs lcalc lrcalc arb eclib zn_poly gd python-cvxopt pynac linbox m4rie pari-galdata pari-seadata-small planarity rankwidth tachyon
+ gap flintqs lcalc lrcalc1 arb eclib zn_poly gd python-cvxopt pynac linbox m4rie pari-galdata pari-seadata-small planarity rankwidth tachyon
sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs sage-data-polytopes_db sage-data-conway_polynomials
iml libgiac libhomfly libbraiding symmetrica threejs-sage)
optdepends=('cython: to compile cython code' 'python-pkgconfig: to compile cython code'
@@ -69,8 +69,6 @@ prepare(){
patch -p1 -i ../test-optional.patch
# use correct latte-count binary name
patch -p1 -i ../latte-count.patch
-# Fix mathjax path
- sed -e 's|mathjax|mathjax2|g' -i src/sage/env.py
}
build() {