| #
7b5fd022
|
| 28-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Minor housekeeping
See merge request petsc/petsc!8811
|
| #
ab701a13
|
| 27-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: check style of config/*
|
| #
7923ee40
|
| 07-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
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
|
| #
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.
|
| #
a4bb395b
|
| 09-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/lib-name-suffix' into 'main'
configure: add -with-library-name-suffix=<suffix> option
See merge request petsc/petsc!7989
|
| #
8143cb67
|
| 07-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
configure: add -with-library-name-suffix=<suffix> option
|
| #
3e946cf3
|
| 27-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/remove-useless-macos-option' into 'main'
Remove useless flags on macOS
See merge request petsc/petsc!6895
|
| #
accab91b
|
| 26-Sep-2023 |
Pierre Jolivet <pierre@joliv.et> |
MacOS: remove "-multiply_defined suppress" and "-single_module" flags from configure
|
| #
617be9a0
|
| 03-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a9842c05
|
| 03-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-warnings-buildsystem' into 'release'
configure: try to remove warnings from code generated by BuildSystem
See merge request petsc/petsc!5796
|
| #
22164b4c
|
| 02-Nov-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: remove warnings from generated-code
|
| #
a275d695
|
| 27-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-19/improve-configure-logs' into 'main'
Remove some confusing and unneeded noise output in configure.log
See merge request petsc/petsc!5352
|
| #
7b65ca21
|
| 19-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove some confusing and unneeded noise output in configure.log
add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs
Commit-type: configure
Remove some confusing and unneeded noise output in configure.log
add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs
Commit-type: configure, usability /spend 2h
show more ...
|
| #
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
|
| #
faa06574
|
| 17-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
remove '#!' from non-stand-alone python sources
|
| #
1517d836
|
| 12-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2d41bda4
|
| 10-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang07/fix-dlimpl-error' into 'release'
Sys: Fix a compile error by turning off DLADDR when no DYNAMIC_LIBRARIES
See merge request petsc/petsc!4530
|
| #
8739806a
|
| 09-Nov-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix empty if-body in configure test
|
| #
5aa37fcb
|
| 21-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/configure-fixes' into 'main'
A set of configure fixes accumulated over weeks
See merge request petsc/petsc!4322
|
| #
1e6f8e71
|
| 15-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: pass all shared linker flags to the makefile rule
|
| #
15e7bcca
|
| 20-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'
Plex: Updates to declarative interface for FEM problems
See merge request petsc/petsc!3972
|
| #
258ec3d2
|
| 16-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Update DLAddr() to do C++ demangling - Now the string returned must be freed
|
| #
6ac58e00
|
| 24-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ds-traversals' into 'main'
DS: Moved management of pointwise functions into PetscWeakForm object - Added...
See merge request petsc/petsc!3726
|
| #
184ce1a2
|
| 20-Mar-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Sys+Configure: Added dladdr() support - Turn on feature test macro for dladdr() support - PetscDLAddr() should not fail if there is no support
|