Opened 15 years ago

Closed 15 years ago

#8027 closed patch (fixed)

Add user-definable Python executable to configure

Reported by: Raymond Wagner Owned by: Janne Grunau
Priority: minor Milestone: 0.23
Component: Packaging Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

The project file for the Python bindings contains some logic to force a specific prefix to install the package to. This doesn't need to be done, and probably shouldn't be done, as the installer will decide automatically where Python would expect the package to be. This patch adds a '--python-exec=' option to configure, to define which executable to be called by the installer. The default is set to 'python'.

Attachments (1)

python_configure.patch (3.0 KB) - added by Raymond Wagner 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Raymond Wagner

Attachment: python_configure.patch added

comment:1 Changed 15 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Status: newaccepted

comment:2 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [23526]) bindings: add a --python= option to configure

this allows to force a specific python version/executable which changes the install location. Closes #8027.

Note: See TracTickets for help on using tickets.