getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch master updated: minor correctio


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: minor correction
Date: Sat, 30 Dec 2023 12:53:28 -0500

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 07aac8aa minor correction
07aac8aa is described below

commit 07aac8aa95906bbb97afce409a7f580957bf5ba3
Author: Yves Renard <Yves.Renard@insa-lyon.fr>
AuthorDate: Sat Dec 30 18:53:15 2023 +0100

    minor correction
---
 .gitignore   | 4 ++++
 configure.ac | 1 +
 2 files changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4c1d7847..b846dee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,8 +38,12 @@ Makefile
 /_configs.sed
 /config.h
 /config.status
+/config_autogenerated_not_used.h
+/config_autogenerated_not_used.h.in
 /cubature/getfem_im_list.h
 /src/getfem/getfem_im_list.h
+/src/getfem/stamp-h2
+/src/gmm/stamp-h3
 /getfem-config
 /getfem-config-notinstalled
 /gmm-config
diff --git a/configure.ac b/configure.ac
index 8538453a..6f7d6c82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -901,6 +901,7 @@ CPPFLAGS="$CPPFLAGS $MUMPSINC"
 save_LIBS="$LIBS";
 if test "x$require_mumps" = "xno"; then
   found_mumps="no"
+  MUMPS_LIBS=""
   echo "Building with MUMPS explicitly disabled";
 else
  AC_SEARCH_LIBS(smumps_c, [`echo $MUMPS_LIBS | sed -e 's/^-l//g;s/ -l/ /g'`],



reply via email to

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