Skip to content

Commit 60deaaa

Browse files
committed
remove '-fvisibility=hidden' in cmake LAPACK_CFLAGS
1 parent 24653a3 commit 60deaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/system.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM" AND ${CMAKE_SYSTEM_NAME} STREQUAL
794794
set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DNOCHANGE")
795795
endif ()
796796

797+
string(REPLACE "-fvisibility=hidden" "" LAPACK_CFLAGS ${LAPACK_CFLAGS})
797798

798799
if (NOT DEFINED SUFFIX)
799800
set(SUFFIX o)

0 commit comments

Comments
 (0)