configure: remove -Werror for detecting __float128
configure: disable quadmath if not handled by CXX
configure: fix variable and remove dead code
configure: remove warnings from generated-code
A few more codespell fixes
Sys: expose MPIU___FP16 to users
change default Landau to 2D
Remove some confusing and unneeded noise output in configure.logadd missing doc for many configure methods so that configure.log has clear explanation for more tests it runsCommit-type: configure
Remove some confusing and unneeded noise output in configure.logadd missing doc for many configure methods so that configure.log has clear explanation for more tests it runsCommit-type: configure, usability/spend 2h
show more ...
Avoid noisey unneeded configure print to screen messageCommit-type: configure/spend 1m
configure: avoid misplacement of "Language used.."
Fix logPrintBox() not printing newlines
Merge remote-tracking branch 'origin/release'
configure: fix with-executables-search-path to accept PATH delimited with ':'Reported-by: John Snyder <b17jps@me.com>
configure: further improve logPrintBox()- add logPrintWarning()- make logPrintBox() add newlines after each printed line- make logPrintBox() properly handle truncated paths
disable python2 support - now python3.4+ is required- update CI tests to use python3- continue to use python2 on MacOS CI [due to python3 issues on 10.15.7]
remove '#!' from non-stand-alone python sources
added PETSC_USE_DMLANDAU_2D to fully support 2 and 3V versions of Landau
Print meaning of PETSC_VERSION_RELEASE in configure.logIf I couldn't remember what it means we can't expect others toCommit-type: debugability/spend 2mThanks-to: Satish Balay <balay@mcs.anl.gov>
configure: cleanup petscdir error checks - remove duplicate code and move from petscnagupgrade to petscdir.pyi.e flag PETSC_DIR=. (relative path) as errorReported-by: "Williams, Timothy J." <zipp
configure: cleanup petscdir error checks - remove duplicate code and move from petscnagupgrade to petscdir.pyi.e flag PETSC_DIR=. (relative path) as errorReported-by: "Williams, Timothy J." <zippy@anl.gov>
Fix empty if-body in configure test
Merge branch 'balay/configure-remove-sudo' into 'main'configure: remove usage of sudo with external-packagesSee merge request petsc/petsc!4333
configure: remove usage of sudo with external-packages
configure: pass all shared linker flags to the makefile rule
Fix typos
__float128: enable complex build from Cxx using c99 support
1234567