Files
macports-ports/math/ngsolve/files/patch-clapack.h.diff

25 lines
875 B
Diff

--- basiclinalg/ng_lapack.hpp.orig 2023-01-10 10:30:53
+++ basiclinalg/ng_lapack.hpp 2023-01-15 11:27:06
@@ -39,7 +39,7 @@
typedef int L_fp; // ?
-#include "clapack.h"
+#include "ng_clapack.h"
}
--- basiclinalg/CMakeLists.txt.orig 2023-01-10 10:30:53
+++ basiclinalg/CMakeLists.txt 2024-01-04 02:45:48.000000000 +0800
@@ -39,8 +39,8 @@
install( TARGETS ngbla ${ngs_install_dir} )
install( FILES
- bandmatrix.hpp cholesky.hpp matrix.hpp ng_lapack.hpp
- vector.hpp bla.hpp expr.hpp symmetricmatrix.hpp clapack.h
+ bandmatrix.hpp cholesky.hpp matrix.hpp ng_lapack.hpp
+ vector.hpp bla.hpp expr.hpp symmetricmatrix.hpp ng_clapack.h
tensor.hpp triangular.hpp householder.hpp eigensystem.hpp calcinverse.hpp
ngblas.hpp simd_complex.hpp complex_wrapper.hpp
DESTINATION ${NGSOLVE_INSTALL_DIR_INCLUDE}