I briefly checked what obspy is and as expected, main dependency is numpy
Your first step would be to build numpy yourself:
https://github.com/numpy/numpy-refactor/wiki/Recompile
The last beta contains a quite a few cpython/python compatibility fixes.
Please, use it: https://ironpython.codeplex.co
On Fri, Jun 6, 2014 at 6:47 PM, Pawel Jasinski
wrote:
> we have a moded version of pylauncher
> https://gist.github.com/paweljasinski/5e0b0b59648c6f85c489 as described
> in https://ironpython.codeplex.com/workitem/35064
> Vernon agreed to give it a spin.
>
Very nice! Did the C code have to chang
On Sat, Jun 7, 2014 at 12:42 AM, Lutz Kretzschmar
wrote:
> Hi there,
>
>
>
> I was wondering whether it is possible to use IronPython without
> installing it. I would like to xcopy-deploy it and was hoping there is some
> mechanism the CreateEngine() can use to point it at the deployed IronPytho
On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote:
> 2) A pure-Python version would be a lot of work (perhaps building on
> PyPy's RPython version and converting their C) and be slow, but would be
> little maintenance as most of the details for the current version of numpy
> would be static. Requi
On Tue, Jun 3, 2014 at 1:53 PM, Olof Bjarnason
wrote:
> Why isn't CPython+NumPy+SciPy (or what you need on top of NumPy)
> enough? It's been tested and maintained for a long time, and works
> quite well?
>
For standalone stuff, yes. But if I'm building an application in .NET that
I want users to
Hi, Jeff,
Von: Jeff Hardy
> On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote:
>> 2) A pure-Python version would be a lot of work (perhaps building on PyPy's
>> RPython version and converting their C) and be slow, but would be little
>> maintenance as most of the details for the current version
On Tue, Jun 10, 2014 at 4:03 PM, Markus Schaber
wrote:
> Hi, Jeff,
>
> Von: Jeff Hardy
> > On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote:
> >> 2) A pure-Python version would be a lot of work (perhaps building on
> PyPy's RPython version and converting their C) and be slow, but would be
> litt