History log of /petsc/config/examples/arch-ci-macos-dbg.py (Results 1 – 9 of 9)
Revision Date Author Comments
# 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


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


# e7dfef6f 21-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 31a87ac2 20-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-osx-migrate-to-arm' into 'release'

CI: migrate osx-xsdk-opt to arm

See merge request petsc/petsc!8150


# 80e52a1f 14-Feb-2025 Satish Balay <balay@mcs.anl.gov>

CI: migrate osx-xsdk-opt to arm

- remove --download-xsdk - its been removed long ago (and rename corresponding xsdk jobs)

- rename osx jobs to macos

- update MPI location to its real path.
(curre

CI: migrate osx-xsdk-opt to arm

- remove --download-xsdk - its been removed long ago (and rename corresponding xsdk jobs)

- rename osx jobs to macos

- update MPI location to its real path.
(currently listed path is a link to the real path - it helped with CI migration of those jobs
to newer xcode - while keeping other branch jobs working during/after the migration)

show more ...