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 b30bf4d commit 966b62bCopy full SHA for 966b62b
CMakeLists.txt
@@ -223,6 +223,7 @@ append_subdir_files(src "SRC")
223
append_subdir_files(src-C "SRC")
224
225
if (NOT MSVC)
226
+ set_source_files_properties(TOOLS/SL_gridreshape.c PROPERTIES COMPILE_OPTIONS "-Wno-error=implicit-function-declaration")
227
add_library(scalapack ${blacs} ${tools} ${tools-C} ${extra_lapack} ${pblas} ${pblas-F} ${ptzblas} ${ptools} ${pbblas} ${redist} ${src} ${src-C})
228
set_target_properties(scalapack PROPERTIES
229
VERSION ${SCALAPACK_VERSION}
0 commit comments