-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Provide separate wheels built with Lua and LuaJIT #104
Comments
The PyPI wheels are statically built, meaning, they include their own version of Lua. It's probably a good idea to build multiple PyPI packages, one with Lua, one with LuaJIT, and one that is dynamically built. Help with that is welcome. |
I see. I have cloned your repo and built lupa from current branch using |
You can still use pip too with --no-binary lupa flag |
@tastyminerals can you tell me how exactly you built it from the repo ? |
Superseded by #196 |
I have a piece of code that I run with lupa:
It reports
Lua 5.3 no jit
How can I make lupa use luajit instead of Lua 5.3?
I have installed lupa via
pip install lupa
. I have installed both Lua 5.1, 5.2, 5.3 and luajit packages.The text was updated successfully, but these errors were encountered: