File tree Expand file tree Collapse file tree 3 files changed +3
-42
lines changed
Expand file tree Collapse file tree 3 files changed +3
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -194,3 +194,4 @@ Temporary Items
194194
195195# Linux trash folder which might appear on any partition or disk
196196.Trash- *
197+ dic.tar.gz
Original file line number Diff line number Diff line change @@ -93,11 +93,9 @@ def build_extensions(self):
9393 extra_compile_args = ["-fopenmp" ]
9494 extra_link_args = ["-fopenmp" ]
9595elif system == "Darwin" :
96- os .system ("brew install llvm libomp" )
97- os .system ("brew install clang-omp" )
98- # os.environ["CPP"] = "/usr/local/opt/llvm/bin/clang"
96+ os .system ("brew install libomp" )
9997 extra_compile_args = ["-Xpreprocessor" , "-fopenmp" ]
100- extra_link_args = ["-Xpreprocessor " , "-fopenmp " ]
98+ extra_link_args = ["-L/usr/local/lib " , "-lomp " ]
10199else :
102100 extra_compile_args = ["-fopenmp" ]
103101 extra_link_args = ["-fopenmp" ]
You can’t perform that action at this time.
0 commit comments