- 14 Dec, 2020 1 commit
-
-
Mark Olesen authored
-
- 16 Nov, 2020 1 commit
-
-
Mark Olesen authored
- does not change WM_OPTIONS or output directories, so that the target directories are correct.
-
- 04 Nov, 2020 1 commit
-
-
Mark Olesen authored
- prevent unneeded recompilation DOC: add link for new scotch package
-
- 11 Sep, 2020 1 commit
-
-
Mark Olesen authored
-
- 07 Sep, 2020 1 commit
-
-
Mark Olesen authored
- also permit petsc to determine its own hypre version (#58)
-
- 12 Aug, 2020 2 commits
-
-
Mark Olesen authored
- adios is out of scope for cross-compilation - metis does not seem to support cross-compilation. Use scotch instead.
-
Mark Olesen authored
- mistake introduced by 11e3723f
-
- 11 Aug, 2020 1 commit
-
-
Mark Olesen authored
-
- 10 Aug, 2020 1 commit
-
-
Mark Olesen authored
- check lib as well as lib64 - support -force option in a few more places
-
- 07 Aug, 2020 2 commits
-
-
Mark Olesen authored
- reduces ThirdParty inter-dependency. Only useful for reading in graph files, which are not used internally by OpenFOAM. - Was already removed for Mingw compilation.
-
Mark Olesen authored
- uses mpifcc/mpiFCC for mpicc/mpicxx, respectively
-
- 24 Jun, 2020 1 commit
-
-
Mark Olesen authored
- only test in the packages that actually require it. State as a requirement. ENH: skip build of packages with known mingw issues - primarily kahip and pt-scotch. Others may also have issues, but for these we tend to use system packages anyhow. ENH: add '-force' option to various scripts - overrides some _lazy_ build logic
-
- 22 Jun, 2020 1 commit
-
-
Mark Olesen authored
-
- 18 Jun, 2020 2 commits
-
-
Mark Olesen authored
- add download hints for -help of various make scripts
-
Mark Olesen authored
-
- 15 Jun, 2020 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- accept [0-9]* instead of attempting more restrictive specifications CONFIG: makePETSC without fortran
-
- 05 Jun, 2020 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- if not otherwise specified: - OpenFOAM-v1912 and older are implicitly `-with-lib` - new versions are implicitly `-no-lib`
-
- 14 May, 2020 1 commit
-
-
Mark Olesen authored
- linkage errors for ptscotch not yet solved CONFIG: add -I. for ThirdParty wmake Make/options - some <headers> might otherwise be missed with the change to '-iquote' for general wmake rules
-
- 02 May, 2020 1 commit
-
-
Mark Olesen authored
-
- 15 Apr, 2020 2 commits
-
-
Mark Olesen authored
- improve library checks to avoid unnecessary rebuild when cross-compiling
-
Mark Olesen authored
- initialise some commonly used variables - add library function for checking library existence that also accounts for windows cross-compilation targets
-
- 20 Jan, 2020 2 commits
-
-
Mark Olesen authored
- may fail to find mpi.h with ThirdParty openmpi - remove makeAdios1 (ADIOS1 considered defunct for our purposes)
-
Mark Olesen authored
- arguments passed to stripCompilerFlags caused the misbehaviour
-
- 17 Dec, 2019 1 commit
-
-
Mark Olesen authored
-
- 15 Dec, 2019 1 commit
-
-
Mark Olesen authored
- if passed things like "clang-9", strip down to the base name "clang"
-
- 09 Dec, 2019 1 commit
-
-
Mark Olesen authored
-
- 20 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 19 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 12 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 11 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 28 Oct, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 02 Oct, 2019 1 commit
-
-
Mark Olesen authored
-
- 16 Aug, 2019 1 commit
-
-
Mark Olesen authored
- include makeAdios2 into the Allwmake list (as optional component)
-
- 31 Jul, 2019 1 commit
-
-
Mark Olesen authored
- remove old dependency of adios2 on the adios1 library
-
- 29 Jul, 2019 1 commit
-
-
Mark Olesen authored
- in 1906, we changed the handling of compiler flags to include the exact values as used by OpenFOAM. While this is needed for compiling some external programs -- see OpenFOAM-plus#1256 for the discussion -- it appears to bring in flags that upset some of the ParaView (and possibly VTK) compilation. The culprits are likely to be found in the various '-W' switches, but for now we simply extract a mininal set of compiler flags that include -std=c++11 -m64 -fPIC, but no optimization flags, additional warnings flags or OpenFOAM-specific defines.
-
- 28 Jun, 2019 1 commit
-
-
Mark Olesen authored
-