Skip to content
Snippets Groups Projects
Commit fc9009c4 authored by Maikel Nadolski's avatar Maikel Nadolski Committed by Christoph Grüninger
Browse files

[CMake] Improve test for SuperLU 5

(cherry picked from commit 1dd8ae1d)
parent b480a3fb
No related branches found
No related tags found
No related merge requests found
......@@ -90,14 +90,13 @@ int main(void)
SUPERLU_MIN_VERSION_4_3)
CHECK_C_SOURCE_COMPILES("
#include <slu_ddefs.h>
typedef int int_t;
#include <supermatrix.h>
#include <slu_util.h>
int main(void)
{
dgssvx(NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,
NULL, 1, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL);
GlobalLU_t glu;
return 0;
}"
SUPERLU_MIN_VERSION_5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment