| 8efc1bca | 03-Jan-2026 |
Martin Diehl <mail@martin-diehl.net> |
Eigen: update to 3.4.1
also disable build of BLAS and LAPACK because it causes issues on ARM64 macOS. If BLAS or LAPACK is used, it would be beneficial to use the (potentially optimized) variant tha
Eigen: update to 3.4.1
also disable build of BLAS and LAPACK because it causes issues on ARM64 macOS. If BLAS or LAPACK is used, it would be beneficial to use the (potentially optimized) variant that PETSc uses
show more ...
|
| 1d3034fb | 26-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: fix wrong option order
Rejecting compiler flag -g3 due to icx: remark: note that use of '-g3' without any optimization-level option will turn off most compiler optimization
configure: fix wrong option order
Rejecting compiler flag -g3 due to icx: remark: note that use of '-g3' without any optimization-level option will turn off most compiler optimizations similar to use of '-O0'; use '-Rno-debug-disables-optimization' to disable this remark [-Rdebug-disables-optimization] Rejected C compiler flag -g3
show more ...
|