Commit Graph

9 Commits (3e85e9d60e5a3c750bc694dd3b99ccb06c97afbe)

Author SHA1 Message Date
Peter Šurda 39d28b9b0f
Downgrade pyinstaller for python 2.7 compatibility
- pyinstaller 3.6 is the last one supporting python 2.7 so we're forcing
it for 64bit windows builds
3 years ago
Peter Šurda 2c5d15e649
winebuid.sh code quality
- code quality only changes
3 years ago
Peter Šurda 245c8d20e1
Cert removal and pytools compatibility
- remove SSL certificate from winebuild.sh (was causing too many
problems, not worth the effort)
- set pytools version to 2020.2 in winebuild.sh, as that's the last one
to support python2
- fixes #1658
3 years ago
Peter Šurda 7fd6200fb1
Wine build patch for OpenCL frozen mode
- PyOpenCL needs to be patched to work in frozen mode
4 years ago
Peter Šurda 32bb2a6e44
Optionally set git root CA in wine build
- I want to use a https cache for build, that requires to add a new root CA for
  pip, and I can't find a way to do that cleanly  without modifying the
  winebuild.sh script
4 years ago
Peter Šurda ac2df26e96
Ignore build directory
- delete obsolete files from build/
- move files from build/ to buildscripts/
- add build/ to .gitignore
4 years ago
Peter Šurda 73ecf07dec
Wine build cleanup and XP fix
- spec file was cleaned up
- 32bit build runs on XP (downgrade of PyInstaller needed)
4 years ago
Peter Šurda 3fb34370a7
Wine build script update
- update and clean up and make sure it works
- it builds the binary but I haven't tried to run the binary
- it probably still missing some fine tuning, OpenCL probably doesn't work
4 years ago
ekta-v 8f848609ef
added builder.sh script 4 years ago