Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: pintman on April 21, 2018, 06:09:50 AM
-
Hi,
I proposed a package submission for numpy for picore. I sent the the first submission on april 9th and some follow ups afterwards. Sadly I didn't get any response. :( Did I use the wrong email address (picoresubmit@gmail.com and tcesubmit@gmail.com) or was my mail sort out by your spam tools?
-
Found in the spam folder. Will check it in the next days.
-
I thought so. :)
-
I added the "project" to github. Now the files can be downloaded from there as well.
https://github.com/pintman/picore-numpy/releases/tag/v0.1
If anything is missing or I did wrong, pleas feel free to say it to me. I haven't done any submissions to picore before.
-
posted - thanks for your contribution
Please note:
* I removed the *.pyc files, which are not needed
* the library files were not stripped..
..for example: $ sudo strip --strip-unneeded /usr/local/lib/python3.6/numpy/core/_dummy.cpython-36m-arm-linux-gnueabihf.so
$ sudo strip --strip-debug /usr/local/lib/python3.6/numpy/core/lib/libnpymath.a
-
Thanks for that. :)