Skip to content

Commit

Permalink
Enable ConvectionDiffusion & Pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 15, 2024
1 parent c4cd3f2 commit a26f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
python_requires=">=3.10",
# cmake_source_dir="ugcore",
# cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=ON', '-DCPU=1', '-DDIM=2']
cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=OFF', '-DCPU=1', '-DDIM=2', '-DSTATIC_BUILD:BOOL=ON']
cmake_args=['-DPARALLEL:BOOL=OFF','-DUSE_PYBIND11:BOOL=ON', '-DSTATIC_BUILD:BOOL=ON','-DCPU=1', '-DDIM=2','-DConvectionDiffusion:BOOL=ON' ]
)

0 comments on commit a26f6f4

Please sign in to comment.