Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Sep 14, 2023
1 parent 3196436 commit 815012b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ if ! ldconfig -p | grep -q libmkl_rt; then
#set the env variables
source /opt/intel/oneapi/setvars.sh
ls /opt/intel/oneapi/mkl/2023.2.0/lib/
echo "open intel64 folder"
ls /opt/intel/oneapi/mkl/2023.2.0/lib/intel64
export LD_LIBRARY_PATH=/opt/intel/oneapi/mkl/2023.2.0/lib/:$LD_LIBRARY_PATH
echo "exporting lib paths"
export LD_LIBRARY_PATH=/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/:$LD_LIBRARY_PATH
export LIBRARY_PATH=/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/:$LIBRARY_PATH
echo "printing env variables"
env


Expand Down

0 comments on commit 815012b

Please sign in to comment.