| bf2b7fd4 | 13-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/adddefine-in-addpost' into 'main'
configure: let addPost automatically addDefine('HAVE_pkgname')
See merge request petsc/petsc!8780 |
| a28344a5 | 13-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/cxx-demangle' into 'main'
Reimplement PetscDemangleSymbol() in C using dynamic loading
See merge request petsc/petsc!8765 |
| f9a62e05 | 12-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: remove useless Makefile variables |
| 7a64138e | 13-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: replace self.name.lower() with self.package |
| f8540a3c | 12-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: let addPost automatically addDefine('HAVE_pkgname') |
| 69dbca04 | 11-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: mpi4py 4.1.1 |
| f0dc3c6b | 11-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: remove unneeded addDefine for packages used directly by PETSc
Packages with `self.useddirectly = 1` (default value) automatically define `PETSC_HAVE_pkgname`
Reported-by: Steven Dargavil
configure: remove unneeded addDefine for packages used directly by PETSc
Packages with `self.useddirectly = 1` (default value) automatically define `PETSC_HAVE_pkgname`
Reported-by: Steven Dargaville @stevendargaville
show more ...
|
| dab73fe7 | 09-Oct-2025 |
Lisandro Dalcin <dalcinl@gmail.com> |
Reimplement PetscDemangleSymbol() in C using dynamic loading |
| 0e30de3c | 08-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 758622c0 | 08-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
CI: fix DATAFILESPATH |
| 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 ...
|
| e2fdaf7c | 07-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
CI: explicitly specify datafiles at /nfs/gce/projects [and not /home] for 32bit jobs |
| 13698166 | 06-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
MPICH: update to v4.3.2 |
| ea9f32a1 | 06-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-config-cxxabi/release' into 'release'
Fix configure test for `cxxabi.h`
See merge request petsc/petsc!8757 |
| 8577b683 | 05-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 1be94215 | 02-Oct-2025 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix configure test for `cxxabi.h`
The `cxxabi.h` header is C++, so use the C++ compiler to check for it. |
| 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 ...
|
| c733a5e5 | 01-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'boost-1.89' into 'main'
boost 1.89
See merge request petsc/petsc!8752 |
| 196b0c80 | 01-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-scotch' into 'release'
MinGW portability fixes
See merge request petsc/petsc!8724 |
| 8c5add6a | 01-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 9558dacf | 01-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: GSL 2.8 and backup mirror |
| da7ed40a | 30-Sep-2025 |
Martin Diehl <mail@martin-diehl.net> |
boost 1.89 |