| acb60525 | 26-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 878cfacc | 26-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
If compiler flag specifically triggers warning of unknown flag then reject flag!
Intel OneAPI fails configure on macOS since flags such as -PIC get improperly added to the compiler flags (since comp
If compiler flag specifically triggers warning of unknown flag then reject flag!
Intel OneAPI fails configure on macOS since flags such as -PIC get improperly added to the compiler flags (since compiler warnings are mostly ignored by default) and these flags warnings cause correct linker flags to be rejected thus breaking configure
BTW: I still hate the fact that compiler "warnings" are ignored by default when testing for compiler options. Two hours wasted because of this; well at least with this branch one less warning is ignored.
Commit-type: configure, portability, error-checking /spend 2h
show more ...
|
| 3c3d0961 | 25-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: specify "Executable" for exe name |
| a3edb535 | 25-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-24/fix-gcc11plus/release' into 'release'
Improve check for GNU compilers version 11 or higher for Brew compiled version
See merge request petsc/petsc!5161 |
| fb9312d2 | 25-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-04-20/ultimate-logprintbox' into 'main'
Fixup logPrintBox()
See merge request petsc/petsc!5150 |
| b4b16273 | 25-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2521cce4 | 24-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve check for GNU compilers version 11 or higher for Brew compiled version
I don't understand why it does not log in the configure file if it found it or not
Commit-type: bug-fix, portability /
Improve check for GNU compilers version 11 or higher for Brew compiled version
I don't understand why it does not log in the configure file if it found it or not
Commit-type: bug-fix, portability /spend 15m
show more ...
|
| ce040abe | 20-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix logPrintBox() not printing newlines |
| 61715dfe | 23-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
fix warning with intel compiler build
ld: skipping incompatible /usr/lib/i386-linux-gnu/libgcc_s.so.1 when searching for libgcc_s.so.1 |
| 3106df1b | 23-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 7410ae5b | 23-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-gitcommit=HEAD' into 'main'
configure: --with-pkg-gitcommit=HEAD should skip checking for a git-branch
See merge request petsc/petsc!5146 |
| 9ad87f5a | 21-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix with-executables-search-path to accept PATH delimited with ':'
Reported-by: John Snyder <b17jps@me.com> |
| 799143b5 | 21-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-18/update-mpi4py' into 'main'
Fix mpi4py to not save failed mpi4py build information in a seperate file
See merge request petsc/petsc!5143 |
| a5666a48 | 20-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-self.checkExecutableExportFlag-batch' into 'main'
configure: skip checkExecutableExportFlag() when using --with-batch
See merge request petsc/petsc!5148 |
| 19ba3da3 | 20-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: bypass PTSCOTCH failure on MinGW |
| 636121f8 | 20-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: skip checkExecutableExportFlag() when using --with-batch |
| bcb592b5 | 19-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: --with-pkg-gitcommit=HEAD should skip checking for a git-branch |
| f79c87a2 | 17-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: self.PACKAGE instead of self.package |
| d1b3ee28 | 17-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
configure: further improve logPrintBox()
- add logPrintWarning() - make logPrintBox() add newlines after each printed line - make logPrintBox() properly handle truncated paths |
| 13cbded7 | 17-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: remove useless Bison warning |
| e66e6034 | 19-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 8aefd0ec | 19-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix mpi4py to not save failed mpi4py build information in a seperate file
Commit-type: configure /spend 25m |
| 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 |
| df3bd252 | 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
disable python2 support - now python3.4+ is required - update CI tests to use python3 - continue to use python2 on MacOS CI [due to python3 issues on 10.15.7] |
| eadff18f | 18-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/avoid-dangling-else' into 'main'
[PC|KSP]HPDDM: spring cleaning
See merge request petsc/petsc!5035 |