Skip to content
Snippets Groups Projects
Commit 54b46f05 authored by Hkorb's avatar Hkorb
Browse files

update CI after update of python install process

parent 37716e3a
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
......@@ -132,7 +132,7 @@ gcc_9_python:
- export CCACHE_DIR=$CI_PROJECT_DIR/cache
script:
- python3 setup.py bdist_wheel build_ext --build-temp=build
- python3 setup.py bdist_wheel build_ext --build-temp=build -DBUILD_VF_CPU=ON
###############################################################################
## Container Upload ##
......
......@@ -7,8 +7,12 @@ import setuptools
"""
Install python wrapper of virtual fluids
install via python setup.py install build_ext
set CMAKE Flags via -DBUILD_VF_GPU:BOOL=1
install via python:
python setup.py install build_ext
set CMAKE Flags via -DBUILD_VF_GPU:BOOL=1
or install via pip:
pip install -e .
set CMAKE Flags via --configure-settings -DBUILD_VF_GPU=1
"""
init_py = inspect.cleandoc(
......
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