meow464
meow464
Is there cross compilation support? I only need the libraries, not the compiler. No matter what parameters I try it keeps building for the host architecture (x86_64).
I came across [this problem](https://github.com/xianyi/OpenBLAS/issues/3528) while compiling OpenBLAS on macOS. Calling flang with `-fno-fortran-main` does nothing, by using `-v` you can see that ld still receives `-lflangmain`. To trigger an...
Let's see if the tests pass. My [cross-compilation](https://github.com/meow464/lfortran/tree/cross-compilation) branch. For now you need to do some manual copying and pasting, the next pull request will enable automatic routing based on...
Reads the dependencies from kivy-ios/setup.cfg (an ini file) and installs them with pip. With this change the user should be able to just do `buildozer init && buildozer ios debug|release`...
If you ran `buildozer ios clean` then `buildozer ios debug` it failed to rebuild the Python3 recipe. In a clean (just created) environment, running `buildozer ios debug` should download kivy-ios...
### Versions * Python: Any * OS: Any * Buildozer: Master ### Description The dependencies for iOS are not automatically installed. For android you can just run `buildozer android debug`...
To use buildozer with iOS you need to install Cython, pbxproj and cookiecutter. The first two are easy to notice from the error messages but the third one is very...
I'm opening this issue to document the progress on creating an OpenCV recipe. Hopefully others will help me in this task and this issue will be of help to others...
During the last ~2 months I got to what seems to be a working port of flang for iOS, but I still have to figure out how to make it...
**Versions** * Python : 3.7.12 and 3.8.2 * MacOS version : Big Sur and Catalina * XCode Version : 12.4 and12.5.1 * Cython version : 0.29.24 We were able to...