. ./scripts/environment.sh Broken
Closed this issue · 3 comments
Before I used ". ./scripts/environment.sh" to load all Spack dependencies and execute all my JULEA commands afterwards. Now after I merged with the master branch I get errors and Nothing loaded.
I already removed ./dependencies, and afterwards did a clean install with "./scripts/install-dependencies.sh full"
module: command not found
module: command not found
module: command not found
module: command not found
Dependency lmdb cannot be loaded. If you have not installed it, you can ignore the error above.
module: command not found
Dependency sqlite cannot be loaded. If you have not installed it, you can ignore the error above.
module: command not found
Dependency leveldb cannot be loaded. If you have not installed it, you can ignore the error above.
module: command not found
Dependency libmongoc cannot be loaded. If you have not installed it, you can ignore the error above.
module: command not found
Dependency hdf5@develop~mpi cannot be loaded. If you have not installed it, you can ignore the error above.
module: command not found
Dependency mariadb-c-client cannot be loaded. If you have not installed it, you can ignore the error above.
This was caused by a recent change in Spack. Sorry I didn't catch it sooner. Should be fixed in 1bf4b34.
Now "./scripts/install-dependencies.sh full" fails with
==> Error: Package 'libmongoc' not found.
Since I don't need MongoDB I could skip the MongoDB dependency for testing, but that is not a solution
This was fixed in a follow-up commit (9798cf2).