Skip to content
Snippets Groups Projects
  1. Feb 10, 2016
  2. Feb 07, 2016
  3. Jan 18, 2016
  4. Jan 10, 2016
  5. Oct 27, 2015
  6. 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
  7. Feb 05, 2015
  8. Jan 10, 2014
  9. Jul 03, 2013
  10. Jan 04, 2013
  11. Jan 03, 2013
  12. Nov 23, 2011
  13. Aug 14, 2011
  14. Jun 07, 2011
  15. May 29, 2011
  16. May 02, 2011
  17. Apr 28, 2011
  18. Feb 18, 2011
  19. Jan 19, 2011
  20. Jan 14, 2011
  21. Jan 10, 2011
  22. Jan 07, 2011
  23. Jan 05, 2011
  24. Dec 30, 2010
  25. Dec 23, 2010
  26. Dec 22, 2010
  27. Sep 29, 2010
  28. Jul 06, 2010
  29. Mar 29, 2010
  30. Mar 18, 2010
  31. Mar 17, 2010
  32. Mar 15, 2010
  33. Mar 12, 2010
  34. Mar 10, 2010
  35. Mar 09, 2010
    • Mark Olesen's avatar
      ENH: relocate third-party binaries · 03b30396
      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.
      03b30396