| 7a362c66 | 18-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Cxx dialect will now also be inferred from compiler flags, although users will now be warned that they should let PETSc auto-detect the flag when setting the dialect this way - Change dialect flags
- Cxx dialect will now also be inferred from compiler flags, although users will now be warned that they should let PETSc auto-detect the flag when setting the dialect this way - Change dialect flags to be consistent with compiler flags; --with-cxx-dialect=gnu++14 means you want -std=gnu++14, no more, no less - Fix for using no flag. Previously we would bail out immediately without running the tests and therefore wouldn't set any of the capability defines. We now run all tests, just don't set the flag in the end - Fix a number of corner-cases when handling Cxx dialect detection
show more ...
|
| 5a3e81ec | 11-Oct-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Check that both the C and Fortran linker can find libraries from packages
In particular on some versions of MacOS the clang linker automatically searches in /usr/local/lib while gfortran does not he
Check that both the C and Fortran linker can find libraries from packages
In particular on some versions of MacOS the clang linker automatically searches in /usr/local/lib while gfortran does not hence -lX11 is linked automatically by clang but not gfortran producing errors at make check
Commit-type: portability-fix \spend 1h Thanks-to: Satish Balay <sbalay@mcs.anl.gov>
show more ...
|
| c1db0c34 | 08-Oct-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Undo the previous
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: T
Undo the previous
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|