Re: setenv and pyproject-build-system

2025-06-05 Thread nik gaffney
The option of creating package definitions for each db (or single package with multiple outputs?) seems most guix-like but i'm unclear about how metaphlan could easily find the data installed by other guix packages? Okay, then I think search paths are actually prefered - the user can choose w

Re: setenv and pyproject-build-system

2025-06-05 Thread Rutherther
Hi, On June 5, 2025 9:15:08 AM GMT+02:00, nik gaffney wrote: >On 2025-06-04 22:14, Rutherther wrote: >> >>> Is there a recommended way for a package to set environment variables >>> that should persist after install? >> >> The only way to do that is search paths. Those point to a folder in the

Re: setenv and pyproject-build-system

2025-06-05 Thread nik gaffney
On 2025-06-04 22:14, Rutherther wrote: Is there a recommended way for a package to set environment variables that should persist after install? The only way to do that is search paths. Those point to a folder in the profile you install to. No other mechanism is supported for packages to 'set'

Re: setenv and pyproject-build-system

2025-06-04 Thread Rutherther
Hello nik, nik gaffney writes: > Hello, > > Is there a recommended way for a package to set environment variables > that should persist after install? The only way to do that is search paths. Those point to a folder in the profile you install to. No other mechanism is supported for packages