History log of /petsc/src/binding/petsc4py/conf/confpetsc.py (Results 1 – 25 of 52)
Revision Date Author Comments
# dc3b5f91 10-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 81c7a011 09-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/petsc4py/release' into 'release'

Python: Update for setuptools 81

See merge request petsc/petsc!9016


# f873f7fb 08-Feb-2026 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py: setuptools 81 removed setup.py support for dry-run


# 124b60a5 20-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'fix_1367' into 'main'

`petsc4py` stubs

Closes #1822 and #1367

See merge request petsc/petsc!8366


# 163a2e85 15-Jan-2026 paul.kuehner <paul.kuehner@uni.lu>

petsc4py: Add stubs update and install step


# 07e0cce2 26-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 530fc94a 23-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/petsc4py-manifest' into 'release'

petsc4py: prevent warning about absolute paths in manifest

See merge request petsc/petsc!8490


# 208c597f 22-Jun-2025 Jose E. Roman <jroman@dsic.upv.es>

petsc4py: prevent warning about absolute paths in manifest


# 5f5eafce 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 524882a2 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-petsc4py-spack-ldshared' into 'release'

petsc4py: update spack check for ldshared

See merge request petsc/petsc!8337


# ad93f427 22-Apr-2025 Satish Balay <balay@mcs.anl.gov>

petsc4py: update spack check for ldshared

Fix from https://github.com/spack/spack/pull/45189


# d47c99ef 29-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# bc2ecdef 29-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/petsc4py-w' into 'release'

petsc4py: use '-Wno-pedantic', '-Wno-extra-semi-stmt' to trim warning messages during build

See merge request petsc/petsc!8104


# 52c29a0d 29-Jan-2025 Satish Balay <balay@mcs.anl.gov>

petsc4py: use '-Wno-pedantic', '-Wno-extra-semi-stmt' to trim warning messages during build

Co-authored-by: Pierre Jolivet <pierre@joliv.et>
Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com>


# 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 ...


# 78981772 14-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e266f960 13-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-petsc4py-wheel' into 'release'

CI: fix build error in petsc4py-pip job [wrt building petsc4py wheel]

See merge request petsc/petsc!7465


# 6ba8a279 13-Apr-2024 Satish Balay <balay@mcs.anl.gov>

CI: fix build error in petsc4py-pip job [wrt building petsc4py wheel] by removing the "workaround for rpath linker option"


Ref: https://github.com/mpi4py/mpi4py/commit/484e365a16efb799644cf6b221262

CI: fix build error in petsc4py-pip job [wrt building petsc4py wheel] by removing the "workaround for rpath linker option"


Ref: https://github.com/mpi4py/mpi4py/commit/484e365a16efb799644cf6b2212622c62ec5941d

File "/scratch/svcpetsc/glci-builds/5WySGRd5/0/petsc/petsc/src/binding/petsc4py/conf/confpetsc.py", line 208, in rpath_option
if option.startswith('-R'):
AttributeError: 'list' object has no attribute 'startswith'

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


# 693647e8 04-Apr-2024 Lisandro Dalcin <dalcinl@gmail.com>

pip-petsc4py: Support for building relocatable Python wheels


# 9617a9bf 19-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-petsc4py-deprecation' into 'main'

petsc4py: fix SetuptoolsDeprecationWarning: dep_util is Deprecated

See merge request petsc/petsc!7128


# 56478d30 19-Dec-2023 Pierre Jolivet <pierre@joliv.et>

petsc4py: fix SetuptoolsDeprecationWarning: dep_util is Deprecated

Use functions from setuptools.modified instead.
!!

***********************************************************************

petsc4py: fix SetuptoolsDeprecationWarning: dep_util is Deprecated

Use functions from setuptools.modified instead.
!!

********************************************************************************
Please use `setuptools.modified` instead of `setuptools.dep_util`.

By 2024-May-21, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://github.com/pypa/setuptools/pull/4069 for details.
********************************************************************************

!!

show more ...


123