Added fftw dependency (#6057)

This commit is contained in:
Brian Homerding 2017-10-31 15:33:01 -05:00 committed by Christoph Junghans
parent 180dcfc652
commit 8a86016bef

View File

@ -39,6 +39,7 @@ class Swfft(MakefilePackage):
branch='master')
depends_on('mpi')
depends_on('fftw')
tags = ['proxy-app', 'ecp-proxy-app']