software.cfg 982 Bytes
Newer Older
1
[buildout]
Ivan Tyagov's avatar
Ivan Tyagov committed
2
versions = versions
3 4 5 6
extends =
  ../../component/wendelin.core/buildout.cfg
  ../../component/msgpack-python/buildout.cfg
  ../../component/scipy/buildout.cfg
7
  ../../software/erp5/software.cfg
8 9 10 11 12 13
parts +=
  wendelin
  scipy
  msgpack-python
  ipython
  wendelin.core
14
  ipython-notebook
15 16 17 18 19 20 21

[eggs]
initialization =
  import scipy.stats # load our own libstdc++ explicitly at the very beginning
extra-paths +=
  ${wendelin:location}
eggs +=
22
  astor
23 24 25 26 27 28 29 30 31 32 33 34
  ${scipy:egg}
  ${msgpack-python:egg}
  ${wendelin.core:egg}
  ${ipython:egg}

[erp5_repository_list]
repository_id_list += wendelin

[local-bt5-repository]
# we need to override it
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${wendelin:location}/bt5/

35 36 37 38
# Jupyter is by default enabled in Wendelin
[erp5-defaults]
jupyter-enable-default = true

39 40
[wendelin]
<= erp5
41
repository = https://lab.nexedi.com/nexedi/wendelin.git
42
branch = master
Ivan Tyagov's avatar
Ivan Tyagov committed
43 44 45 46

[versions]
scipy = 0.15.1
msgpack-python = 0.4.6
47
wendelin.core = 0.6