Skip to content
Snippets Groups Projects
Commit e504593c authored by Soeren Peters's avatar Soeren Peters
Browse files

Use cmake preset in python build.

parent 8a476613
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -9,13 +9,8 @@ from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion
vf_cmake_args = [
"-DBUILD_VF_PYTHON_BINDINGS=ON",
"-DBUILD_VF_CPU:BOOL=ON",
"-DUSE_METIS=ON",
"-DUSE_MPI=ON",
"-DBUILD_SHARED_LIBS=OFF",
"-DBUILD_VF_UNIT_TESTS:BOOL=ON"
"-DBUILD_VF_DOUBLE_ACCURACY=ON"
"--preset=cpu_make"
"-DBUILD_VF_PYTHON_BINDINGS=ON"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment