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.
2 parents e63f747 + c5c25f9 commit 566f0d2Copy full SHA for 566f0d2
setup.py
@@ -48,7 +48,9 @@ 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
+ '-DCMAKE_POLICY_VERSION_MINIMUM=3.5']
54
55
cfg = 'Debug' if self.debug else 'Release'
56
build_args = ['--config', cfg]
0 commit comments