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

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 {