Unverified Commit f3f4e74d authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #222713 from markuskowa/fix-gpaw

python3Packages.gpaw: unbreak build
parents a0997e0f 9fd3ad25
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
, ase
, numpy
, scipy
, pyyaml
}:

assert lib.asserts.assertMsg (!blas.isILP64)
@@ -85,7 +86,7 @@ in buildPythonPackage rec {

  buildInputs = [ blas scalapack libxc libvdwxc ];

  propagatedBuildInputs = [ ase scipy numpy mpi ];
  propagatedBuildInputs = [ ase scipy numpy mpi pyyaml ];

  patches = [ ./SetupPath.patch ];