getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Thu, 14 Dec 2023 03:19:06 -0500 (EST)

branch: master
commit b41cdfe53655685161a87e563d664da3a77a7c02
Author: Matthias Bussonnier <bussonniermatthias@gmail.com>
AuthorDate: Wed Dec 13 14:53:25 2023 +0100

    Unconditionally inclide -lstdc++.
    
    Compiling with clang does not do that by default on macos,
    leading to linking failure in `make check`.
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2bfe16bf..4c30278e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -122,7 +122,7 @@ test_continuation_SOURCES = test_continuation.cc
 test_gmm_matrix_functions_SOURCES = test_gmm_matrix_functions.cc
 
 AM_CPPFLAGS = -I$(top_srcdir)/src -I../src
-LDADD    = ../src/libgetfem.la -lm @SUPLDFLAGS@
+LDADD    = ../src/libgetfem.la -lm @SUPLDFLAGS@ -lstdc++
 
 TESTS = \
        dynamic_array.pl              \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]