mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Fixed directory path (#2052)
This commit is contained in:
parent
62bb9b2b15
commit
baec8154ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue