ISIS 9.0.0 installation problem
- Dominant language
- C++
- Stars
- 245
- Forks
- 181
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 15
Description
**ISIS version(s) affected**: 9.0.0
**Description**
I installed ISIS 9.0.0 on Linux, with a command as:
micromamba install -c usgs-astrogeology isis=9.0.0
When running csminit, I get the error:
csminit: error while loading shared libraries: libmkl_rt.so.2: cannot open shared object file: No such file or directory
It worked to do a sym link from libmkl_rt.so to libmkl_rt.so.2
It is strange that conda ships libmkl_rt.so but not the so.2 (normally one is a symlink).
The precise mkl package that got installed was:
mkl 2020.4 h726a3e6_304 conda-forge
I double-checked by creating a new env having purely this library, and on Linux at least, indeed there's no .so.2 version.
I wonder if the .so.2 is present in anybody's work env for this ISIS version.
Contributor guide
Assessment
This issue has not been assessed yet.