Skip to content

Commit e977e43

Browse files
committed
Merge branch 'develop' of github.com:RBVI/ChimeraX into develop
2 parents 5fe1a0c + e9f61d7 commit e977e43

File tree

11 files changed

+160
-119
lines changed

11 files changed

+160
-119
lines changed

prereqs/PyQt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ PYQT_LICENSE = gpl
1010

1111
USE_QT6 = true
1212

13-
BASE_VERSION = 6.7
14-
QT_MINOR_VERSION = 3
13+
BASE_VERSION = 6.8
14+
QT_MINOR_VERSION = 2
1515
PYQT_MINOR_VERSION = 1
1616
PYQTWE_MINOR_VERSION = 0
1717

prereqs/PyQt/Makefile.wheel.qt6

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ REMOTE_HOST = plato.cgl.ucsf.edu:
99
REMOTE_DIR = $(REMOTE_HOST)/usr/local/src/PyQt6
1010

1111
# QT_VERSION is overriden by Makefile
12-
BASE_VERSION = 6.7
13-
QT_MINOR_VERSION = 3
12+
BASE_VERSION = 6.8
13+
QT_MINOR_VERSION = 2
1414
PYQT_MINOR_VERSION = 1
1515
ifeq ($(OS),Linux)
1616
PYQT_REVISION = 1
@@ -33,33 +33,18 @@ PYQTWE_VERSION = $(BASE_VERSION).$(PYQTWE_MINOR_VERSION)
3333
endif
3434
SIP_VERSION = 13.8.0
3535

36-
ifeq (0, $(shell sort -CV <<< "$(PYQT_VERSION)"$$'\n'"6.6.0" && echo $$?))
37-
# PyQt version <= 6.6.0
38-
PYTHON_TAGS = cp37
39-
else
40-
PYTHON_TAGS = cp38
41-
endif
42-
ifeq (0, $(shell sort -CV <<< "$(PYQTWE_VERSION)"$$'\n'"6.6.0" && echo $$?))
43-
# PyQt WebEngine version <= 6.6.0
44-
WE_PYTHON_TAGS = cp37
45-
else
46-
WE_PYTHON_TAGS = cp38
47-
endif
36+
PYTHON_TAGS = cp39
37+
WE_PYTHON_TAGS = cp39
4838
WHEEL_ABI = abi3
4939

5040
ifeq ($(OS),Darwin)
5141
BIN_PLATFORM = macos
52-
WHEEL_PLATFORM = macosx_11_0_universal2
42+
WHEEL_PLATFORM = macosx_10_14_universal2
5343
WE_WHEEL_PLATFORM = macosx_10_14_universal2
5444
MISSING_QTWEBENGINE_DICT = PyQt6/Qt6/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/qtwebengine_dictionaries
5545
else ifeq ($(OS),Linux)
5646
BIN_PLATFORM = linux
57-
ifeq (0, $(shell sort -CV <<< "$(PYQT_VERSION)"$$'\n'"6.3.99" && echo $$?))
58-
# For PyQt version < 6.4
59-
WHEEL_PLATFORM = manylinux1_x86_64
60-
else
6147
WHEEL_PLATFORM = manylinux_2_28_x86_64
62-
endif
6348
WE_WHEEL_PLATFORM = $(WHEEL_PLATFORM)
6449
MISSING_QTWEBENGINE_DICT = PyQt6/Qt6/libexec/qtwebengine_dictionaries
6550
else ifeq ($(OS),Windows)

0 commit comments

Comments
 (0)