mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
bug fix for compilation on Mac
This commit is contained in:
parent
bc01eaa84a
commit
6537771649
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ def ismac():
|
||||||
|
|
||||||
if ismac():
|
if ismac():
|
||||||
compile_flags = [ '-O3', ]
|
compile_flags = [ '-O3', ]
|
||||||
link_args = ['']
|
link_args = []
|
||||||
else:
|
else:
|
||||||
compile_flags = [ '-fopenmp', '-O3', ]
|
compile_flags = [ '-fopenmp', '-O3', ]
|
||||||
link_args = ['-lgomp']
|
link_args = ['-lgomp']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue