Skip to content

Commit c6a2f20

Browse files
committed
no mkl
1 parent d18e9e3 commit c6a2f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def build_extension(self, ext):
5757
# '-DPOLYFEM_THREADING=NONE',
5858
'-DPOLYFEM_NO_UI=ON',
5959
'-DPOLYSOLVE_WITH_AMGCL=OFF',
60-
'-DPOLYSOLVE_WITH_MKL=ON',
60+
'-DPOLYSOLVE_WITH_MKL=OFF',
6161
'-DPOLYSOLVE_WITH_SPECTRA=OFF']
6262

6363
cfg = 'Debug' if self.debug else 'Release'

0 commit comments

Comments
 (0)