summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-0.23.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-15 19:37:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-15 19:37:10 -0300
commit836ec478c1796cec2d8c5e78358ca0f63d8d2aa1 (patch)
tree7f86fc30824fc7b649834488e4ebfe6292226e05 /libre/sagemath/cython-0.23.patch
parentb3bebee03ffaf826d7b26b1cc938ab4d655811d5 (diff)
sagemath-6.8-2.parabola1: flint 2.5.2 rebuild, swith back to main cython2 package
Diffstat (limited to 'libre/sagemath/cython-0.23.patch')
-rw-r--r--libre/sagemath/cython-0.23.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libre/sagemath/cython-0.23.patch b/libre/sagemath/cython-0.23.patch
new file mode 100644
index 000000000..2ae14ad57
--- /dev/null
+++ b/libre/sagemath/cython-0.23.patch
@@ -0,0 +1,16 @@
+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"
+