Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in spack package for "find_mpi" #7

Open
cmakrides-hpe opened this issue Apr 14, 2023 · 1 comment
Open

Error in spack package for "find_mpi" #7

cmakrides-hpe opened this issue Apr 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cmakrides-hpe
Copy link

I'm seeing issues building with spack with the following line in package.py

if "+find_mpi" in spec:

I think this should be if "+find_mpi" in self.spec or there should be something like spec = self.spec as in other functions.

@aaroncblack
Copy link
Collaborator

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.

@aaroncblack aaroncblack self-assigned this Jun 30, 2023
@aaroncblack aaroncblack added the bug Something isn't working label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants