Skip to content
Snippets Groups Projects
  1. Mar 13, 2015
    • Henry's avatar
      ParaView: Upgrade to 4.3.1 · 408ae998
      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.
      408ae998
  2. Mar 08, 2015
  3. Feb 23, 2015
  4. Feb 14, 2015
  5. Feb 13, 2015
  6. Feb 12, 2015
  7. Feb 10, 2015
  8. Feb 06, 2015
  9. Feb 05, 2015
  10. Jan 28, 2015
  11. Jan 23, 2015
  12. Jan 08, 2015
  13. Jan 04, 2015
  14. Jan 03, 2015
  15. Dec 31, 2014
    • Henry's avatar
      Updated headers · 3745eac1
      Henry authored
      3745eac1
    • Henry's avatar
      Added and verified support for 64bit labels · 2a614865
      Henry authored
      To compile with 64bit labels set
      
      WM_LABEL_SIZE=64
      
      in ~/OpenFOAM/dev/prefs.sh
      
      source ~/.bashrc
      
      then Allwmake in OpenFOAM-dev.
      
      This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
      
      If WM_LABEL_SIZE is unset or set to 32:
      
      WM_LABEL_SIZE=32
      
      the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
      
      Thus both 32bit and 64bit label builds can coexist without problem.
      2a614865
  16. Dec 16, 2014
  17. Dec 15, 2014
  18. Dec 10, 2014