Skip to content

Commit

Permalink
CG: remove dependency from LAPACKe library
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-iob authored and marcocisternino committed Nov 12, 2021
1 parent 58436fb commit 91824b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ set(IO_EXTERNAL_DEPS "LibXml2;RapidJSON")
set(COMMUNICATIONS_EXTERNAL_DEPS "MPI")
set(LA_EXTERNAL_DEPS "PETSc")
set(SA_EXTERNAL_DEPS "")
set(CG_EXTERNAL_DEPS "LAPACKE")
set(CG_EXTERNAL_DEPS "")
set(PABLO_EXTERNAL_DEPS "")
set(PATCHKERNEL_EXTERNAL_DEPS "")
set(SURFUNSTRUCTURED_EXTERNAL_DEPS "")
Expand Down
2 changes: 0 additions & 2 deletions src/CG/CG_elem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

# include <assert.h>

# include "bitpit_private_lapacke.hpp"

# include "bitpit_operators.hpp"

# include "CG.hpp"
Expand Down

0 comments on commit 91824b3

Please sign in to comment.