Passing --without-view
flag to spack
#416
-
I'm currently trying to use ramble on easybuild systems and as a first step, I'm thinking of using the However, I am not sure how to pass this environment variable to spack. Is there anything I can set in a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@jbadwaik I'd be really interested in ways we could support easybuild better. So, if you have any suggestions please let us know. As an aside, I just pushed a draft PR (#417) where you can You can even set this within the workspace config if you want, i.e.
Let me know if this helps you out. |
Beta Was this translation helpful? Give feedback.
@jbadwaik I'd be really interested in ways we could support easybuild better. So, if you have any suggestions please let us know.
As an aside, I just pushed a draft PR (#417) where you can
ramble config add 'config:spack:env_create:flags:"--without-view"
You can even set this within the workspace config if you want, i.e.
Let me know if this helps you out.