- 27 Nov, 2016 3 commits
-
-
mark authored
- remove extra scotch readme, already mentioned in regular BUILD/README files - additional sources.txt to note which versions have been shipped.
-
mark authored
- in the future it may be useful to locate all the sources under a sub-directory instead
-
mark authored
- initial attempt for building CGAL as headers-only, and without gmp/mpfr
-
- 23 Nov, 2016 4 commits
- 22 Nov, 2016 3 commits
- 21 Nov, 2016 2 commits
- 13 Nov, 2016 1 commit
-
-
mark authored
- this follows the change to metisDecomp
-
- 11 Nov, 2016 4 commits
-
-
mark authored
- update makeLLVM to build latest clang (3.9.0), which needs cmake.
-
mark authored
- minor patching is still required for 5.1.2 (July 2016 release). - no patching is currently needed for 5.2.0-RC4. We have supplied the necessary patches upstream. - https://gitlab.kitware.com/paraview/paraview/merge_requests/1022 - https://gitlab.kitware.com/paraview/paraview/merge_requests/1024
-
mark authored
- With paraview 3.14 (Feb 2012) and paraview 3.98 (Dec 2012) experience unresolvable build issues. Can no longer compile.
-
mark authored
- installs headers and static library into ThirdParty/platforms/$WM_ARCH$WM_COMPILER/tecio
-
- 10 Nov, 2016 1 commit
-
-
mark authored
-
- 04 Nov, 2016 8 commits
-
-
mark authored
- avoid leaving any duplicate run-time libraries about that are not part of the LD_LIBRARY_PATH. - incorrect ADIOS library path reported
-
mark authored
- Non-critical since makeCGAL still caught things anyhow. - Also report the correct locations.
-
mark authored
- building with 12.x still seems not to work
-
mark authored
- ADIOS source packages now include mxml, which means that it doesn't need to be built separately. - Use OpenFOAM config.sh/ADIOS (if it exists), or explicitly define the version to compile. Eg, ./makeADIOS ADIOS-1.10.0
-
mark authored
- On 64-bit systems, the library locations for boost, CGAL are changing. * Boost 1_62_0 and older build into 'lib/'. * CGAL-4.9 builds into 'lib64/', older versions into 'lib/'. Future-proof things by using lib$WM_COMPILER_LIB_ARCH for boost and CGAL targets.
-
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
-