remove atlasWithLapack

atlasWithLapack is no longer used. We should prefer OpenBLAS.
This commit is contained in:
Thomas Tuegel 2017-08-29 12:50:13 -05:00
parent 8324397af5
commit 51d1325482
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -17988,8 +17988,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 {