Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 841df2cd7a79b4f1d01373b937b5c72b3ac6ee6a
      
https://github.com/NixOS/nixpkgs/commit/841df2cd7a79b4f1d01373b937b5c72b3ac6ee6a
  Author: Thomas Tuegel <[email protected]>
  Date:   2015-11-07 (Sat, 07 Nov 2015)

  Changed paths:
    M pkgs/development/libraries/science/math/openblas/default.nix

  Log Message:
  -----------
  openblas: use packaged LAPACK

Upstream began shipping OpenBLAS with LAPACK 3.4.1. This is the version
we were using in Nixpkgs anyway, so there is no reason to continue
copying the LAPACK sources into the build tree.


  Commit: 9a2d5cb4d52931436119ed8ddd7335e8500a2cdd
      
https://github.com/NixOS/nixpkgs/commit/9a2d5cb4d52931436119ed8ddd7335e8500a2cdd
  Author: Thomas Tuegel <[email protected]>
  Date:   2015-11-07 (Sat, 07 Nov 2015)

  Changed paths:
    M pkgs/development/libraries/science/math/openblas/default.nix

  Log Message:
  -----------
  openblas: include `which` on all platforms

The `f_check` script uses `which` to check that the Fortran compiler is
available. `which` is a shell built-in on NixOS, but not on Darwin or
other Linuxes.


Compare: https://github.com/NixOS/nixpkgs/compare/9af0c2388382...9a2d5cb4d529
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to