Commit ccfc46b3 authored by gsamain's avatar gsamain

build with ccdef cython

parent 2169e2ba
...@@ -12,7 +12,7 @@ recipe = slapos.recipe.build:gitclone ...@@ -12,7 +12,7 @@ recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/gsamain/cython_lwan_coro.git repository = https://lab.nexedi.com/gsamain/cython_lwan_coro.git
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch = master branch = cython_ccdef
[cython_lwan_coro] [cython_lwan_coro]
recipe = plone.recipe.command recipe = plone.recipe.command
...@@ -20,4 +20,4 @@ stop-on-error = true ...@@ -20,4 +20,4 @@ stop-on-error = true
update-command = true update-command = true
location = ${cython_lwan_coro_source:location} location = ${cython_lwan_coro_source:location}
python3-binary = ${python3.5:location}/bin/python3 python3-binary = ${python3.5:location}/bin/python3
command = (PATH=${gcc:location}:$PATH && cd ${cython_lwan_coro_source:location} && ${:python3-binary} setup.py build_ext install) command = (PATH=${gcc:location}:$PATH && cd ${cython_lwan_coro_source:location} && ${:python3-binary} setup.py build_ext install)
\ No newline at end of file
...@@ -12,7 +12,7 @@ recipe = slapos.recipe.build:gitclone ...@@ -12,7 +12,7 @@ recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/gsamain/cython.git repository = https://lab.nexedi.com/gsamain/cython.git
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch = nogil_extension_lwan branch = nogil_extension_lwan_ccdef
[cython_nogil] [cython_nogil]
recipe = plone.recipe.command recipe = plone.recipe.command
...@@ -20,4 +20,4 @@ stop-on-error = true ...@@ -20,4 +20,4 @@ stop-on-error = true
update-command = true update-command = true
location = ${cython:location} location = ${cython:location}
python3-binary = ${python3.5:location}/bin/python3 python3-binary = ${python3.5:location}/bin/python3
command = (PATH=${gcc:location}:$PATH && cd ${cython:location} && ${:python3-binary} setup.py install && cd ${cython:location}/nogil_test && ${:python3-binary} nogil_extension_test.py build_ext install) command = (PATH=${gcc:location}:$PATH && cd ${cython:location} && ${:python3-binary} setup.py install && cd ${cython:location}/nogil_test && ${:python3-binary} nogil_extension_test.py build_ext install)
\ No newline at end of file
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