Skip to content

Commit

Permalink
MKL: try to use non-MKL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 7, 2023
1 parent 7889dac commit 10bf9f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions containers/mkl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ RUN if [ "$(uname -p)" = "x86_64" ]; then \
>> /opt/R/devel-mkl/lib/R/library/base/R/Rprofile; \
fi

# We need to do this to be able to use packages that link to the "other"
# blas and lapack

RUN ln -s libRblas.so /opt/R/devel-mkl/lib/R/lib/libRlapack.so
RUN ln -s libRblas.so /opt/R/devel-mkl/lib/R/lib/libsatlas.so.3
RUN ln -s libsatlas.so.3 /opt/R/devel-mkl/lib/R/lib/libsatlas.so

# ------------------------------------------------------------------------------------
# Install pak

Expand Down

0 comments on commit 10bf9f7

Please sign in to comment.