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

Fix python build.

parent 22acab26
No related branches found
No related tags found
1 merge request!34Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
...@@ -9,7 +9,7 @@ from setuptools.command.build_ext import build_ext ...@@ -9,7 +9,7 @@ from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion from distutils.version import LooseVersion
vf_cmake_args = [ vf_cmake_args = [
"--preset=cpu_make ", "--preset=cpu_make",
"-DBUILD_VF_PYTHON_BINDINGS=ON" "-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