From 09a9053377e68f2a6e9d467fed4658c4f5d30f28 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Fri, 19 Apr 2024 07:38:05 +0200 Subject: [PATCH] No Limex --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20caa8e..f03fe09 100644 --- a/setup.py +++ b/setup.py @@ -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'] )