WIP: bug fixes and lib updates#19
Conversation
d89e9a0 to
0fba631
Compare
|
Any idea why ci isn't running? |
don't know yet, i still need to to solve some building issues to get all libs working i'll keep them updated here https://anaconda.org/rodgomesc/repo?type=all just got panda partially building but it crashes after the first loop while changing archs :( |
- update android cffi - update adroid atom
|
@frmdstryr is there by any chance you can help fixing the build of last version of my discord just in case: |
|
Enaml changed to use a new parser for 3.11+. Instead of ply it uses pegen. |
|
|
||
| # Rename and move all so files to lib | ||
| cd build/lib.android-$ARCH-$PY_VER/ | ||
| cd build/lib.android-$ARCH-cpython-310/ |
There was a problem hiding this comment.
I think this should use the export PY_LIB_VER_NODOTS=$(echo $PY_LIB_VER | tr -d '.') like you added in some of the other packages.
| python setup.py develop | ||
|
|
||
| # Write parse tables | ||
| python $RECIPE_DIR/write_tables.py |
There was a problem hiding this comment.
This is no longer needed with the new parser.
https://anaconda.org/rodgomesc/repo?type=all