Skip to content
Snippets Groups Projects
  1. Feb 05, 2015
  2. Jan 14, 2015
  3. Jan 13, 2015
  4. Jan 12, 2015
  5. Jan 09, 2015
  6. Jan 08, 2015
  7. Jan 07, 2015
  8. Jan 06, 2015
    • Ben Boeckel's avatar
      windows: bundle plugins as zip files · 6611adc6
      Ben Boeckel authored
      Windows generally can't open tarball files, but it also provides no way
      to create them either other than Explorer, so use 7-Zip if it is
      available.
      
      Change-Id: I5640425bbf645850a4e4281815959c94a357d11f
      6611adc6
  9. Jan 05, 2015
    • Ben Boeckel's avatar
      boost: force the toolchain on windows · dae0bd44
      Ben Boeckel authored
      If multiple Visual Studio installations are available, Boost will pick
      the newest one. Instead, force it to match the version used by the
      superbuild.
      
      Change-Id: Idfee16974a5e88c25777540d820bff39827cc0ea
      dae0bd44
  10. Dec 29, 2014
  11. Dec 26, 2014
  12. Dec 25, 2014
  13. Dec 10, 2014
  14. Dec 05, 2014
  15. Dec 04, 2014
  16. Dec 03, 2014
  17. Nov 30, 2014
  18. Nov 24, 2014
  19. Nov 21, 2014
  20. Nov 20, 2014
  21. Nov 14, 2014
  22. Nov 12, 2014
    • Ben Boeckel's avatar
      matplotlib: update the test · a80996f0
      Ben Boeckel authored
      The UI changed out from underneath the test, so remove the clicks which
      go nowhere and update the baseline.
      
      Change-Id: Ifcb1d0ce936cffe2a8f852a62e7a37256855b42e
      a80996f0
    • Utkarsh Ayachit's avatar
      Update netcdf · e88aff1d
      Utkarsh Ayachit authored
      Change-Id: Ia4a4105d1ceac768d764aad8831a052dbdf1322d
      e88aff1d
    • Utkarsh Ayachit's avatar
      Update version · 31b05204
      Utkarsh Ayachit authored
      Change-Id: Ide404d797cb2fe481f6aec848a4cfc8ced91d366
      31b05204
    • Ben Boeckel's avatar
      matplotlib: set PKG_CONFIG_PATH to find our freetype · eccd61c8
      Ben Boeckel authored
      A system-installed freetype will get in the way of the superbuild's
      freetype because matplotlib uses pkg-config to find it and without this,
      it gets its information from the system.
      
      This is required because distributions bring in freetype's development
      files from packages such as Qt which is too onerous to ask not be
      installed in the general case.
      
      Change-Id: I99cf542bd08f7e0be1774f86a1abd175fda8b011
      eccd61c8
    • Utkarsh Ayachit's avatar
      Don't install config.h · e35f6b15
      Utkarsh Ayachit authored
      That gets accidentally included by other projects causing build issues
      (e.g netcdf).
      
      Change-Id: I24cb390bb6e29dcfb33d6e7383fa06a08a80d81f
      e35f6b15
    • Utkarsh Ayachit's avatar
      lib source updated to work on Windows (hopefully). · b79441ba
      Utkarsh Ayachit authored
      Change-Id: I599533ffbfe4e48fb033e2325ed8f8def6402190
      b79441ba
  23. Nov 11, 2014
  24. Nov 10, 2014
    • Utkarsh Ayachit's avatar
      Fix issue with Python and rpath. · a0bf69e2
      Utkarsh Ayachit authored
      The python executable built by the superbuild needs to have rpath set to
      properly load the shared library when running the executable in
      build/configure stages.
      
      To support that, python.cmake uses the newly extended append_flags()
      mechanism to pass flags to the compiler/linker to add the appropriate
      rpath.
      
      Change-Id: I64068bf8bd118f1f0c805c48fa9e5e390b525f86
      a0bf69e2
  25. Nov 08, 2014
Loading