Hi @demorest, my student @alhewitt and I have installed tempo2 using your conda package, but when we try just viewing the help it give the following error:
$ tempo2 -h
tempo2: error while loading shared libraries: libmkl_rt.so: cannot open shared object file: No such file or directory
Have you encountered this before? I seem to be able to fix this by installing mkl with:
conda install mkl
so maybe mkl needs to be added to the package requirements.
Hi @demorest, my student @alhewitt and I have installed tempo2 using your conda package, but when we try just viewing the help it give the following error:
Have you encountered this before? I seem to be able to fix this by installing mkl with:
so maybe mkl needs to be added to the package requirements.