| 19be502c | 29-Jun-2023 |
Alexander <alexlindsay239@gmail.com> |
hypre: update version to 2.29.0, and add grid relax points for hypre AIR |
| 9e433ef9 | 29-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/upgrade-kokkos-4.1.0' into 'main'
Upgrade Kokkos and KK to 4.1.0
See merge request petsc/petsc!6597 |
| 5714b3b4 | 29-Jun-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Upgrade Kokkos and KK to 4.1.0 |
| 1a0a307f | 29-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-25/fix-configure-testing-lines-in-ci-log' into 'main'
When directing configure output into a file do not save all the 1000s of...
See merge request petsc/petsc!6634 |
| eca71d58 | 23-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Bump SLEPc hash |
| 0e061800 | 25-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
When directing configure output into a file do not save all the 1000s of meaningless TESTING: lines cause they make looking at the CI difficult
And don't give me the lame, I can tell by how large th
When directing configure output into a file do not save all the 1000s of meaningless TESTING: lines cause they make looking at the CI difficult
And don't give me the lame, I can tell by how large the file is how quickly the configure is running nonsense. Its 2023 if you still have no better way of telling how far along a process is you have bigger problems. Yes it is a sad state of affairs for Unix.
show more ...
|
| 6612abce | 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 225ba4cc | 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-22/fixup-win32fe-regex/release' into 'release'
Fix SyntaxWarning: invalid escape sequence '\s'
See merge request petsc/petsc!6626 |
| 983a7392 | 23-Jun-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix for python-3.12: 'imp' module has been removed |
| 8919deec | 22-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix SyntaxWarning: invalid escape sequence '\s' |
| 2457174d | 21-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ba5b3229 | 15-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-13/error-macos-arm-system-x86_64-compilers' into 'main'
Configure error if macOS arm system with x86_64 compiler configuration
See merge request petsc/petsc!6592 |
| 70954a86 | 15-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Configure error if macOS arm system with x86_64 compiler configuration |
| 511ae681 | 13-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Also search for old win32fe cl configuration when setting default MSVC flags |
| 994ec00f | 13-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Properly detect MSVC even through win32fe |
| 739d77c6 | 13-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 7c8e33fe | 13-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-kokkos-libdir' into 'main'
Search Kokkos libraries in both lib and lib64
See merge request petsc/petsc!6584 |
| 397638c9 | 12-Jun-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: search libraries in both lib and lib64 |
| 90793658 | 12-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/replace-linpack-cgtql1-with-lapack-stev' into 'main'
Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues
See merge request petsc/petsc!6536 |
| a43c391a | 11-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: MPICH 4.1.2 |
| ae3739e3 | 09-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Warn in configure if CUDA 11.5 + GCC 11.3.0 compiler combo is detected |
| b5446926 | 09-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
config libceed: update version and HIP/ROCm argument names |
| 134af074 | 08-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
Follow up of #6499 |
| b1a4cc51 | 03-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: update CMake/[Par]Mmg/Htool |
| 10ac2246 | 03-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove unnecessary skippackagewithoptions = 1
They do not influence ./configure --help since the respective packages redefine setupHelp() to list only the supported options. |