Skip to content
Snippets Groups Projects

Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)

Merged Sören Peters requested to merge soe.peters/VirtualFluids:feature/united_code into develop
1 file
+ 2
7
Compare changes
  • Side-by-side
  • Inline
+ 2
7
@@ -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"
]
Loading