Skip to content

Commit

Permalink
py-gpaw: Fixed broken fftw linking in newer versions of py-gpaw (#12795)
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-tuomisto authored and adamjstewart committed Sep 12, 2019
1 parent 3269f71 commit 5a6d060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-gpaw/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ def patch(self):
if '+scalapack' in spec:
f.write("scalapack = True\n")
f.write("define_macros += {0}\n".format(scalapack_macros))
if '+fftw' in spec:
f.write("fftw = True\n")

0 comments on commit 5a6d060

Please sign in to comment.