JCC linux patch

2012-09-30 Thread Caleb Burns
Hi, The current method to build JCC on Linux requires patching the setuptools package. Would you be interested in a patch to JCC that monkey-patches the setuptools Library and Extension classes to avoid the manual patch. It works with setuptools-0.6c7-11 and distribute-0.6.1+ without the need of m

Re: JCC linux patch

2012-09-30 Thread Andi Vajda
On Sep 30, 2012, at 21:35, Caleb Burns wrote: > Hi, > > The current method to build JCC on Linux requires patching the setuptools > package. Would you be interested in a patch to JCC that monkey-patches the > setuptools Library and Extension classes to avoid the manual patch. It works > with