We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3da1b22 + fa2e672 commit 9ceaaeaCopy full SHA for 9ceaaea
src/sage/libs/linbox/fflas.pxd
@@ -1,4 +1,12 @@
1
-# distutils: extra_compile_args = FFLASFFPACK_CFLAGS
+# Trac #33153: fflas-ffpack-2.4.3 is missing a return value in one of
2
+# its functions and runs afoul of -Werror=return-type. Compounding the
3
+# problem on openSUSE tumbleweed, the CFLAGS in python's sysconfig
4
+# contain -Werror=return-type and wind up being used to compile this
5
+# extension. To avoid a compilation failure on that platform, we
6
+# temporarily append "-Wno-error=return-type" to those flags.
7
+#
8
+# distutils: extra_compile_args = FFLASFFPACK_CFLAGS -Wno-error=return-type
9
10
# distutils: include_dirs = FFLASFFPACK_INCDIR
11
# distutils: libraries = FFLASFFPACK_LIBRARIES
12
# distutils: library_dirs = FFLASFFPACK_LIBDIR
0 commit comments