Suppose I am in my_env
:
spack activate my_env
Also suppose that I have external packages, e.g. a system-installed openmpi
.
And then I generate filesystem views:
spack env view regenerate
Then I get this warning:
Skipping external package: openmpi
And indeed the binaries of openmpi
are not symlinked into my filesystem view. My question is: is there a particular reason it is done like that? And is there a way to tell spack that it should also put external packages in the filesystem view?
[Notice that contrary to the filesystem view, external packages are included when generating modules through spack env loads
]