Python installation selection in Meson

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Python installation selection in Meson
Дата
Msg-id 3f5427e8-cef6-474d-ae88-13db1bfdc1a7@eisentraut.org
обсуждение исходный текст
Ответы Re: Python installation selection in Meson
Re: Python installation selection in Meson
Список pgsql-hackers
I noticed that under meson, the selection of the Python installation 
using the 'PYTHON' option doesn't work completely.  The 'PYTHON' option 
determined the Python binary that will be used to call the various build 
support programs.  But it doesn't affect the Python installation used 
for PL/Python.  For that, we need to pass the program determined by the 
'PYTHON' option back into the find_installation() routine of the python 
module.  (Otherwise, find_installation() will just search for an 
installation on its own.)  See attached patch.  I ran this through 
Cirrus, seems to work.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Geier
Дата:
Сообщение: Fix assertion in autovacuum worker
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: XID formatting and SLRU refactorings