- Feb 10, 2016
-
-
Henry Weller authored
-
Henry Weller authored
etc/config.sh and etc/config.csh This structure is more convenient to add support for other shells, e.g. zsh, fish etc. Resolves feature request to simplify support for other shells in http://www.openfoam.org/mantisbt/view.php?id=1232
-
- Feb 07, 2016
-
-
Henry Weller authored
-
- Jan 18, 2016
-
-
Henry Weller authored
-
- Jan 10, 2016
-
-
Henry Weller authored
etc/config/paraview.*: Update include directory name which is 3.0 rather than 4.0 even for ParaView-4
-
- Oct 27, 2015
-
-
Henry Weller authored
-
- Mar 13, 2015
-
-
Henry authored
Note that in order to build and install ParaView-4.3.1 lines 653-656 must be removed or commented from file ThirdParty-dev/ParaView-4.3.1/Qt/Components/CMakeLists.txt after unpacking the ParaView-4.3.1 source-pack from KitWare. This is because the file ui_pqExportStateWizard.h referred to in the lines 653-656: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() does not exist and cannot be installed causing the build and installation to fail.
-
- Feb 05, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1201
-
- Jan 10, 2014
-
-
Henry authored
Change default version to 4.1.0 (may need to revert to 4.0.1 after further testing of 4.1.0)
-
- Jul 03, 2013
-
-
mattijs authored
-
- Jan 04, 2013
-
-
mattijs authored
-
- Jan 03, 2013
-
-
mattijs authored
-
- Nov 23, 2011
-
-
andy authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jun 07, 2011
-
-
mattijs authored
-
- May 29, 2011
-
-
andy authored
-
- May 02, 2011
-
-
Mark Olesen authored
- use standard *.sh, *.csh endings
-
- Apr 28, 2011
-
-
Mark Olesen authored
-
- Feb 18, 2011
-
-
Henry authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 10, 2011
-
-
Mark Olesen authored
- this change was wished by Mattijs and/or Henry - allow command-line settings to retain the flexibility of 'foamPV' alias mechanism.
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit 2e1e671d.
-
graham authored
-
Mark Olesen authored
- drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which two different locations can be determined. Previously there was something like this: FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1 We now instead determine the locations from the FOAM_MPI directly: FOAM_MPI=openmpi-1.5.1 $FOAM_LIBBIN/$FOAM_MPI -> OpenFOAM mpi-related $FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN - as discussed with Mattijs
-
- Dec 30, 2010
-
-
Mark Olesen authored
- remove settings for really old cmake versions
-
Mark Olesen authored
-
- Dec 23, 2010
-
-
Mark Olesen authored
- avoid non-standard 'tempfile' in bin/tools/foamConfigurePaths
-
- Dec 22, 2010
-
-
Mark Olesen authored
-
- Sep 29, 2010
-
-
Henry authored
-
- Jul 06, 2010
-
-
mattijs authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 18, 2010
-
-
Mark Olesen authored
non-numeric (eg, a git or cvs version). - place the onus on the user to provide the correct ParaView_MAJOR in these situations. STYLE: Drop support for cmake older than 2.6.4 (installed in 3rdParty)
-
Andrew Heather authored
-
- Mar 17, 2010
-
-
Andrew Heather authored
-
- Mar 15, 2010
-
-
Mark Olesen authored
-
- Mar 12, 2010
-
-
Mark Olesen authored
-
- Mar 10, 2010
-
-
Mark Olesen authored
We should assume that they've been compiled with the current OpenFOAM compiler settings and may have compiler-specific runtime requirements.
-
- Mar 09, 2010
-
-
Mark Olesen authored
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH* new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName> This streamlines the creation of binary packs, eases distribution and helps when testing the robustness of relocatable installations.
-