| 68ff6ad8 | 04-Nov-2024 |
Daniel Otto de Mentock <d.mentock@mpie.de> |
hdf5: add --with-hdf5-cxx-bindings option to build/use hdf5 cxx libraries |
| 85c72f10 | 01-Nov-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the broken check that AVX512 is available in configure.
Reported-by: Lemon <nh3242532544@gmail.com> |
| 927f4375 | 31-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor housekeeping |
| a69c3a58 | 26-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: update SuiteSparse/[Par]Mmg |
| 06a8095f | 24-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: avoid duplicated flags |
| 86a5c172 | 23-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: use -Wno-cast-function-type-mismatch when possible |
| 48140c12 | 15-Oct-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
configure: add new package libflame |
| 5613f313 | 15-Oct-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
configure: upgrade BLIS to version 1.0 |
| 5a236de6 | 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ad781fe3 | 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'
Unify handling of context destructors
See merge request petsc/petsc!7900 |
| 49abdd8a | 29-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that used PetscContainer
- Now allows any context to be a PetscObject - Will provide a cleaner mapping to bindings in other languages - Simplifies the maintenance of PETSc source code; improves clarity
Not backward compatible, compiler warnings will tell users what functions need to be updated
show more ...
|
| c6b850fd | 18-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
python-3.12 removed distutils, and suggests using it from setuptools - so add in this check for petsc4py |
| f88fb689 | 17-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3e5b5ee7 | 15-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: mpi4py 4.0.1 |
| 688c8ee7 | 27-Sep-2024 |
Florent Pruvost <florent.pruvost@inria.fr> |
Pastix: Update to the new interface 6 and last release version 6.4.0 |
| ff137ba5 | 09-Oct-2024 |
Jose Roman <jroman@dsic.upv.es> |
netlib-lapack: configure: add new option --with-netlib-lapack-c-bindings to use/build the C interface (required by PaStiX) |
| 03e303ca | 09-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: HYPRE 2.32.0 |
| 3cb3609b | 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 45a61cde | 03-Oct-2024 |
Junchao Zhang <jczhang@anl.gov> |
SYCL: use sycl/sycl.hpp since CL/sycl.hpp is deprecated |
| 146c4c42 | 03-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: MPICH 4.2.3 |
| 0a78fc91 | 02-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 309ed48a | 30-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to v3.22.0 |
| a937d8f2 | 30-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
configure: update CMake/hwloc/[Par]Mmg/SLEPc |
| d7c1f440 | 29-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 2cb8225c | 28-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to latest (pre-3.22.0) snapshot |