Commit d6fddd5b authored by Jérome Perrin's avatar Jérome Perrin Committed by Jérome Perrin

ipython: add pytables (in a dirty / incorrect way)

parent a7856b3d
......@@ -13,7 +13,6 @@ parts =
deploy-status-cgi
deploy-status-history-cgi
setup-static-files
certificate-authority
zero-parameters
public-symlink
cgi-httpd-wrapper
......@@ -30,6 +29,10 @@ eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true
# XXX monitor port conflicts with webrunner ??
#[monitor-parameters]
#port = 19685
[slapconfiguration]
recipe = slapos.cookbook:slapconfiguration
computer = $${slap_connection:computer_id}
......@@ -114,6 +117,7 @@ log = $${:var}/log
notebook_dir = $${:var}/notebooks
[publish-connection-parameter]
recipe = slapos.cookbook:publishurl
recipe = slapos.cookbook:publish
url = https://[$${instance-parameter:host}]:$${instance-parameter:port}
monitor_url = $${monitor-parameters:url}
......@@ -12,6 +12,7 @@ extends =
newest = false
parts =
monitor-eggs
pytables
slapos-cookbook-develop
slapos-cookbook
ipython_notebook
......@@ -24,9 +25,41 @@ eggs +=
${pandas:egg}
${scikit-learn:egg}
${manpy:eggs}
${pytables:egg}
BeautifulSoup
apachelog
httpagentparser
initialization += ${manpy:initialization}
# XXX not needed
[numexpr-env]
<= numpy-env
[numexpr]
recipe = zc.recipe.egg:custom
egg = numexpr
environment = numpy-env
setup-eggs = ${numpy:egg}
[pytables-env]
<= numpy-env
HDF5_DIR=${hdf5:location}
[pytables]
recipe = zc.recipe.egg:custom
egg = tables
environment = pytables-env
setup-eggs =
${numpy:egg}
${numexpr:egg}
[hdf5]
recipe = slapos.recipe.cmmi
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-patch1.tar.bz2
[slapos.cookbook-repository]
branch = dream
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment