lebeg commented on a change in pull request #13643: Remove mklml pre-install in
ci
URL: https://github.com/apache/incubator-mxnet/pull/13643#discussion_r243345300
##########
File path: cmake/DownloadMKLML.cmake
##########
@@ -68,6 +73,9 @@ elseif(UNIX)
set(MKLROOT "${CMAKE_CURRENT_BINARY_DIR}/mklml/${MKL_NAME}")
message(STATUS "Setting MKLROOT path to ${MKLROOT}")
include_directories(${MKLROOT}/include)
+ file(COPY ${MKLROOT}/lib/libiomp5.so DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+ file(COPY ${MKLROOT}/lib/libmklml_gnu.so DESTINATION
${CMAKE_CURRENT_BINARY_DIR})
Review comment:
You need either of this libraries, but not both.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services