On Thursday, 15 February 2024 at 16:09, Michał Górny wrote:
> On Thu, 2024-02-15 at 14:21 +0100, z...@gentoo.org wrote:
>
> > Am 15.02.24 um 13:59 schrieb Eli Schwartz:
> >
> > > On 2/15/24 7:53 AM, Matthias Schwarzott wrote:
> > >
> > > > When stratagus is compiled with USE=debug, its executa
Hi,
> but this makes no difference, c++17 is still used. How to convince
> cmake_src_compile to use -std=c++14?
Cmake sets those flags during src_configure (when the build dir is configured)
and therefore ignores CXXFLAGS entirely during src_compile.
You should set those in src_configure before
Hello,
You should add DISTUTILS_USE_PEP517=hatchling.
A good resource for python ebuilds is here
https://projects.gentoo.org/python/guide/distutils.html?highlight=pep517#the-pep-517-and-legacy-modes
--- Original Message ---
On Monday, October 10th, 2022 at 11:08, Andrey Grozin
wrote: