Re: [Ironpython-users] numpy in IronPython

2014-06-04 Thread Pawel Jasinski
I took the old version of numpy for a spin with 2.7.5b2 I had to adjust a couple of things, but it compiles and appears to work. The build instructions: https://github.com/numpy/numpy-refactor/wiki/Recompile --pawel ___

Re: [Ironpython-users] cython-for-ironpython

2014-06-04 Thread Doug Blank
On Wed, Jun 4, 2014 at 10:46 AM, Pawel Jasinski wrote: > I have sorted it out. The cython-for-ironpython works as long as you stay > with functionality used by numpy/scipy. Picking random test may expose > thing which were simply not implemented. > There is no dependency on ironclad. > CallSite c

Re: [Ironpython-users] cython-for-ironpython

2014-06-04 Thread Pawel Jasinski
I have sorted it out. The cython-for-ironpython works as long as you stay with functionality used by numpy/scipy. Picking random test may expose thing which were simply not implemented. There is no dependency on ironclad. CallSite comes out of System.Core assembly - missing reference. --pawel _