| #
6612abce
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
5220d082
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/python-3.12' into 'release'
Fix for python-3.12: 'imp' module has been removed
See merge request petsc/petsc!6619
|
| #
983a7392
|
| 23-Jun-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix for python-3.12: 'imp' module has been removed
|
| #
d8d0d1f9
|
| 01-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-26/fix-configure-huge-executeshellcommand-output' into 'main'
executeShellCommand() can produce enormous output; do not print it all to the screen on failure.
See merge
Merge branch 'barry/2023-05-26/fix-configure-huge-executeshellcommand-output' into 'main'
executeShellCommand() can produce enormous output; do not print it all to the screen on failure.
See merge request petsc/petsc!6513
show more ...
|
| #
b7d94e18
|
| 26-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Save error output from executeShellCommand to configure.log
How is it possible this was not done for 20+ years!
|
| #
73f05c50
|
| 26-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
executeShellCommand() can produce enormous output; do not print it all to the screen on failure.
How has this gone on for 20+ years; PTScotch just output more text than contained in Wikipedia to may
executeShellCommand() can produce enormous output; do not print it all to the screen on failure.
How has this gone on for 20+ years; PTScotch just output more text than contained in Wikipedia to may screen!
Commit-type: bugfix, configure
show more ...
|
| #
71075aaf
|
| 20-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
57e3f0c7
|
| 20-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-fixes' into 'release'
A few codespell fixes
See merge request petsc/petsc!5259
|
| #
6aad120c
|
| 19-May-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few codespell fixes
|
| #
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]
|
| #
4f2471a6
|
| 16-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/revise-craype-mpich-query' into 'main'
Revise CrayPE mpich query using improved executeShellCommand
See merge request petsc/petsc!4648
|
| #
97565ffd
|
| 15-Dec-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: add a new argument 'env' to executeShellCommand
|
| #
420b78f2
|
| 09-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/rm-distutils' into 'main'
config: remove distutils from build
See merge request petsc/petsc!4253
|
| #
f04ce999
|
| 26-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Python: drop support for Python-2.6, which reached EOL in Sep 2017
|
| #
688a82f2
|
| 10-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-configure-local-git-retrieval-20210126' into 'master'
configure: fix git retrieval for local bare repos & more
See merge request petsc/petsc!3590
|
| #
0d623e36
|
| 03-Feb-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
script.Script.runShellCommandSeq(): fix Pylance warning (unbound variable); style fixes
|
| #
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
|
| #
7684592e
|
| 05-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't say when running test without threads, only when running with threads
Commit-type: configure /spend 5m
|
| #
71e05e80
|
| 16-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' into master
|
| #
bfb7075f
|
| 14-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-py39/maint' into 'maint'
configure: threading.Thread.isAlive() is removed in python3.9 - use is_alive()...
See merge request petsc/petsc!3188
|
| #
ca038c9d
|
| 14-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: threading.Thread.isAlive() is removed in python3.9 - use is_alive() [available in python-2.6+]
|
| #
60a4e99f
|
| 09-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'
# Conflicts: # config/BuildSystem/config/packages/MPI.py
|
| #
54bae0f2
|
| 31-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-12-11/barry-track-threads' into 'master'
Log use of threads and not threads when running configure executables
See merge request petsc/petsc!2378
|
| #
1a87e097
|
| 11-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Log use of threads and not threads when running configure executables
Commit-type: configure Reported-by: Frederic Vi <fvi@altair.com> Thanks-to: Development Tools: Vim, Emacs, Eclipse
|