mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-23 15:48:09 +02:00
some eidts to choleskies.pyx
This commit is contained in:
parent
5edf464efa
commit
59cf0b3c9a
9 changed files with 6944 additions and 131 deletions
3
setup.py
3
setup.py
|
|
@ -11,7 +11,8 @@ version = '0.6.1'
|
|||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
compile_flags = ["-march=native", '-fopenmp', '-O3', ]
|
||||
#compile_flags = ["-march=native", '-fopenmp', '-O3', ]
|
||||
compile_flags = [ '-fopenmp', '-O3', ]
|
||||
|
||||
ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
|
||||
sources=['GPy/kern/_src/stationary_cython.c','GPy/kern/_src/stationary_utils.c'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue