-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack env loads fails if there are blacklisted modules #13346
Copy link
Copy link
Closed
Labels
Description
I have an environment with blacklisted modules. Running spack env loads fails if run with blacklisted modules.
$ spack env loads --module-type tcl --dependencies --input-only
==> Error: No module available for package [email protected]%[email protected]+blas+lapack arch=linux-centos7-sandybridge ^[email protected]%[email protected]+shared arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]+libbsd arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]+bzip2+curses+git~libunistring+libxml2+tar+xz arch=linux-centos7-sandybridge ^[email protected]%[email protected]~ilp64+shared threads=none arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]~python arch=linux-centos7-sandybridge ^[email protected]%[email protected]~symlinks~termlib arch=linux-centos7-sandybridge ^[email protected]%[email protected]+systemcerts arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]+bz2+ctypes+dbm+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4~uuid+zlib arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]~column_metadata+fts~functions~rtree arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected] arch=linux-centos7-sandybridge ^[email protected]%[email protected]+optimize+pic+shared arch=linux-centos7-sandybridge at /opt/packages/gpjohnsn/opt/ssoft/modules/packages/2019.1/linux-centos7-sandybridge/py-numpy/1.17.2_gcc-9.1.0-python-3.7.3This used to work by putting the packages that did have modules in the loads file.
Reactions are currently unavailable