eth-cscs / stackinator

Home Page:https://eth-cscs.github.io/stackinator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building with modules breaks for Spack develop

RMeli opened this issue · comments

Commit spack/spack@5b89171 breaks building Spack stacks that use modules when pulling Spack from develop:

==> Error: Cannot use invalid module set default.    Valid module set names are []

Do you get the error message because your recipe does not provide modules.yaml?
What changes if you set modules: False in config.yaml?

I am using modules.yaml. Now I need to explicitly add

enable:
- tcl

to make it work.

This change has already been reverted spack/spack@cb4c60c