Skip to content

Commit fc3af34

Browse files
author
Teseo Schneider
committed
small bugs
1 parent ddb3a2d commit fc3af34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 318761248ca0fb8e497f72fa76904ffa511bf45d
30+
GIT_TAG c278b0b8844ae138a19aeb132fae43ba76e8f661
3131
)
3232
endfunction()
3333

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def build_extension(self, ext):
4747
'-DPOLYFEM_NO_UI=ON',
4848
'-DPOLYFEM_WITH_APPS=OFF',
4949
'-DPOLYFEM_WITH_MISC=OFF',
50-
'-DPOLYFEM_WITH_MKL=ON',
50+
# '-DPOLYFEM_WITH_MKL=ON',
5151
'-DPOLYFEM_WITH_SPECTRA=OFF']
5252

5353
cfg = 'Debug' if self.debug else 'Release'
@@ -85,7 +85,7 @@ def build_extension(self, ext):
8585

8686
setup(
8787
name="polyfempy",
88-
version="0.5.3",
88+
version="0.5.2",
8989
author="Teseo Schneider",
9090
author_email="",
9191
description="Polyfem Python Bindings",

0 commit comments

Comments
 (0)