mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Also: - Create the sagemath-data-combinatorial_designs subpackage. - Create the sagemath-notebook-export subpackage. - Unbundle the LaTeX makecmds style. - Install LaTeX style files in a more canonical place.
20 lines
916 B
Diff
20 lines
916 B
Diff
diff -up src/sage/libs/lcalc/lcalc_Lfunction.pxd.orig src/sage/libs/lcalc/lcalc_Lfunction.pxd
|
|
--- src/sage/libs/lcalc/lcalc_Lfunction.pxd.orig 2018-05-05 16:21:24.000000000 -0600
|
|
+++ src/sage/libs/lcalc/lcalc_Lfunction.pxd 2018-05-22 13:31:10.717337490 -0600
|
|
@@ -1,6 +1,6 @@
|
|
# Lcalc requires GNU extensions, it does not strictly conform to any
|
|
# C++ standard: https://trac.sagemath.org/ticket/23341
|
|
-# distutils: extra_compile_args = -std=gnu++98
|
|
+# distutils: extra_compile_args = -std=gnu++11
|
|
|
|
cdef extern from "lcalc_sage.h":
|
|
ctypedef struct doublevec "std::vector<double>":
|
|
diff -up src/sage/libs/lcalc/lcalc_sage.h.orig src/sage/libs/lcalc/lcalc_sage.h
|
|
--- src/sage/libs/lcalc/lcalc_sage.h.orig 2018-05-05 16:21:24.000000000 -0600
|
|
+++ src/sage/libs/lcalc/lcalc_sage.h 2018-05-22 13:30:32.012839737 -0600
|
|
@@ -1,4 +1,4 @@
|
|
-#include "libLfunction/L.h"
|
|
+#include "Lfunction/L.h"
|
|
|
|
int *new_ints(int l)
|
|
{
|