We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b3a45 commit dfb84d0Copy full SHA for dfb84d0
CBLAS/src/CMakeLists.txt
@@ -139,7 +139,8 @@ if(BUILD_INDEX64_EXT_API)
139
add_library(${CBLASLIB}_64_fobj OBJECT ${SOURCES_64_F})
140
set_target_properties(${CBLASLIB}_64_cobj ${CBLASLIB}_64_fobj PROPERTIES
141
POSITION_INDEPENDENT_CODE ON
142
- Fortran_PREPROCESS ON)
+ Fortran_PREPROCESS ON
143
+ LINKER_LANGUAGE C)
144
target_compile_options(${CBLASLIB}_64_cobj PRIVATE -DWeirdNEC -DCBLAS_API64)
145
target_compile_options(${CBLASLIB}_64_fobj PRIVATE ${FOPT_ILP64})
146
#Add suffix to all Fortran functions via macros
0 commit comments