User Details
- User Since
- Oct 19 2017, 3:32 AM (372 w, 3 d)
Feb 28 2020
While there has been a comment on the length of DJANGO_PKGNAMEPREFIX no one seems to have suggested shortening it.
Jun 18 2018
I have applied this patch to stable/11 r334820 and have been running without issue for 10 days.
Jan 1 2018
While the blender code only tests a minimum python version, newer versions aren't officially supported. v2.79 was released 12/9 using python 3.5.3. Since that release the minimum has been increased to 3.6.2 for the next release, so there has only been a couple of months testing with py3.6. See the install_deps.sh used for 2.79 and the commit made a week later updateing this to 3.6.2 for the next release.
Dec 29 2017
I would suggest patching the project (or requsesting the project devs make the change) so that it builds all available options and chooses which code path to use at runtime, this way the best option is always available with only one build.
Dec 12 2017
Nov 28 2017
Oct 19 2017
Some further musings ....
devel/pyrex is similar to cython, it should be renamed, it has a misspelled PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX} setting that prevents concurrent installs.
I haven't tested this and so far have only read this brief overview of how this will work, but I would go with bdrewery and have flavours as py27, py34, py35, py36...