Files
ports/math/gmm++/files/extra-patch-superlu
T
Hiroki Tagato e9724e5f20 math/gmm++: unbreak build of consumer (cad/gmsh)
We need to define which linear equations solver (MUMPS or SuperLU) to
be used in configuration header. This commit adds either of them based
on a chosen option and should unbreak the build of cad/gmsh.

PR:		288106
Reported by:	thierry
Approved by:	Atanu Biswas <atanubiswas484@gmail.com> (maintainer)
Fixes:		5b6b3839ef (update to 5.4.4 and take maintainership)
2025-07-12 06:36:37 +09:00

11 lines
306 B
Plaintext

--- include/gmm/gmm_arch_config.h.orig 2025-07-10 22:02:57 UTC
+++ include/gmm/gmm_arch_config.h
@@ -2,6 +2,7 @@
#define _SRC_GMM_GMM_ARCH_CONFIG_H 1
// enable the following line for OpenMP support
// #define GMM_HAVE_OPENMP
+#define GMM_USES_SUPERLU
//
/* once: _SRC_GMM_GMM_ARCH_CONFIG_H */
#endif