automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Supporting multiple python runtimes with automake


From: Yuval Turgeman
Subject: Re: Supporting multiple python runtimes with automake
Date: Tue, 30 Jan 2018 14:37:56 +0200

On Tue, Jan 30, 2018 at 2:22 PM, Sandro Bonazzola <address@hidden>
wrote:

>
>
> 2018-01-30 11:26 GMT+01:00 Yuval Turgeman <address@hidden>:
>
>> Hi,
>>
>> I added 2 macros (AM_PATH_PYTHON2 and AM_PATH_PYTHON3) to support both
>> python2 and python3 on the same system.  It works in the same way that
>> AM_PATH_PYTHON works (just a small wrapper around it).  Please notice that
>> AM_PATH_PYTHON and AM_PATH_PYTHONx can't be called together.
>>
>> The motive for doing this is Fedora Packaging Guidelines for Python (
>> https://fedoraproject.org/wiki/Packaging:Python) which requires a
>> package to be built for both runtimes.
>>
>
> Are you planning to use this for installing python2 and python3 artifacts
> in a single make install call instead of having to go through 2 runs of
> configure / make / make install ?
>


Yes, the alternative to this is to run everything twice with a different
`PYTHON=` value, unless I'm missing something and there's an easier way
that would make this patch irrelevant.




>
>
>
>>
>> Thanks,
>> Yuval.
>>
>
>
>
> --
>
> SANDRO BONAZZOLA
>
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
>
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]