Closed tskisner closed 6 years ago
Hi Ted,
I figured out how to fix this, and will open a PR soon.
Danny
Hopefully for the docker template you just added "liblapacke-dev" to the apt-get package list...
Not quite, it was a bit more complicated than that. Will show in PR...
Danny
On Wed, Oct 24, 2018 at 2:38 PM, Theodore Kisner notifications@github.com wrote:
Hopefully for the docker template you just added "liblapacke-dev" to the apt-get package list...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/desihub/desiconda/issues/24#issuecomment-432778775, or mute the thread https://github.com/notifications/unsubscribe-auth/ACpC4P_7A8tJjDGfsMYSVHA_ByptX-gtks5uoLO0gaJpZM4X4BW3 .
-- Danny Goldstein http://astro.caltech.edu/~danny
Some packages require lapacke.h headers which are not included when we are using OpenBLAS instead of MKL. If installing OpenBLAS from ubuntu packages (i.e. in the Docker files), we should also install the lapacke-dev package. If installing OpenBLAS from source, we should add the installation of the lapacke headers.
None of this matters for MKL-based installs, which is what we use at NERSC and why we did not notice this with the imaging stack on those machines.