We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d1ab8 commit 3c5cea0Copy full SHA for 3c5cea0
1 file changed
cmake/system.cmake
@@ -804,6 +804,7 @@ if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM" AND ${CMAKE_SYSTEM_NAME} STREQUAL
804
set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DNOCHANGE")
805
endif ()
806
807
+string(REPLACE "-fvisibility=hidden" "" LAPACK_CFLAGS ${LAPACK_CFLAGS})
808
809
if (NOT DEFINED SUFFIX)
810
set(SUFFIX o)
0 commit comments