Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread parona
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

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread parona
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

Re: [gentoo-dev] setuptools problem

2022-10-10 Thread parona
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: