mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +02:00
Debugging in make.bat
This commit is contained in:
parent
b2ba4fdfe3
commit
b28c4e415e
2 changed files with 6 additions and 1 deletions
|
|
@ -13,6 +13,11 @@ if NOT "%PAPER%" == "" (
|
||||||
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
|
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
echo "Sphinx details"
|
||||||
|
echo "%SPHINXBUILD%"
|
||||||
|
echo "%ALLSPHINXOPTS%"
|
||||||
|
|
||||||
if "%1" == "" goto help
|
if "%1" == "" goto help
|
||||||
|
|
||||||
if "%1" == "help" (
|
if "%1" == "help" (
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ setup(name = 'GPy',
|
||||||
long_description=read('README.md'),
|
long_description=read('README.md'),
|
||||||
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9', 'matplotlib>=1.1'],
|
||||||
setup_requires=['sphinx>=1.1.3'],
|
setup_requires=['sphinx>=1.1.3'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 1 - Alpha",
|
"Development Status :: 1 - Alpha",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue