Opened 2 months ago

Closed 7 weeks ago

#69516 closed enhancement (fixed)

qgis3 enhancement: Build with OPENCL Enabled

Reported by: tydalforce (Michael) Owned by: Veence (Vincent)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: Cc: nilason (Nicklas Larsson), isaac@…
Port: qgis3 qgis3-ltr

Description

Current Portfile for qgis3 disables OPENCL support when building:

                    -DUSE_OPENCL=OFF \

I'd like to request enabling it

                    -DUSE_OPENCL=ON \

Manually updating the Portfile & building qgis 3.34 was successful, and yielded performance improvements (after enabling OpenCL in QGIS's settings) MacOS 14 on Apple Silicon

Change History (5)

comment:1 Changed 2 months ago by nilason (Nicklas Larsson)

The ports of this ticket should be updated to qgis3 and qgis3-ltr.

comment:2 Changed 2 months ago by tydalforce (Michael)

Port: qgis3 qgis3-ltr added; qgis qgis-ltr removed

comment:3 Changed 2 months ago by tydalforce (Michael)

OOPS! Fixed

comment:4 Changed 2 months ago by nilason (Nicklas Larsson)

Turing off USE_OPENCL was made with commit f2ee940, apparently to address #60891. It is not obvious to me what OpenCL had to do with that issue, so I'll try it out locally and if no issues come up add it with next update.

comment:5 Changed 7 weeks ago by nilason (Nicklas Larsson)

Resolution: fixed
Status: assignedclosed

In 89a7f3abd18047e30457d280c50a72a7a89747f9/macports-ports (master):

qgis3[-ltr]: build with OpenCL

Closes #69516

Note: See TracTickets for help on using tickets.