You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
549 B
15 lines
549 B
5 years ago
|
set(pslite_USE_STATIC_LIBS ON)
|
||
|
if (${ENABLE_IBVERBS} STREQUAL "ON")
|
||
|
set(pslite_CXXFLAGS "USE_IBVERBS=1")
|
||
|
endif()
|
||
|
mindspore_add_pkg(pslite
|
||
|
LIBS ps
|
||
|
URL https://github.com/dmlc/ps-lite/archive/34fd45cae457d59850fdcb2066467778d0673f21.zip
|
||
|
MD5 393c0e27b68bfaf96718caa3aa96f5a3
|
||
|
PATCHES ${CMAKE_SOURCE_DIR}/third_party/patch/pslite/ps_lite.patch001
|
||
|
ONLY_MAKE True
|
||
|
ONLY_MAKE_INCS include/*
|
||
|
ONLY_MAKE_LIBS build/*)
|
||
|
include_directories(${pslite_INC})
|
||
|
add_library(mindspore::pslite ALIAS pslite::ps)
|