Skip to content

Commit

Permalink
No Limex
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Apr 19, 2024
1 parent 8ae189a commit 09a9053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
packages=['ugcore'],
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=ON', '-DCPU=1', '-DDIM=2']
cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=OFF', '-DCPU=1', '-DDIM=2']
)

0 comments on commit 09a9053

Please sign in to comment.