- 23 Nov, 2016 1 commit
-
-
mark authored
- makes it easier to diagnose problems
-
- 22 Nov, 2016 2 commits
- 04 Nov, 2016 3 commits
-
-
mark authored
-
Mark Olesen authored
Update master Update master to include stable development changes and bugfixes. See merge request !1
-
- 03 Nov, 2016 1 commit
-
-
mark authored
-
- 14 Oct, 2016 1 commit
-
-
mark authored
- Now only cleans the build/ directory. - Add -all, -current options etc for also removing platforms, if wishing a complete clean.
-
- 07 Oct, 2016 1 commit
-
-
mark authored
-
- 14 Sep, 2016 2 commits
-
-
mark authored
As per patch provided by Bruno Santos @wyldckat to support Raspbian. http://bugs.openfoam.org/view.php?id=2051 STYLE: drop unneeded linkage against old POSIX librt.so
-
mark authored
- replace PYTHON_INCLUDE_PATH with PYTHON_INCLUDE_DIRS (changed in paraview 2014-10-30) - add check for Python.h for earlier failure. Eg, when development headers are missing on the system.
-
- 08 Sep, 2016 1 commit
-
-
mark authored
- an example of compiling for pvserver - make upper-limit on MPI processes command-line configurable for makeParaView and add MPI support into makeVTK
-
- 09 Aug, 2016 1 commit
-
-
mark authored
- Makes it easier to locate for compiling/linking and lets us wrap away in a C++ interface to hide low-level C routines.
-
- 04 Aug, 2016 1 commit
-
-
mark authored
-
- 01 Aug, 2016 2 commits
- 27 Jul, 2016 3 commits
-
-
mark authored
- Qualify some paraview-specific functions with 'ParaView' in the name. This helps with code-reuse. STYLE: use lib$WM_COMPILER_LIB_ARCH instead of explicit lib64
-
mark authored
- ThirdParty GMP/MPFR may be needed when making CGAL, but previously no convenient means of compiling them without also compiling a ThirdParty GCC. Now support the combination of building GMP or MPFR, without needing to build GCC as well. This could benefit people using clang. - add a '-no-theadsafe' option when building MPFR via the makeGcc script. This may help avoid conflicts with existing, older, non-thread-safe system MPFR libraries.
-
mark authored
-
- 14 Jul, 2016 1 commit
-
-
mark authored
ENH: include ThirdParty platforms when searching for cmake
-
- 13 Jul, 2016 2 commits
-
-
mark authored
- as per the other build scripts, use the OpenFOAM config files for the base settings and command-line arguments for refinement. Note that the $ParaView_DIR (the installation path) contains the paraview version information. So there is no need to keep a second variable just for that purpose.
-
mark authored
- Symmetrical with the usage for most other ThirdParty build scripts. For example, "makeParaView ParaView-5.0.1" - As a convenience, also allow a number directly. For example, "makeParaView 5.0.1" This should be clearer than the old instruction and does not rely on an alias: "foamPV 5.0.1; ./makeParaView" BUG: heuristics for activating GL2 rendering backend missed when paraview version was specified from the command-line
-
- 12 Jul, 2016 2 commits
- 06 Jul, 2016 1 commit
-
-
mark authored
-
- 01 Jul, 2016 1 commit
-
-
mark authored
- triggered by dash.
-
- 30 Jun, 2016 1 commit
-
-
mark authored
-
- 28 Jun, 2016 2 commits
- 21 Jun, 2016 1 commit
-
-
mark authored
- update openmpi infiniband config options
-
- 20 Jun, 2016 10 commits
-
-
mark authored
ENH: patch paraview 4.4.0 directly before building - this avoids more manual steps for the user
-
mark authored
Rationale: 32-bit support is not normally needed for OpenFOAM and disabling reduces build issues. Can use the '-multilib' option to enable 32-bit support if required.
-
mark authored
Unset the _foamAddLib function prior to sourcing config.sh/CGAL DOC: restriction about mixing ThirdParty and system gmp/mpfr does not apply anymore.
-
mark authored
- now check for existing third-party build and skip if all build components are unchanged. - skip build entirely for boost-none or CGAL-none This is primarily useful when makeCGAL is called directly and not from Allwmake. STYLE: use WM_COMPILER_LIB_ARCH for boost system lib
-
mark authored
- make option parsing more consistent
-
mark authored
- not previously possible to configure a third-party gcc with system gmp/mpfr/mpc. This makes it easier to switch between compilers for testing.
-
mark authored
-
mark authored
- explicitly define WM_COMPILER_TYPE=ThirdParty before sourcing the OpenFOAM settings. Provide system equivalents as fallbacks so that it is apparent what is happening. Make the same adjustment to makeLLVM. BUG: inconsistent CGAL version between makeCGAL and OpenFOAM
-
mark authored
- align comments in ParaView3Functions with ParaViewFunctions (makes it easier to spot differences) - mention '-buildType' option in usage - fix the version extraction reporting - drop broken date-stamp check STYLE: align some naming in makeCCMIO with other files
-