We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18e9e3 commit c6a2f20Copy full SHA for c6a2f20
setup.py
@@ -57,7 +57,7 @@ def build_extension(self, ext):
57
# '-DPOLYFEM_THREADING=NONE',
58
'-DPOLYFEM_NO_UI=ON',
59
'-DPOLYSOLVE_WITH_AMGCL=OFF',
60
- '-DPOLYSOLVE_WITH_MKL=ON',
+ '-DPOLYSOLVE_WITH_MKL=OFF',
61
'-DPOLYSOLVE_WITH_SPECTRA=OFF']
62
63
cfg = 'Debug' if self.debug else 'Release'
0 commit comments