Skip to content

Commit

Permalink
Fixed directory path (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Apr 4, 2022
1 parent 62bb9b2 commit baec815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LIBS += \
-Wl,--start-group \
$(MKLROOT)/lib/intel64/libmkl_gf_lp64.a \
$(MKLROOT)/lib/intel64/libmkl_core.a \
/opt/intel/oneapi_customer/mkl/2022.0.1/lib/intel64/libmkl_sequential.a \
$(MKLROOT)/lib/intel64/libmkl_sequential.a \
-Wl,--end-group -ldl
else
LIBS += -lblas
Expand Down

0 comments on commit baec815

Please sign in to comment.