mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-17 15:35:20 +02:00
adding choleskies cythonized
This commit is contained in:
parent
c00f76d250
commit
25cebf790c
5 changed files with 6364 additions and 21 deletions
6
setup.py
6
setup.py
|
|
@ -18,8 +18,12 @@ ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
|
|||
include_dirs=[np.get_include()],
|
||||
extra_compile_args=compile_flags,
|
||||
extra_link_args = ['-lgomp']),
|
||||
Extension(name='GPy.util.choleskies_cython',
|
||||
sources=['GPy/util/choleskies_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
extra_compile_args=compile_flags),
|
||||
Extension(name='GPy.kern._src.coregionalize_cython',
|
||||
sources=['GPy/kern/_src/coregionalize_cython.c','GPy/kern/_src/coregionalize_cython.c'],
|
||||
sources=['GPy/kern/_src/coregionalize_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
extra_compile_args=compile_flags)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue