3.1.8. Waf Tool Miniconda Environment

The tool is located in tools/waf-tools.

3.1.8.1. Tool Documentation

Implements a waf tool to check that all requirements for the development workflow are installed properly.

Listing 3.13 shows how to use this tool.

Listing 3.13 f_miniconda_env.py
1
2
3
4
5
def options(opt):
    opt.load("f_miniconda_env")

def configure(conf):
    conf.load("f_miniconda_env")
f_miniconda_env.configure(conf)

configuration step of the miniconda environment tool

f_miniconda_env.options(opt)

Configuration options for the miniconda environment tool