Skip to content

Commit 8656896

Browse files
authored
[Iluvatar_GPU]Fix whl (#1993)
1 parent e6f7005 commit 8656896

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/iluvatar_gpu/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ set(TARGET_NAME ${PROJ_NAME})
2020
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
2121
message(STATUS "CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
2222

23+
set(CMAKE_SKIP_RPATH TRUE)
24+
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
25+
set(CMAKE_INSTALL_RPATH "")
26+
2327
set(WITH_MKLML ON)
2428

2529
include(paddle)

0 commit comments

Comments
 (0)