Merge pull request #222713 from markuskowa/fix-gpaw
python3Packages.gpaw: unbreak build
This commit is contained in:
commit
f3f4e74d69
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
, ase
|
, ase
|
||||||
, numpy
|
, numpy
|
||||||
, scipy
|
, scipy
|
||||||
|
, pyyaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert lib.asserts.assertMsg (!blas.isILP64)
|
assert lib.asserts.assertMsg (!blas.isILP64)
|
||||||
|
@ -85,7 +86,7 @@ in buildPythonPackage rec {
|
||||||
|
|
||||||
buildInputs = [ blas scalapack libxc libvdwxc ];
|
buildInputs = [ blas scalapack libxc libvdwxc ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ ase scipy numpy mpi ];
|
propagatedBuildInputs = [ ase scipy numpy mpi pyyaml ];
|
||||||
|
|
||||||
patches = [ ./SetupPath.patch ];
|
patches = [ ./SetupPath.patch ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue