You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. Yes, you're right, it needs a 'spec = self.spec'.
I have a new spack version in the local LLNL repo which fixes this, and will be pushing up updates to UMT in the near future.
I'm seeing issues building with spack with the following line in package.py
UMT/spack/package.py
Line 168 in a110b15
I think this should be
if "+find_mpi" in self.spec
or there should be something likespec = self.spec
as in other functions.The text was updated successfully, but these errors were encountered: