Added gsl dependency to pnfft (#8255)
This commit is contained in:
parent
c77bc613eb
commit
c25759e1c8
@ -35,6 +35,7 @@ class Pnfft(AutotoolsPackage):
|
||||
version('1.0.7-alpha', '5caa7f214eed99de2281043ca2367e9e')
|
||||
|
||||
depends_on('pfft')
|
||||
depends_on('gsl')
|
||||
|
||||
def configure(self, spec, prefix):
|
||||
options = ['--prefix={0}'.format(prefix)]
|
||||
|
Loading…
Reference in New Issue
Block a user