Commit f4dbf136 authored by Justin's avatar Justin

software/slapos-testing/software.cfg: Fixup versions

parent eb876d72
...@@ -24,6 +24,9 @@ extends = ...@@ -24,6 +24,9 @@ extends =
../../component/openvpn/buildout.cfg ../../component/openvpn/buildout.cfg
../../component/babeld/buildout.cfg ../../component/babeld/buildout.cfg
../../component/bridge-utils/buildout.cfg ../../component/bridge-utils/buildout.cfg
../../component/pandas/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/scipy/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
../../stack/caucase/buildout.cfg ../../stack/caucase/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
...@@ -35,6 +38,10 @@ parts = ...@@ -35,6 +38,10 @@ parts =
phantomjs phantomjs
template template
[gcc]
# Always build GCC for Fortran (see openblas).
max_version = 0
[bootstrap-slapos.recipe.cmmi] [bootstrap-slapos.recipe.cmmi]
# install our develop version of slapos.recipe.cmmi before anything else, # install our develop version of slapos.recipe.cmmi before anything else,
# otherwise it will be installed from pypi by dependencies. # otherwise it will be installed from pypi by dependencies.
...@@ -153,6 +160,9 @@ eggs += ...@@ -153,6 +160,9 @@ eggs +=
${slapcache-setup:egg} ${slapcache-setup:egg}
${slapos.rebootstrap-setup:egg} ${slapos.rebootstrap-setup:egg}
${rubygemsrecipe-setup:egg} ${rubygemsrecipe-setup:egg}
${pandas:egg}
${statsmodels:egg}
${scipy:egg}
zope.testing zope.testing
supervisor supervisor
${extra-eggs:eggs} ${extra-eggs:eggs}
......
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