History log of /petsc/.gitlab-ci.yml (Results 26 – 50 of 785)
Revision Date Author Comments
# e1479d0b 12-Nov-2025 Satish Balay <balay@mcs.anl.gov>

CI: update gitlab tag format

Fixes stuck jobs


# 6edbc3c8 02-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-regex' into 'main'

configure: removed unused regex package

See merge request petsc/petsc!8821


# b84477e4 31-Oct-2025 Pierre Jolivet <pierre@joliv.et>

configure: removed unused regex package


# 0e30de3c 08-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 29ef4ed1 08-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-datafilespath' into 'release'

CI: fix DATAFILESPATH

See merge request petsc/petsc!8769


# ac5f398a 08-Oct-2025 Satish Balay <balay@mcs.anl.gov>

CI: add dpl dependency to fix linux-sycl-double build


# c6d176c4 08-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Revert "CI: migrate macos-dbg to newer software stack"

This reverts commit 5850ef56e4d86d33836106d1c9d1122c26c71aa3.


# 7923ee40 07-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 685bf5e7 07-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-update-macos-x64' into 'release'

CI: migrate macos-dbg to newer software stack

See merge request petsc/petsc!8766


# 5850ef56 03-Oct-2025 Satish Balay <balay@mcs.anl.gov>

CI: migrate macos-dbg to newer software stack

old:
petsc@xpro ~ % sw_vers |grep ProductVersion
ProductVersion: 13.7.8
petsc@xpro ~ % clang --version |head -1
Apple clang version 14.0.3 (clang-1403.

CI: migrate macos-dbg to newer software stack

old:
petsc@xpro ~ % sw_vers |grep ProductVersion
ProductVersion: 13.7.8
petsc@xpro ~ % clang --version |head -1
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
petsc@xpro ~ % gfortran --version |head -1
GNU Fortran (Homebrew GCC 12.2.0) 12.2.0

newer:
compute-macos-240-01:~ svcpetsc$ sw_vers |grep ProductVersion
ProductVersion: 14.7
compute-macos-240-01:~ svcpetsc$ clang --version |head -1
Apple clang version 16.0.0 (clang-1600.0.26.3)
compute-macos-240-01:~ svcpetsc$ gfortran --version |head -1
GNU Fortran (Homebrew GCC 13.2.0) 13.2.0

use -Wno-deprecated-builtins to suppress warnings:
/home/svcpetsc/i1/petsc-hash-pkgs/c406ae/include/thrust/detail/type_traits/has_trivial_assign.h:45:10: error: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Werror,-Wdeprecated-builtins]

show more ...


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


# 8f75537a 28-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/iso-c90-fix' into 'main'

PetscMath: fix ISO C90 warning

See merge request petsc/petsc!8741


# ab69f2f7 28-Sep-2025 Satish Balay <balay@mcs.anl.gov>

CI: test for IS0 C90 declaration-after-statement in public include files


# edb0e59d 23-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-01/format-fortran-source-fprettify' into 'main'

format fortran source with fprettify

See merge request petsc/petsc!8514


# 73817b78 02-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Add makefile rule to format Fortran source with fprettify


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# b859f8c0 07-Mar-2025 Pierre Jolivet <pierre@joliv.et>

clang-format: update to v21 (and update CI)


# 2061aaf1 17-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/test-run-opts' into 'main'

Test: Added EXTRA_OPTIONS_INITiAL to allow overridding of test options

See merge request petsc/petsc!8643


# c1139c55 17-Aug-2025 Matthew Knepley <knepley@gmail.com>

Test: Added EXTRA_OPTIONS_INITIAL to allow overridding of test options
- EXTRA_OPTIONS returns to its initial meaning


# 2513b21d 13-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-07-29/update-kokkos-4.7' into 'main'

Update to Kokkos 4.7.0

See merge request petsc/petsc!8606


# dcb0ec86 04-Aug-2025 Junchao Zhang <jczhang@anl.gov>

CI: update OneAPI to 2025.2.0


# ed4474eb 31-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-20/no-petsc-options-make-check' into 'main'

Skip PETSC_OPTIONS with make check

See merge request petsc/petsc!8570


# 8940f7fd 21-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Skip PETSC_OPTIONS with make check

Some users may have a complicated PETSC_OPTIONS they use for their code but that results in extra output when running make check that confuses/upsets them and they

Skip PETSC_OPTIONS with make check

Some users may have a complicated PETSC_OPTIONS they use for their code but that results in extra output when running make check that confuses/upsets them and they do not associate the message with PETSC_OPTIONS. So ignore any PETSC_OPTIONS that is set

In order for the .gitlab-ci.yml file to continue to work we use EXTRA_OPTIONS to provide options instead of PETSC_OPTIONS

Yet another example how environmental variables are the work of the devil since they are not obvious when being used

Thanks-to: Satish Balay

show more ...


12345678910>>...32