Move numpy-scipy-support.nix file from the top-level to development/python-modules.
The top-level is not supposed to contain sub-directories, IMHO.
This commit is contained in:
parent
fcee71066b
commit
f1587a2d1e
@ -7796,7 +7796,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
numpy = let
|
numpy = let
|
||||||
support = import ./python-support/numpy-scipy-support.nix {
|
support = import ../development/python-modules/numpy-scipy-support.nix {
|
||||||
inherit python;
|
inherit python;
|
||||||
atlas = pkgs.atlasWithLapack;
|
atlas = pkgs.atlasWithLapack;
|
||||||
pkgName = "numpy";
|
pkgName = "numpy";
|
||||||
@ -11258,7 +11258,7 @@ let
|
|||||||
|
|
||||||
|
|
||||||
scipy = let
|
scipy = let
|
||||||
support = import ./python-support/numpy-scipy-support.nix {
|
support = import ../development/python-modules/numpy-scipy-support.nix {
|
||||||
inherit python;
|
inherit python;
|
||||||
atlas = pkgs.atlasWithLapack;
|
atlas = pkgs.atlasWithLapack;
|
||||||
pkgName = "numpy";
|
pkgName = "numpy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user