Skip to content

Commit

Permalink
update polyfem and removed unecessary cmake flags
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Apr 15, 2022
1 parent 2e9108d commit 4843f11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/recipes/polyfem.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(FetchContent)
FetchContent_Declare(
polyfem
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
GIT_TAG fcab1f5339e1f25eb2f2d214d17b7ec68a1bc0a2
GIT_TAG ffb1d130e70fc913ec4546c8683d6d22bd58a700
GIT_SHALLOW FALSE
)
FetchContent_MakeAvailable(polyfem)
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def build_extension(self, ext):
cholmod_str,
# '-DPOLYFEM_THREADING=NONE',
'-DPOLYFEM_NO_UI=ON',
'-DPOLYFEM_WITH_APPS=OFF',
'-DPOLYFEM_WITH_MISC=OFF',
'-DPOLYSOLVE_WITH_AMGCL=OFF',
'-DPOLYSOLVE_WITH_MKL=OFF',
'-DPOLYSOLVE_WITH_SPECTRA=OFF']
Expand Down

0 comments on commit 4843f11

Please sign in to comment.