Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs

BLAS/LAPACK fixup and expand docs
This commit is contained in:
Benjamin Hipple
2020-04-22 21:56:20 -04:00
committed by GitHub
6 changed files with 35 additions and 22 deletions

View File

@@ -53,6 +53,8 @@ in buildPythonPackage rec {
setupPyBuildFlags = [ "--fcompiler='gnu95'" ];
SCIPY_USE_G77_ABI_WRAPPER = 1;
meta = {
description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering. ";
homepage = "https://www.scipy.org/";