getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Konstantinos Poulios
Subject: [Getfem-commits] (no subject)
Date: Tue, 23 Jan 2024 05:31:40 -0500 (EST)

branch: add-umfpack-interface
commit 87cf885eae1bbf2ffcdb1804a66ea35ca7949c95
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Tue Jan 23 11:24:47 2024 +0100

    Fix error in configure script
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6f7d6c82..cd519ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1275,7 +1275,7 @@ fi;
 if test "x$found_mumps" = "xyes"; then
   echo "- Mumps found. A direct solver for large sparse linear systems."
 else
-  if test "x$require_superlu" = "xno"; then
+  if test "x$require_mumps" = "xno"; then
     echo "- Not using the MUMPS library for large sparse linear systems."
   else
     echo "- Mumps not found. Not using the MUMPS library for large sparse 
linear systems."



reply via email to

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