Re: git: 6622ce688cfd - main - multimedia/libopenshot: Update to 0.3.0

From: Piotr Kubaj <pkubaj_at_anongoth.pl>
Date: Wed, 28 Dec 2022 13:42:43 UTC
It would and I was against removal of USES=compiler:openmp but it was
done anyway without any regard for architectures that don't have libomp.

On 22-12-28 14:15:44, Thierry Thomas wrote:
>Le mer. 28 déc. 22 à 13:47:02 +0100, Piotr Kubaj <pkubaj@anongoth.pl> écrivait :
>
>> If OpenMP is still necessary, then the best way would be:
>> .if !exists(/usr/include/omp.h)
>> USES+=	compiler:gcc-c++11-lib
>> .else
>> USES+=	compiler:c++14-lang
>> .endif
>
>It would be great to re-add an argument "openmp" in Mk/Uses/compiler.mk
>to put this kind of code at a central place.
>-- 
>Th. Thomas.