namd: fixing to reflect renamed charmpp per #9216 (#10342)

This commit is contained in:
Levi Baber 2019-01-14 17:22:03 -06:00 committed by Adam J. Stewart
parent 43e6114db7
commit d1b7e560bd

View file

@ -92,7 +92,7 @@ def edit(self, spec, prefix):
self._copy_arch_file('base')
opts = ['--charm-base', spec['charm'].prefix]
opts = ['--charm-base', spec['charmpp'].prefix]
fftw_version = spec.variants['fftw'].value
if fftw_version == 'none':
opts.append('--without-fftw')