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
- Change 'from spack.package import *' to 'from spack import *'
- This is the standard import for Spack packages
- Includes CMakePackage and all other needed classes
- Fixes 'No module named spack.build_systems' error
0 commit comments