Skip to content

Commit

Permalink
Switch to static MKL libraries for Mac Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
hrue committed Dec 4, 2023
1 parent a85bd45 commit 0092cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/R/my.otool
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ replace () {
else
echo $HOME/builds/build64/local/lib/libpardiso720-MACOS-X86-64-RINLA.dylib
MKL=/opt/intel/oneapi/mkl/latest/lib
if true; then
if false; then
echo $(myreadlink $MKL/libmkl_intel_lp64.2.dylib)
echo $(myreadlink $MKL/libmkl_sequential.2.dylib)
echo $(myreadlink $MKL/libmkl_core.2.dylib)
for f in $(echo $MKL/libmkl_avx*.2.dylib) $(echo $MKL/libmkl_vml_avx*.2.dylib); do
for f in $(echo $MKL/libmkl_avx*.2.dylib) $(echo $MKL/libmkl_vml_avx*.2.dylib) $(echo $MKL/libmkl_mc*.dylib); do
echo $(myreadlink $f)
done
fi
Expand Down

0 comments on commit 0092cc7

Please sign in to comment.