Merge pull request #28698 from ttuegel/atlas

Remove atlasWithLapack
This commit is contained in:
Thomas Tuegel 2017-08-29 13:03:22 -05:00 committed by GitHub
commit 83644c8a0c

View file

@ -17983,8 +17983,6 @@ with pkgs;
withLapack = false;
};
atlasWithLapack = atlas.override { withLapack = true; };
blas = callPackage ../development/libraries/science/math/blas { };
clblas-cuda = callPackage ../development/libraries/science/math/clblas/cuda {