Opened 13 days ago

Closed 10 days ago

#69766 closed defect (fixed)

duckdb: Doesn't tell build system to use python312

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: duckdb

Description

duckdb declares a dependency on python312 but doesn't appear to do anything (configure argument, environment variable, patch) to tell the build system to use that version of python. This may result in it using a different version of python that happens to be installed, with which it might not be comparible.

Change History (1)

comment:1 Changed 10 days ago by herbygillot (Herby Gillot)

Resolution: fixed
Status: assignedclosed

In 8e31852fdf7defc4538f21f9920c6c1d330a30a7/macports-ports (master):

duckdb: explicitly point to MacPorts Python interpreter

Fixes: #69766

Note: See TracTickets for help on using tickets.