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 e37567a commit e53fea4Copy full SHA for e53fea4
CMakeLists.txt
@@ -182,6 +182,7 @@ add_library(klulib STATIC
182
${klu_SOURCES}
183
)
184
target_compile_definitions(klulib PRIVATE DLONG="1")
185
+target_compile_definitions(klulib PRIVATE SUNDIALS_INT64_T="1")
186
target_include_directories(klulib PRIVATE ${KLU_INCLUDE_DIRS})
187
188
### SUNDIALS #######################################################################################
0 commit comments