Emma Cold
Emma Cold
I'm not able to reproduce this. That's very strange because the command just uses GitHub as server. Are you connected to internet?
I just did it on this project: https://github.com/ColdGrub1384/Pyto. Compiling the Pandas master branch as iOS dynamic libraries and loading them with `dlopen` worked. To be acceptable on the App Store,...
In LibTerm, "~/Library/bin" is a symlink to a shared directory so programs placed there can be executed from Siri Shortcuts.
@finessin87 So you should not move the directory directly but all files in there. `$ mv bin/* ../Library/bin/`
@N-Holzschuch The build seems from the AppStore because of the build date
Thank you! I used your fork since it's not merged
I will use your fork. (I'll put credits)
The problem is not C code (only @omz could implement it) but it's Fortran code that is a lot harder to make work on iOS.
@SamyBencherif Yes. I implemented NumPy, Pandas and Matplotlib successfully in my app, but I didn’t manage to compile SciPy because of Fortran code. It’s technically possible, but very tricky. The...
Would it be possible to support iOS? If it’s possible (it seems some modifications are needed, not sure) I think I would need to compile it and include it in...