Marek Belisko

Results 53 comments of Marek Belisko

Original native recipe doesn't build on dunfell. I fails with some strange error which was caused by some cross-compilation flags. I basically extracted it and drop one flag + setup...

Yes I know. I was in hurry to compile scikit-learn so this was the first shot which works. Thanks for comments I'll give a try what was suggested and post...

@gpanders strange it seems that yesterday I have scipy-native somehow cached because today wiped out caches and it's failing. So I suggest to revert #15 or can someone test it...

Hi. I'm also trying to use dunfell branch to build scikit and for taht scipy-native should be build. But I'm getting following problem: ``` building 'dfftpack' library | compiling Fortran...

> Thanks to this repo i was able to get scipy and scikit-learn working on NXP LS1043A (aarch64 cross compile), i'll put some info here soon. Do you have somewhere...

OK after combining this layer + https://github.com/tuxable-ltd/meta-scikit-learn I have scikit learn on dunfell compiled. I need to check if it will on target (my target is 64 bit) and then...

I have seen it in some other layers and I think it can be interest in using that instead of patching dts. Feel free to post PR. Thanks!

I've tried to add python 3.10 support directly to build all binaries using docker but it's failing on various places. Does anybody work on it please? Thanks.