File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ RUN export LD_LIBRARY_PATH=${GKLIB_ROOT}/lib:${METIS32_ROOT}/lib:${PARMETIS32_RO
7676 cd /tmp && git clone https://github.com/deepmodeling/abacus-develop.git --depth 1 && \
7777 cd abacus-develop && \
7878 cmake -B build \
79- -DMKL_SYCL=OFF \
80- -DMKL_SYCL_INTERFACE_FULL=OFF \
81- -DMKL_SYCL_DISTRIBUTED_DFT=OFF \
8279 -DENABLE_MLALGO=ON \
8380 -DENABLE_LIBXC=ON \
8481 -DENABLE_LIBRI=ON \
Original file line number Diff line number Diff line change 44# MKL_INCLUDE - where to find mkl.h, etc.
55# MKL_FOUND - True if mkl found.
66
7- find_package (MKL NO_MODULE) # try using official module first
7+ # find_package(MKL NO_MODULE) # try using official module first
88if (NOT TARGET MKL::MKL)
99
1010find_path (MKL_INCLUDE mkl_service.h HINTS ${MKLROOT} /include )
You can’t perform that action at this time.
0 commit comments