-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix geogram superlu build warning on OSX.
- Loading branch information
1 parent
20f801b
commit f3b731d
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
diff -Naur geogram/src/lib/third_party/numerics/SUPERLU/cutil.c GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/cutil.c | ||
--- geogram/src/lib/third_party/numerics/SUPERLU/cutil.c 2024-04-19 17:13:22.947629009 -0400 | ||
+++ GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/cutil.c 2024-04-19 17:13:53.726931559 -0400 | ||
@@ -474,7 +474,7 @@ | ||
|
||
|
||
|
||
- | ||
+int | ||
print_complex_vec(char *what, int n, complex *vec) | ||
{ | ||
int i; | ||
diff -Naur geogram/src/lib/third_party/numerics/SUPERLU/dutil.c GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/dutil.c | ||
--- geogram/src/lib/third_party/numerics/SUPERLU/dutil.c 2024-04-19 17:13:22.947629009 -0400 | ||
+++ GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/dutil.c 2024-04-19 17:13:59.518801347 -0400 | ||
@@ -470,7 +470,7 @@ | ||
|
||
|
||
|
||
- | ||
+int | ||
print_double_vec(char *what, int n, double *vec) | ||
{ | ||
int i; | ||
diff -Naur geogram/src/lib/third_party/numerics/SUPERLU/sutil.c GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/sutil.c | ||
--- geogram/src/lib/third_party/numerics/SUPERLU/sutil.c 2024-04-19 17:13:22.947629009 -0400 | ||
+++ GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/sutil.c 2024-04-19 17:14:20.190339229 -0400 | ||
@@ -470,7 +470,7 @@ | ||
|
||
|
||
|
||
- | ||
+int | ||
print_float_vec(char *what, int n, float *vec) | ||
{ | ||
int i; | ||
diff -Naur geogram/src/lib/third_party/numerics/SUPERLU/zutil.c GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/zutil.c | ||
--- geogram/src/lib/third_party/numerics/SUPERLU/zutil.c 2024-04-19 17:13:22.947629009 -0400 | ||
+++ GEOGRAM_BLD/src/lib/third_party/numerics/SUPERLU/zutil.c 2024-04-19 17:14:27.294181312 -0400 | ||
@@ -474,7 +474,7 @@ | ||
|
||
|
||
|
||
- | ||
+int | ||
print_doublecomplex_vec(char *what, int n, doublecomplex *vec) | ||
{ | ||
int i; |