Skip to content

Commit a49bc56

Browse files
authored
second try disable omp setup.py
1 parent c1abd88 commit a49bc56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
name="_CSF",
3535
sources=sources,
3636
include_dirs=include_dirs,
37-
extra_compile_args=openmp_args,
38-
extra_link_args=openmp_linking_args,
39-
define_macros=openmp_macro
37+
# extra_compile_args=openmp_args,
38+
# extra_link_args=openmp_linking_args,
39+
# define_macros=openmp_macro
4040
)
4141

4242
setup(

0 commit comments

Comments
 (0)