summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-0.23.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 19:46:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-13 20:42:27 -0300
commitf5dad6e3e51ada230f72b8c780d50c0935299e91 (patch)
tree9311d4b5992fa91d35f66b5fba4962769fe02b04 /libre/sagemath/cython-0.23.patch
parentadd1e8262e559532869b733aad5a711a03f46c51 (diff)
sagemath-6.9-2.parabola1: updating version
* switch to atlas-lapack * add python2-igraph dependency * move lrs to depends
Diffstat (limited to 'libre/sagemath/cython-0.23.patch')
-rw-r--r--libre/sagemath/cython-0.23.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/sagemath/cython-0.23.patch b/libre/sagemath/cython-0.23.patch
deleted file mode 100644
index 2ae14ad57..000000000
--- a/libre/sagemath/cython-0.23.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/src/sage/libs/polybori/decl.pxd b/src/sage/libs/polybori/decl.pxd
-index b8fcc6e..6ec4bce 100644
---- a/src/sage/libs/polybori/decl.pxd
-+++ b/src/sage/libs/polybori/decl.pxd
-@@ -10,8 +10,8 @@ cdef extern from "sage/libs/polybori/pb_wrap.h":
- pbdp_asc "CTypes::dp_asc"
- pbblock_dlex "CTypes::block_dlex"
- pbblock_dp_asc "CTypes::block_dp_asc"
-- pbdp "17"
-- pbblock_dp "19"
-+ pbdp "static_cast<COrderEnums::ordercodes>(17)"
-+ pbblock_dp "static_cast<COrderEnums::ordercodes>(19)"
-
- cdef enum comparecodes "CCompareEnums::comparecodes":
- less_than "CTypes::less_than"
-