STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
Delivery::Conda Struct Reference

Conda configuration. More...

#include <delivery.h>

Data Fields

char * installer_baseurl
 URL describing where Conda will be downloaded from.
char * installer_name
 Name of installer (Miniconda3, Miniforge3, etc).
char * installer_version
 Version of installer.
char * installer_platform
 Platform/OS target of installer.
char * installer_arch
 CPU architecture target of installer.
char * installer_path
 Absolute path of installer on-disk.
char * tool_version
 Installed version of conda.
char * tool_build_version
 Installed version of "build" package.
struct StrListconda_packages
 Conda packages to deliver.
struct StrListconda_packages_defer
 Conda recipes to be built for delivery.
struct StrListconda_packages_purge
 Conda packages to remove from a delivery (for: based_on).
struct StrListpip_packages
 Python packages to install (pip).
struct StrListpip_packages_defer
 Python packages to be built for delivery.
struct StrListpip_packages_purge
 Python packages to remove from a delivery (for: based_on).
struct StrListwheels_packages
 Wheel packages built for delivery.
struct CondaCapabilities capabilities
 Capability information.

Detailed Description

Conda configuration.

This includes lists describing packages to be delivered


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