its-pointless

Results 60 comments of its-pointless

apt install libgfortran5

#if __ANDROID_API__ >= 28 void* aligned_alloc(size_t __alignment, size_t __size) __INTRODUCED_IN(28); #endif /* __ANDROID_API__ >= 28 */ it is in stdlib.h but requires android_api to be 28 or above. If your...

i had this issue when i upgraded to android-10. The symlinks became broken.

"3.6.0" currently the version is at 3.6.1 in arm for both android-5 and android-7 dists. if you could update and test it so i can make sure the problem still...

yes im getting the same thing will have a look see if i cant get working amusingly i have got julia working in jupyter-notebook.

k got it working may have to install Cairo in R and that needs env variables set export CAIRO_LIBS="-lcairo" export CAIRO_CFLAGS="-I$PREFIX/include/cairo" then install Cairo in R install.packages('Cairo') then exit R...

i guess i should do a bit of a tutorial about installing packages in julia as well at some point...

i can easily upload any static lib. Beyond doing that im not sure.

what cpu are you using? like model name or something?

My guess is if its running an entirely arm version of android wtihout a aarch64 kernel, julia is generating instructions that can't run. hmm i don't know what i can...