Skip to content

Commit efc994f

Browse files
authored
Update setup.py
1 parent aa0c9df commit efc994f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def build_extension(self, ext):
4848
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
4949
'-DPYTHON_EXECUTABLE=' + sys.executable,
5050
'-DPYTHON_INCLUDE_DIR=' + python_include_directory,
51-
'-DPOLYSOLVE_WITH_SPECTRA=OFF']
51+
'-DPOLYSOLVE_WITH_SPECTRA=OFF',
52+
'-DPOLYSOLVE_WITH_AMGCL=OFF']
5253

5354
cfg = 'Debug' if self.debug else 'Release'
5455
build_args = ['--config', cfg]

0 commit comments

Comments
 (0)