STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
CondaCapabilities Struct Reference

Collection of feature flags to support older, newer, and transitional versions of conda/mamba. More...

#include <conda.h>

Data Fields

const char * prefix
 Conda installation prefix.
char * conda_version
 Currently installed version of Conda.
char * mamba_version
 Currently installed version of Mamba.
bool available
 Is conda available in the runtime environment?
bool usable
 Can conda execute?
bool require_explicit_export_format
 Do we need to pass extra arguments to "conda env export"?
bool require_manual_activation_shim
 Do we need to inject our own shim to make Conda available?
bool require_boa
 Does this version of Conda support building with boa?
bool require_libmamba_solver
 Does this version of Conda need to be configured to use libmamba?
bool missing_use_local
 Does "mamba install --use-local" work on this version of mamba?

Detailed Description

Collection of feature flags to support older, newer, and transitional versions of conda/mamba.

See also
implementation in conda_capable

The documentation for this struct was generated from the following file: