We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24653a3 commit 60deaaaCopy full SHA for 60deaaa
1 file changed
cmake/system.cmake
@@ -794,6 +794,7 @@ if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM" AND ${CMAKE_SYSTEM_NAME} STREQUAL
794
set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DNOCHANGE")
795
endif ()
796
797
+string(REPLACE "-fvisibility=hidden" "" LAPACK_CFLAGS ${LAPACK_CFLAGS})
798
799
if (NOT DEFINED SUFFIX)
800
set(SUFFIX o)
0 commit comments