- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 143
 
Build wheels for windows with LuaJit #273
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
Conversation
| 
           It looks to me appveyor is kind of redundant (and slow), but I leave decision to you what to do with it. Changes are working in my fork and producing working wheels:  | 
    
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.
Thanks for digging through the failures here!
| 
           Yeah,   | 
    
| 
           From logs, there is problem with importing   | 
    
| 
           Thanks for getting this working.  | 
    
This enables compile all needed libraries and successfully build wheels for both
win_amd64andwin32targets.Add test-command for windows to verify if module
luajit21was included in wheelrestrict
setuptools<72.0.0due totestcommand has been removed, see more details:setuptoolsfrom Install dependencies step (for MacOS).It was causing problems during building, when
requirements.txthassetuptoolswith version restriction.Visual Studio 2019image for AppVeyorSee: https://www.appveyor.com/docs/windows-images-software/#python
Related issues and PR: #235, #251