Stefan Richthofer
Stefan Richthofer
As of https://github.com/Stewori/JyNI/commit/1937112ff1763746d2d0eeeed35e9b09e45d55d0 makefile obtains JAVA_HOME from java-command if necessary and also respects if JAVA_HOME was previously given as environment variable. So this step can be skipped now in build-setup....
That's perfect. Moving to the wiki is the right choice at this stage. @CalumFreeman In section https://github.com/Stewori/JyNI/wiki/How-to-set-up-a-development-environment#build-the-projects I can readily fill in the build commands for numpy and CPython. However,...
We should add a build target for debug mode. Don't spend too much effort on documenting how to change the makefile to obtain a debug version manually. I sourced this...
Also worth noting: Now that we are moving this to the wiki I noticed that it is not obvious how to get notified about wiki changes in github. A helpful...
Building NumPy with debug symbols seems not to be so obvious. [This page](https://docs.scipy.org/doc/numpy/dev/development_environment.html) gives some hints but as far as I can see assumes that one simply installs debug extensions...
Hello Christian, I am currently preparing a major update of the repository (might take another one or two weeks). The update will fix some issues with exception support and will...
I uploaded the promised update today. Try the Tkinter demo and tell me if it works :-) .
> Nice! I checked out your Tkinter demo and it works fine. Happy to hear that :-) Could you state what Linux distribution and version you used (and whether 32...
Looking at /usr/share/pyshared/numpy/**init**.py, I obtained the following list of imports for numpy: import core from core import * import compat import lib from lib import * import linalg import fft...
With 54c8e16ee48dde59175bc4c72b2f11f28ba380e1 I am able to call `import numpy` properly on my system. I'd appreciate if you could reproduce this. It only works with numpy 1.12 (current github version). Still...