Skip to content

Commit 36650d4

Browse files
committed
updated polyfem
1 parent 44abc93 commit 36650d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmake/PolyfemPythonDownloadExternal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endfunction()
2727
function(polyfem_python_download_polyfem)
2828
polyfem_python_download_project(polyfem
2929
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30-
GIT_TAG fea71008f53cb8d28883fb27d59839930294e86f
30+
GIT_TAG e4c857dbae4d032ffb980255326c3d0177b2223a
3131
)
3232
endfunction()
3333

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def run(self):
3636
def build_extension(self, ext):
3737
extdir = os.path.join(os.path.abspath(os.path.dirname(self.get_ext_fullpath(ext.name))),"polyfempy")
3838

39-
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir, '-DPYTHON_EXECUTABLE=' + sys.executable,
39+
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
40+
'-DPYTHON_EXECUTABLE=' + sys.executable,
4041
'-DENABLE_PARDISO=OFF',
4142
'-DLIBIGL_WITH_OPENGL=OFF',
4243
'-DLIBIGL_WITH_OPENGL_GLFW=OFF',

0 commit comments

Comments
 (0)