History log of /petsc/config/BuildSystem/logger.py (Results 1 – 25 of 70)
Revision Date Author Comments
# 7b5fd022 28-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8811


# ab701a13 27-Oct-2025 Pierre Jolivet <pierre@joliv.et>

checkbadSource: check style of config/*


# 1a0a307f 29-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-25/fix-configure-testing-lines-in-ci-log' into 'main'

When directing configure output into a file do not save all the 1000s of...

See merge request petsc/petsc!6634


# 0e061800 25-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

When directing configure output into a file do not save all the 1000s of meaningless TESTING: lines cause they make looking at the CI difficult

And don't give me the lame, I can tell by how large th

When directing configure output into a file do not save all the 1000s of meaningless TESTING: lines cause they make looking at the CI difficult

And don't give me the lame, I can tell by how large the file is how quickly the configure is running nonsense. Its 2023 if you still have no better way of telling how far along a process is you have bigger problems. Yes it is a sad state of affairs for Unix.

show more ...


# dbd80298 06-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-10-04/supreme-logprintbox' into 'main'

Ultimate logPrintBox()

See merge request petsc/petsc!5710


# 7eca831c 04-Oct-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

unify logprintbox with initial configure script boxes


# fb9312d2 25-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-04-20/ultimate-logprintbox' into 'main'

Fixup logPrintBox()

See merge request petsc/petsc!5150


# ce040abe 20-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix logPrintBox() not printing newlines


# dc712ac5 20-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping-buildsystem' into 'main'

configure: further improve logPrintBox() + cleanup

See merge request petsc/petsc!5132


# d1b3ee28 17-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

configure: further improve logPrintBox()

- add logPrintWarning()
- make logPrintBox() add newlines after each printed line
- make logPrintBox() properly handle truncated paths


# 7d7a1305 18-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/disable-python2' into 'main'

Balay/disable python2

See merge request petsc/petsc!5131


# df3bd252 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

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]


# f5e34151 16-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-04-15/better-warning-banner' into 'main'

Even Better logPrintBox() Output

See merge request petsc/petsc!5127


# 1edc1b4b 15-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add a common banner instead of prefixing every line and center single-line text again


# 316f643b 13-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-04-12/better-logprintbox-output' into 'main'

Better logPrintBox() Output

See merge request petsc/petsc!5112


# 9561296d 12-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make logPrintBox() automatically linebreak for you, as well as append a common prefix to every line


# 3d3e407f 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 54dc31f3 27-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/rm-savelog' into 'release'

configure: disable saveLog() and restoreLog() by default - enable with --debugLevel=4

See merge request petsc/petsc!4187


# dc0f114d 27-May-2021 Barry Smith <bsmith@mcs.anl.gov>

configure: disable saveLog() and restoreLog() by default - enable with --debugLevel=4


# cea0f1a8 10-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-27/build-mpi4py-immediately' into 'main'

Change --download-mpi4py to install immediately instead of waiting until PETSc is built

See merge request petsc/petsc!4036


# d15db81b 10-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Add the ability to not remove the directory when printing with logPrintBox()

This is used by mpi4py to print the needed PYTHONPATH argument

Commit-type: configure
\spend 20m
Thanks-to: Satish Balay

Add the ability to not remove the directory when printing with logPrintBox()

This is used by mpi4py to print the needed PYTHONPATH argument

Commit-type: configure
\spend 20m
Thanks-to: Satish Balay <sbalay@mcs.anl.gov>

show more ...


# e90d3653 08-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-05/clean-configure' into 'master'

Barry/2020 10 05/clean configure

See merge request petsc/petsc!3311


# b5f71184 06-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Cleanup the printing of === on configure.log

Very small reorganization of configure output for clarity.

Commit-type: configure
/spend 20m


# d6c6a90f 05-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Remove logWrite() calls from executeTest() since they produced essentially identical lines on configure.log to the logPrint() statements

Commit-type: configure
/spend 15m
Reported-by: Patrick Sanan

Remove logWrite() calls from executeTest() since they produced essentially identical lines on configure.log to the logPrint() statements

Commit-type: configure
/spend 15m
Reported-by: Patrick Sanan <patrick.sanan@gmail.com>

show more ...


# 0264f477 06-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint' into master


123