| #
f05f4e60
|
| 21-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-fbsd-update' into 'release'
CI: update freebsd-cxx-pkgs-opt to use -Wno-deprecated-declarations for moab warnings with gcc-13
See merge request petsc/petsc!7777
|
| #
b02fd0f3
|
| 20-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: update freebsd-cxx-pkgs-opt to use -Wno-deprecated-declarations for moab warnings with gcc-13
|
| #
7c485f38
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
85234c7c
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-07/print-ci-info-for-docs-review/release' into 'release'
CI docs-review must print details for CI run so it can be manual reproduced
See merge request petsc/petsc!7676
|
| #
f78e1128
|
| 07-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
CI docs-review must print details for CI run so it can be manual reproduced
|
| #
456f4312
|
| 14-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-missing-field-initializers' into 'main'
Mat: fix -Wmissing-field-initializers
See merge request petsc/petsc!7628
|
| #
4cc2b5b5
|
| 14-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
Mat: fix -Wmissing-field-initializers
|
| #
43b137ca
|
| 06-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2ae71ab8
|
| 05-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-04/ci-print-python-user-installs/release' into 'release'
Run ${PYTHON} -m pip list --user in CI jobs
See merge request petsc/petsc!7606
|
| #
4b58968e
|
| 04-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Run ${PYTHON} -m pip list --user in CI jobs
this is to have a record of the state of the Python used for the job since some jobs might have specific python installs for the CI job user account (pets
Run ${PYTHON} -m pip list --user in CI jobs
this is to have a record of the state of the Python used for the job since some jobs might have specific python installs for the CI job user account (petsc).
show more ...
|
| #
e0cc6928
|
| 09-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e2fe53c1
|
| 08-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-clangformat' into 'release'
Future-proof clang-format
See merge request petsc/petsc!7532
|
| #
5ce3d45f
|
| 07-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: update 'checkclangformat' to test with both 18.1.0, 18.1.5 versions.
'check-each-commit' can use only clang-format version - so it stays at 18.1.0
|
| #
552edb63
|
| 18-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
10fdf553
|
| 18-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-petsc4py' into 'release'
petsc4py: finalize docstrings and linting
See merge request petsc/petsc!7467
|
| #
6f336411
|
| 09-Apr-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: finalize docstring and linting
default options values should have the correct type fix tests conform oarray to PETSc convention wrap Py_InitializeEx and PyImport_ImportModule with stack ca
petsc4py: finalize docstring and linting
default options values should have the correct type fix tests conform oarray to PETSc convention wrap Py_InitializeEx and PyImport_ImportModule with stack calls update makefile for docs and linting rules add petsc4py tests to linux-pkgs-dbg modify documentation
show more ...
|
| #
3a88686b
|
| 05-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
99e647c3
|
| 05-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/pip-use-pre' into 'release'
CI: petsc4py-pip requires "pip install --pre --no-index --no-cache-dir...
See merge request petsc/petsc!7442
|
| #
1de10dc7
|
| 05-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: petsc4py-pip requires "pip install --pre --no-index --no-cache-dir petsc4py" for installing pre-release version i.e main
Note: without "--no-index --no-cache-dir" options - numpy release can be
CI: petsc4py-pip requires "pip install --pre --no-index --no-cache-dir petsc4py" for installing pre-release version i.e main
Note: without "--no-index --no-cache-dir" options - numpy release can be used for petsc4py build - but then a pre version during petsc4py install - causing conflicts
Suggested-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| #
8c77480b
|
| 04-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c9a0a1cf
|
| 04-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/py-wheel' into 'release'
petsc4py: Support for building relocatable Python wheels
See merge request petsc/petsc!7429
|
| #
609d7221
|
| 04-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: Update '.docs' to use 'python' in a venv - and not 'python3' as in 'petsc4py-pip'
Suggested-by: Lisandro Dalcin <dalcinl@gmail.com>
CI: simplify PIP_WHEEL_DIR usage in 'petsc4py-pip'
|
| #
06140b53
|
| 04-Apr-2024 |
Lisandro Dalcin <dalcinl@gmail.com> |
gitlab-ci: pip install petsc4py
|
| #
8c7e972a
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4b82c11a
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-petscgetcommandargument' into 'release'
fortran: fix petscgetcommandargument() prototype
See merge request petsc/petsc!7393
|