We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c9df commit efc994fCopy full SHA for efc994f
1 file changed
setup.py
@@ -48,7 +48,8 @@ def build_extension(self, ext):
48
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
49
'-DPYTHON_EXECUTABLE=' + sys.executable,
50
'-DPYTHON_INCLUDE_DIR=' + python_include_directory,
51
- '-DPOLYSOLVE_WITH_SPECTRA=OFF']
+ '-DPOLYSOLVE_WITH_SPECTRA=OFF',
52
+ '-DPOLYSOLVE_WITH_AMGCL=OFF']
53
54
cfg = 'Debug' if self.debug else 'Release'
55
build_args = ['--config', cfg]
0 commit comments