After Installing dealii,
while running step-1 of the examples using - make run command, I get the following error,
[ 66%] Built target step-1
[100%] Run step-1 with Debug configuration
./step-1: symbol lookup error: /home/student/anaconda3/lib/libmkl_intel_lp64.so: undefined symbol: mkl_lapack_dgetrfnpi
CMakeFiles/run.dir/build.make:57: recipe for target 'CMakeFiles/run' failed
make[3]: *** [CMakeFiles/run] Error 127
CMakeFiles/Makefile2:264: recipe for target 'CMakeFiles/run.dir/all' failed
make[2]: *** [CMakeFiles/run.dir/all] Error 2
CMakeFiles/Makefile2:271: recipe for target 'CMakeFiles/run.dir/rule' failed
make[1]: *** [CMakeFiles/run.dir/rule] Error 2
Makefile:196: recipe for target 'run' failed
make: *** [run] Error 2