py-gpaw: Fixed broken fftw linking in newer versions of py-gpaw (#12795)
This commit is contained in:
parent
3269f712f0
commit
5a6d060b52
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user