History log of /petsc/config/examples/arch-ci-linux-pkgs-opt.py (Results 1 – 25 of 44)
Revision Date Author Comments
# 58256f30 03-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/configure-split-slepc4py' into 'main'

configure: split slepc4py into a separate package

See merge request petsc/petsc!8982


# cbf5dfee 28-Jan-2026 Jose E. Roman <jroman@dsic.upv.es>

configure: split slepc4py into a separate package


# 017deb10 24-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/no-device-no-petscdevice' into 'main'

Add `--with-devicelanguage` to make PETSc a C library again

Closes #997

See merge request petsc/petsc!8783


# c95305b8 23-Oct-2025 Pierre Jolivet <pierre@joliv.et>

configure: add --with-devicelanguage=(C|C++)


# 8577b683 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 192dd82d 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-PYSABI' into 'release'

CI: build mpi4py, petsc4py, slepc4py with python stable API

See merge request petsc/petsc!8759


# 8679c89b 02-Oct-2025 Satish Balay <balay@mcs.anl.gov>

CI: build mpi4py, petsc4py, slepc4py with python stable API

And ignore compiler warnings triggered by PETSC4PY_BUILD_PYSABI

src/petsc4py/PETSc.c:289111:14: error: '__pyx_doc_8petsc4py_5PETSc_3KSP_

CI: build mpi4py, petsc4py, slepc4py with python stable API

And ignore compiler warnings triggered by PETSC4PY_BUILD_PYSABI

src/petsc4py/PETSc.c:289111:14: error: '__pyx_doc_8petsc4py_5PETSc_3KSP_2__call__' defined but not used [-Werror=unused-const-variable=]

show more ...


# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# a3826483 28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-nvhpc-24.7' into 'main'

CI: update linux-pgi to use nvhpc/24.7

See merge request petsc/petsc!7890


# 2b943f9f 27-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: downgrade openmpi to v4.1.6 - to work-around random failures in CI


# 5d7506ef 22-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'add_tetgen_triangle_exe' into 'main'

configure: add -download-triangle-build-exec, -download-tetgen-build-exec options to enable build of binaries

See merge request petsc/petsc!7839


# 6de2a5ea 22-Sep-2024 Chris Kees <cekees@gmail.com>

configure: add -download-triangle-build-exec, -download-tetgen-build-exec options to enable build of binaries


# 37f84354 08-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4a003ff9 08-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/workaround-configure-failure-on-detecting-cuda' into 'release'

CI: use --with-cuda=0 to work-around configure failure - when non-cuda jobs...

See merge request petsc/petsc!6433


# 86c4664e 07-May-2023 Satish Balay <balay@mcs.anl.gov>

CI: use --with-cuda=0 to work-around configure failure - when non-cuda jobs are run on a machine with cuda installed

Configure tries to auto-detect cuda that is installed [even-though cuda is not us

CI: use --with-cuda=0 to work-around configure failure - when non-cuda jobs are run on a machine with cuda installed

Configure tries to auto-detect cuda that is installed [even-though cuda is not used by the build] - and then flags a conflict with the Cxx compiler

linux-xsdk-dbg:
---------------------------------------------------------------------------------------------
Using CUDA dialect C++11 as lower bound due to package(s):
- hpddm
But CUDA compiler (clang) appears non-compliant with C++11 or didn't accept:
- -std=gnu++20
- -std=c++20
- -std=gnu++17
- -std=c++17
- -std=gnu++14
- -std=c++14
- -std=gnu++11
- -std=c++11
*********************************************************************************************

show more ...


# d41c1c70 29-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-typo-mpe' into 'main'

Fix an MPE typo

See merge request petsc/petsc!6255


# 5a6b58d7 29-Mar-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Package: fix an mpe typo


# 4f79c7b8 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-02-08/the-great-gcovening' into 'main'

The Great GCOVening

See merge request petsc/petsc!6040


# 41baa1e4 08-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add gcov to all supporting jobs


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 689a5dfa 20-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add --with-strict-petscerrorcode configure option to optionally enable non-discardable PetscErrorCode


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


# 1a8edbb8 11-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-opencascade' into 'main'

Plex: Separated EGADS and EGadsLite functionality, many fixes

See merge request petsc/petsc!3870


12