Loading pkgs/development/python-modules/gpaw/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , blas , lapack , mpi , fftw , scalapack , libxc , libvdwxc Loading Loading @@ -89,9 +90,9 @@ in buildPythonPackage rec { # execute `rsh` as a side-effect. nativeBuildInputs = [ which inetutils ]; buildInputs = [ blas scalapack libxc libvdwxc ]; buildInputs = [ blas scalapack libxc libvdwxc fftw ]; propagatedBuildInputs = [ ase scipy numpy mpi pyyaml ]; propagatedBuildInputs = [ ase scipy numpy (lib.getBin mpi) pyyaml ]; patches = [ ./SetupPath.patch ]; Loading Loading
pkgs/development/python-modules/gpaw/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , blas , lapack , mpi , fftw , scalapack , libxc , libvdwxc Loading Loading @@ -89,9 +90,9 @@ in buildPythonPackage rec { # execute `rsh` as a side-effect. nativeBuildInputs = [ which inetutils ]; buildInputs = [ blas scalapack libxc libvdwxc ]; buildInputs = [ blas scalapack libxc libvdwxc fftw ]; propagatedBuildInputs = [ ase scipy numpy mpi pyyaml ]; propagatedBuildInputs = [ ase scipy numpy (lib.getBin mpi) pyyaml ]; patches = [ ./SetupPath.patch ]; Loading