Changes between Version 1 and Version 2 of Software/OpenFOAM


Ignore:
Timestamp:
02/14/17 00:40:50 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v1 v2  
    248248== Build Tools ==
    249249
    250 === Qt ===
    251 The '''<tt>makeQt</tt>''' script seems to fail. Run it once till it fails. Then, cd to the qt build directory and modify <tt>config.status</tt> so that gcc and g++ are used. Also add CFLAGS and CXXFLAGS as needed.
    252 
    253 Build and install:
    254      ./config.status
    255      make -j 8
    256      make install
    257 
    258250=== ParaView ===
    259251* Must be built from source because OpenFOAM has !ParaView modules that need to be built, requiring !ParaView headers.
    260252* Read https://github.com/OpenFOAM/ThirdParty-dev/blob/master/README.org
    261 ** In particular: <blockquote>The ParaView-4.3.1/4.4.0 source-pack provided by KitWare will not build and install correctly without a minor correction: lines 653-656 must be removed or commented from file ThirdParty-dev/ParaView-4.?.?/Qt/Components/CMakeLists.txt after unpacking and renaming the ParaView-4.?.? directory. This is because the file ui_pqExportStateWizard.h referred to in the lines 653-656 … does not exist and cannot be installed causing the build and installation to fail.</blockquote>
    262 ** And the fix to <tt>VTK/IO/Geometry/vtkSTLReader.cxx</tt>
    263253
    264254== References ==