Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. May 18, 2015
  3. May 17, 2015
  4. May 16, 2015
  5. May 14, 2015
  6. Apr 25, 2015
  7. Mar 13, 2015
    • Henry's avatar
      ParaView: Upgrade to 4.3.1 · 24e1984f
      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.
      24e1984f
  8. Mar 08, 2015
  9. Feb 23, 2015
  10. Feb 14, 2015
  11. Feb 13, 2015
  12. Feb 12, 2015
  13. Feb 10, 2015
  14. Feb 06, 2015
  15. Feb 05, 2015
  16. Jan 28, 2015
  17. Jan 23, 2015
  18. Jan 08, 2015
  19. Jan 04, 2015
  20. Jan 03, 2015
  21. Dec 31, 2014
    • Henry's avatar
      Updated headers · ded2f257
      Henry authored
      ded2f257
    • Henry's avatar
      Added and verified support for 64bit labels · 325b003b
      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.
      325b003b
  22. Dec 16, 2014
  23. Dec 15, 2014
  24. Dec 11, 2014
  25. Dec 10, 2014