Skip to content
Snippets Groups Projects
Commit 5a6d060b authored by Simo Tuomisto's avatar Simo Tuomisto Committed by Adam J. Stewart
Browse files

py-gpaw: Fixed broken fftw linking in newer versions of py-gpaw (#12795)

parent 3269f712
Branches
Tags
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment