mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
python-scipy: update 0.12 -> 0.14
I successfully built all reverse dependencies, using this procedure[1]: $ nix-env -f . -qaP \* --drv-path | sort > l1 (...modify package...) $ nix-env -f . -qaP \* --drv-path | sort > l2 $ changed=$(diff l1 l2 | awk '{print $2}' | sort | uniq) $ nix-build $(for i in $changed; do echo -A $i; done) [1]: https://nixos.org/wiki/Contributing
This commit is contained in:
parent
0c8ad65560
commit
b17b17be73
@ -7838,11 +7838,11 @@ let
|
|||||||
|
|
||||||
|
|
||||||
scipy = buildPythonPackage rec {
|
scipy = buildPythonPackage rec {
|
||||||
name = "scipy-0.12.0";
|
name = "scipy-0.14.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/s/scipy/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/s/scipy/${name}.tar.gz";
|
||||||
md5 = "8fb4da324649f655e8557ea92b998786";
|
md5 = "d7c7f4ccf8b07b08d6fe49d5cd51f85d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgs.gfortran];
|
buildInputs = [pkgs.gfortran];
|
||||||
|
Loading…
Reference in New Issue
Block a user