Skip to content

Commit 3c5cea0

Browse files
committed
remove '-fvisibility=hidden' in cmake LAPACK_CFLAGS
1 parent c4d1ab8 commit 3c5cea0

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
@@ -804,6 +804,7 @@ if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM" AND ${CMAKE_SYSTEM_NAME} STREQUAL
804804
set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DNOCHANGE")
805805
endif ()
806806

807+
string(REPLACE "-fvisibility=hidden" "" LAPACK_CFLAGS ${LAPACK_CFLAGS})
807808

808809
if (NOT DEFINED SUFFIX)
809810
set(SUFFIX o)

0 commit comments

Comments
 (0)