From 63ee02b0904a8e9beef422b7405fbc635fa16f66 Mon Sep 17 00:00:00 2001 From: Pierre Kraemer Date: Thu, 7 Mar 2013 15:51:00 +0100 Subject: [PATCH] remove SuperLU usage in SCHNApps --- SCHNApps/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SCHNApps/CMakeLists.txt b/SCHNApps/CMakeLists.txt index 8e0169494..38d73d600 100644 --- a/SCHNApps/CMakeLists.txt +++ b/SCHNApps/CMakeLists.txt @@ -18,7 +18,7 @@ find_package(Qt4 REQUIRED) find_package(QGLViewer REQUIRED) find_package(PythonLibs 2.7 REQUIRED) find_package(SuiteSparse REQUIRED) -find_package(SuperLU REQUIRED) +#find_package(SuperLU REQUIRED) SET( QT_USE_QTOPENGL TRUE ) @@ -70,7 +70,7 @@ SET (EXT_INCLUDES ${QGLVIEWER_INCLUDE_DIR} ${PYTHON_INCLUDE_DIRS} ${SUITESPARSE_INCLUDE_DIRS} - ${SUPERLU_INCLUDE_DIRS} +# ${SUPERLU_INCLUDE_DIRS} ) # define libs for external libs @@ -88,7 +88,7 @@ SET (EXT_LIBS ${QGLVIEWER_LIBRARIES} ${PYTHON_LIBRARIES} ${SUITESPARSE_LIBRARIES} - ${SUPERLU_LIBRARIES} +# ${SUPERLU_LIBRARIES} ) -- GitLab