Fixed Typo in Examinimd Spackage (#21515)

This commit is contained in:
Robert Pavel 2021-02-07 04:29:24 -07:00 committed by GitHub
parent adb350c23c
commit 35b5d37f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ def build_targets(self):
targets.append('CXX = {0}'.format(self.spec['mpi'].mpicxx))
else:
targets.append('MPI=0')
targets.append('CXX = {0}'.format('spack_cxx'))
targets.append('CXX = {0}'.format(spack_cxx))
return targets
def install(self, spec, prefix):