1. 24 Jan, 2018 1 commit
  2. 31 Dec, 2017 1 commit
  3. 21 Dec, 2017 2 commits
  4. 19 Dec, 2017 1 commit
  5. 14 Dec, 2017 2 commits
  6. 04 Dec, 2017 2 commits
  7. 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
  8. 04 Nov, 2017 2 commits
  9. 24 Oct, 2017 2 commits
  10. 18 Oct, 2017 3 commits
  11. 16 Oct, 2017 3 commits
  12. 15 Oct, 2017 1 commit
  13. 13 Oct, 2017 1 commit
  14. 12 Oct, 2017 1 commit
  15. 11 Oct, 2017 3 commits
  16. 08 Oct, 2017 1 commit
  17. 07 Oct, 2017 1 commit
  18. 25 May, 2017 1 commit
  19. 24 May, 2017 2 commits
  20. 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
  21. 18 Mar, 2017 1 commit
  22. 27 Jan, 2017 2 commits
  23. 04 Jan, 2017 1 commit
  24. 01 Jan, 2017 2 commits
  25. 10 Dec, 2016 1 commit
  26. 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