Skip to content

Commit fa2e672

Browse files
committed
Trac #33153: add a comment about the workaround.
1 parent eccdf6f commit fa2e672

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/sage/libs/linbox/fflas.pxd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# 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+
#
18
# distutils: extra_compile_args = FFLASFFPACK_CFLAGS -Wno-error=return-type
9+
#
210
# distutils: include_dirs = FFLASFFPACK_INCDIR
311
# distutils: libraries = FFLASFFPACK_LIBRARIES
412
# distutils: library_dirs = FFLASFFPACK_LIBDIR

0 commit comments

Comments
 (0)