Commit b126c2ef authored by Boxiang Sun's avatar Boxiang Sun

cython nogil buildout improvement

parent f5784f81
...@@ -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.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 \ 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