blob: 95e7aa4d791a2769a88e6a1b1fb5895988f0f3ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--
-- workaround for https://public.gitlab.polimi.it/DAER/mbdyn/-/issues/431
-- ... 1.7.3 is very old and it fails to compile: error: templates must have C++ linkage: Please make a release
--
--- libraries/libmbwrap/umfpackwrap.h.orig 2025-11-18 16:35:30 UTC
+++ libraries/libmbwrap/umfpackwrap.h
@@ -72,9 +72,9 @@
#include <iostream>
#include <vector>
-extern "C" {
+//extern "C" {
#include <umfpack.h>
-}
+//}
#include "myassert.h"
#include "mynewmem.h"
|