Commit 2c464b09 authored by Xavier Thompson's avatar Xavier Thompson Committed by Jérome Perrin

[tmp] Revert back to installing pygolang from PyPI

With setuptools==67.8.0, pygolang does not install properly from
git clone for some reason. The issue seems to be that some DSOs
are not copied from build directory to target directory, such as
liblibgolang.so. They then fail to resolve at runtime.

With setuptools==44.1.1 it works.
parent eb730206
......@@ -13,14 +13,17 @@ parts =
# pygolang is installed from git checkout
[pygolang]
recipe = zc.recipe.egg:develop
setup = ${pygolang-repository:location}
recipe = zc.recipe.egg:custom
# setup = ${pygolang-repository:location}
egg = pygolang
setup-eggs =
${cython:egg}
setuptools-dso
gevent
[versions]
pygolang = 0.1
# gpython program
[gpython]
recipe = zc.recipe.egg:scripts
......
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