Skip to content
Snippets Groups Projects
Commit 471f1bf3 authored by Matti Pellika's avatar Matti Pellika
Browse files

Link libgmp statically?
parent 8df370e0
Branches
Tags
No related merge requests found
...@@ -423,7 +423,7 @@ if(ENABLE_GMM) ...@@ -423,7 +423,7 @@ if(ENABLE_GMM)
endif(ENABLE_GMM) endif(ENABLE_GMM)
if(ENABLE_KBIPACK) if(ENABLE_KBIPACK)
find_library(GMP_LIB gmp) find_library(GMP_LIB libgmp.a)
if(GMP_LIB) if(GMP_LIB)
add_subdirectory(contrib/kbipack) add_subdirectory(contrib/kbipack)
set(HAVE_KBIPACK TRUE) set(HAVE_KBIPACK TRUE)
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include "Homology.h" #include "Homology.h"
#include "ChainComplex.h" #include "ChainComplex.h"
#include "OS.h" #include "OS.h"
#include "PView.h"
#include "PViewDataGModel.h"
#if defined(HAVE_KBIPACK) #if defined(HAVE_KBIPACK)
Homology::Homology(GModel* model, std::vector<int> physicalDomain, std::vector<int> physicalSubdomain){ Homology::Homology(GModel* model, std::vector<int> physicalDomain, std::vector<int> physicalSubdomain){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment