Skip to content

Instantly share code, notes, and snippets.

@awesomebytes
Created January 12, 2019 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awesomebytes/97aad67cbc86deb93a76ace964241848 to your computer and use it in GitHub Desktop.
Save awesomebytes/97aad67cbc86deb93a76ace964241848 to your computer and use it in GitHub Desktop.
From f522c66e6b0649311193c27933fb5f5719a7107b Mon Sep 17 00:00:00 2001
From: Sammy Pfeiffer <Sammy.Pfeiffer@student.uts.edu.au>
Date: Sun, 13 Jan 2019 00:20:29 +1100
Subject: [PATCH] Debug cholmod
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b848286..2da0dcc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -128,6 +128,8 @@ IF(CHOLMOD_FOUND AND BLAS_FOUND AND LAPACK_FOUND)
MESSAGE(STATUS "Found CHOLMOD and its dependencies")
SET(CHOLMOD_FOUND TRUE)
ELSE()
+ MESSAGE(STATUS "Didnt find CHOLMOD and its dependencies")
+ MESSAGE(STATUS "BLAS_FOUND is ${BLAS_FOUND} and LAPACK_FOUND is ${LAPACK_FOUND}")
SET(CHOLMOD_FOUND FALSE)
ENDIF()
--
2.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment