Skip to content

Commit 566f0d2

Browse files
authored
Merge pull request #3 from arvigj/main
2 parents e63f747 + c5c25f9 commit 566f0d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ 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',
53+
'-DCMAKE_POLICY_VERSION_MINIMUM=3.5']
5254

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

0 commit comments

Comments
 (0)