Re: Fix cmake.port.mk python version detection

2022-10-29 Thread Theo Buehler
On Sat, Oct 29, 2022 at 06:22:45AM +0200, Rafael Sadowski wrote: > I backported the upper-case variables but I guess we will still see > issues where 3.9 and 3.10 is installed. > For example: > > -- Found PythonLibs: /usr/local/lib/libpython3.10.so.0.0 (found suitable > version "3.9.15", minimum

Re: Fix cmake.port.mk python version detection

2022-10-28 Thread Rafael Sadowski
On Fri Oct 28, 2022 at 05:42:46PM +0200, Theo Buehler wrote: > On Fri, Oct 28, 2022 at 04:18:00PM +0200, Rafael Sadowski wrote: > > On Fri Oct 28, 2022 at 04:06:33PM +0200, Rafael Sadowski wrote: > > > On Fri Oct 28, 2022 at 03:51:11PM +0200, Theo Buehler wrote: > > > > On Fri, Oct 28, 2022 at 03:4

Re: Fix cmake.port.mk python version detection

2022-10-28 Thread Theo Buehler
On Fri, Oct 28, 2022 at 04:18:00PM +0200, Rafael Sadowski wrote: > On Fri Oct 28, 2022 at 04:06:33PM +0200, Rafael Sadowski wrote: > > On Fri Oct 28, 2022 at 03:51:11PM +0200, Theo Buehler wrote: > > > On Fri, Oct 28, 2022 at 03:40:52PM +0200, Rafael Sadowski wrote: > > > > Here is a diff to fix th

Re: Fix cmake.port.mk python version detection

2022-10-28 Thread Rafael Sadowski
On Fri Oct 28, 2022 at 04:06:33PM +0200, Rafael Sadowski wrote: > On Fri Oct 28, 2022 at 03:51:11PM +0200, Theo Buehler wrote: > > On Fri, Oct 28, 2022 at 03:40:52PM +0200, Rafael Sadowski wrote: > > > Here is a diff to fix the python detection. This fix the issues reported > > > in the "aarch64 bu

Re: Fix cmake.port.mk python version detection

2022-10-28 Thread Rafael Sadowski
On Fri Oct 28, 2022 at 03:51:11PM +0200, Theo Buehler wrote: > On Fri, Oct 28, 2022 at 03:40:52PM +0200, Rafael Sadowski wrote: > > Here is a diff to fix the python detection. This fix the issues reported > > in the "aarch64 bulk build report". If multiple versions are installed, > > CMake always f

Re: Fix cmake.port.mk python version detection

2022-10-28 Thread Theo Buehler
On Fri, Oct 28, 2022 at 03:40:52PM +0200, Rafael Sadowski wrote: > Here is a diff to fix the python detection. This fix the issues reported > in the "aarch64 bulk build report". If multiple versions are installed, > CMake always finds the correct one from lang/python. > > OK? Bulk build first? Un

Fix cmake.port.mk python version detection

2022-10-28 Thread Rafael Sadowski
Here is a diff to fix the python detection. This fix the issues reported in the "aarch64 bulk build report". If multiple versions are installed, CMake always finds the correct one from lang/python. OK? Bulk build first? Rafael Index: cmake.port.mk