Opened 5 years ago

Closed 5 years ago

#4184 closed enhancement (fixed)

Make builds by outside developers use PyPi PyQt5 or PySide2

Reported by: Tom Goddard Owned by: Tom Goddard
Priority: moderate Milestone: 1.2
Component: Build System Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The ChimeraX builds are back to using commercial PyQt5 wheels on plato that require an account on plato to access. To allow outside developers to build ChimeraX, make the build use PyPi PyQt5 (GPL) or PySide2.

Not sure how to determine whether to use PyPi or plato.

Change History (1)

comment:1 by Tom Goddard, 5 years ago

Resolution: fixed
Status: assignedclosed

Done.

There was already a PYQT_LICENSE=commercial variable in the build scripts and it supported PYQT_LICENSE=gpl (from PyPi). Switched default to gpl and changed our build scripts to add PYQT_LICENSE=commercial.

Note: See TracTickets for help on using tickets.