summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b066458bf06a..b175137b6c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sagemath-git
pkgdesc = Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
- pkgver = 10.0.beta9.r0.g97b45d80a7
+ pkgver = 10.0.rc1.r2.g4140517848
pkgrel = 1
url = http://www.sagemath.org
arch = x86_64
@@ -68,7 +68,7 @@ pkgbase = sagemath-git
optdepends = sagemath-doc: HTML documentation
optdepends = python-igraph: igraph backend for graph theory
optdepends = bliss: bliss backend for graph theory
- optdepends = sage-numerical-backends-coin: COIN mixed integer linear programming backend
+ optdepends = python-cvxpy: interface for several convex optimization backends
optdepends = sage-numerical-backends-gurobi: Gurobi mixed integer linear programming backend
optdepends = python-pyscipopt: SCIP mixed integer linear programming backend
optdepends = coin-or-csdp: for computing Lovász theta-function of graphs
diff --git a/PKGBUILD b/PKGBUILD
index 30b2ffa86505..723812c19099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
pkgname=sagemath-git
-pkgver=10.0.beta9.r0.g97b45d80a7
+pkgver=10.0.rc1.r2.g4140517848
pkgrel=1
pkgdesc='Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab'
arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=('cython: to compile cython code'
'sagemath-doc: HTML documentation'
'python-igraph: igraph backend for graph theory'
'bliss: bliss backend for graph theory'
- 'sage-numerical-backends-coin: COIN mixed integer linear programming backend'
+ 'python-cvxpy: interface for several convex optimization backends'
'sage-numerical-backends-gurobi: Gurobi mixed integer linear programming backend'
'python-pyscipopt: SCIP mixed integer linear programming backend'
'coin-or-csdp: for computing Lovász theta-function of graphs'