1. 04 Dec, 2017 1 commit
  2. 06 Nov, 2017 1 commit
    • xoviat's avatar
      [library_builders] use brew to install openblas (#68) · fd6a4c39
      xoviat authored
      * [library_builders] use brew to install openblas
      
      Yields better performance on OSX
      
      * [tst:library_builders] add openblas
      
      * [tst:library_builders] update homebrew
      
      * fix bash
      
      * [library_builders] force openblas link
      fd6a4c39
  3. 04 Nov, 2017 2 commits
  4. 24 Oct, 2017 2 commits
  5. 18 Oct, 2017 3 commits
  6. 16 Oct, 2017 3 commits
  7. 15 Oct, 2017 1 commit
  8. 13 Oct, 2017 1 commit
  9. 12 Oct, 2017 1 commit
  10. 11 Oct, 2017 3 commits
  11. 08 Oct, 2017 1 commit
  12. 07 Oct, 2017 1 commit
  13. 25 May, 2017 1 commit
  14. 24 May, 2017 2 commits
  15. 01 Apr, 2017 1 commit
    • Cosimo Lupo's avatar
      [library_builders] allow to override tar.gz extension in build_simple · 900b39c4
      Cosimo Lupo authored
      Some libraries use 'tar.bz2' instead of 'tar.gz' as source archive format.
      This patch allows to pass a fourth argument to `build_simple` function to specify an alternative extension to the default `tar.gz`.
      
      The `untar` function in common_utils.sh, used by `fetch_unpack`, already supports the following archive formats: tar, gz, bz2, zip and xz.
      900b39c4
  16. 18 Mar, 2017 1 commit
  17. 27 Jan, 2017 2 commits
  18. 04 Jan, 2017 1 commit
  19. 01 Jan, 2017 2 commits
  20. 10 Dec, 2016 1 commit
  21. 07 Dec, 2016 1 commit
    • Andrea Bedini's avatar
      Address HDF5 CVEs · 2782f416
      Andrea Bedini authored
      Several CVEs have been published against the upstream HDF5 libraries, which are packaged (currently 1.8.13) with the windows version.
      
      CVE-2016-4330
      CVE-2016-4331
      CVE-2016-4332
      CVE-2016-4333
      
      These have been fixed in the current 1.8.18 release.
      
      Hat tip to @teeks99.
      2782f416
  22. 05 Nov, 2016 2 commits
  23. 04 Nov, 2016 5 commits
  24. 02 Aug, 2016 1 commit
    • Matthew Brett's avatar
      Refactor openjpeg dependencies · db8f3845
      Matthew Brett authored
      Add openjpeg dependencies to openjpeg build recipe.
      
      Remove openjpeg as dependency for tiff (doesn't appear to be found during tiff
      build).
      db8f3845