Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 04ca242

Browse files
author
Matthias Koeppe
committed
build/pkgs/brial/spkg-configure.m4: Add depcheck on gcc
1 parent df4274e commit 04ca242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/pkgs/brial/spkg-configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SAGE_SPKG_CONFIGURE([brial], [
2-
SAGE_SPKG_DEPCHECK([boost m4ri], [
2+
dnl Trac #31624: Avoid C++ ABI issues
3+
SAGE_SPKG_DEPCHECK([gcc boost m4ri], [
34
# If we're using the system m4ri and boost, ensure that we can
45
# compile and run an executable linked against both libbrial and
56
# libbrial_groebner (both are used by SageMath).

0 commit comments

Comments
 (0)