-
-
Notifications
You must be signed in to change notification settings - Fork 11
WIP: bug fixes and lib updates #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer needed with the new parser.
https://anaconda.org/rodgomesc/repo?type=all