File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ if '${TENSORRT_FOUND}' == 'ON' and os.name == 'nt':
182182
183183if '${WITH_MKL}' == 'ON':
184184 shutil.copy('${MKLML_SHARED_LIB}', libs_path)
185- package_data['paddle.libs']+=[('libmklml_gnu' if os.name != 'nt' else 'mklml') + ext_name, ('libiomp5' if os.name != 'nt' else 'libiomp5md') + ext_name ]
185+ package_data['paddle.libs']+=[('libmklml_gnu' if os.name != 'nt' else 'mklml') + ext_name]
186186 # mklml has dependency to vs runtime library
187187 if os.name == 'nt':
188188 shutil.copy('${MKLML_SHARED_LIB_DEPS}', libs_path)
@@ -249,7 +249,7 @@ package_dir['paddle.libs']=libs_path
249249
250250
251251# change rpath of ${FLUID_CORE_NAME}.ext, add $ORIGIN/../libs/ to it.
252- # The reason is that libwarpctc.ext, libiomp5.ext etc are in paddle.libs, and
252+ # The reason is that libwarpctc.ext, etc are in paddle.libs, and
253253# ${FLUID_CORE_NAME}.ext is in paddle.fluid, thus paddle/fluid/../libs will pointer to above libraries.
254254# This operation will fix https://github.com/PaddlePaddle/Paddle/issues/3213
255255if '${CMAKE_BUILD_TYPE}' == 'Release':
You can’t perform that action at this time.
0 commit comments