aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
Commit message (Collapse)AuthorAgeFilesLines
* Change return value of conda_setup_headless() from void to intJoseph Hunkeler2024-07-131-1/+1
| | | | * Replace exit() with return;
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass .ci_support/plat_arch_.yaml to conda-build * Fixes a few outstanding leaks in delivery context * Move micromamba function out of stasis_indexer.c * Adjust code in the indexer to accommodate the move. The function now expects a MicromambaInfo structure as its first argument. * Add missing warning message * User is informed when pandoc is not available for HTML page generation * Initialize workdir_template string to zero * Add micromamba program to runtime PATH * Expose storage.tools_dir to template engine * Remove dead code * Fix wording in comment * Fix conda-forge builds * Pass their .ci_support configurations to conda-build in order to fully set up their build runtime environment * Add get_cpu_count() * Exposes STASIS_CPU_COUNT and CPU_COUNT to the runtime environment * Implements conda reactivation template string * {{ workaround.conda_reactivate }} * This is useful to call after installing any conda packages within a test.script * Fix conda runtime inside of test.script * This ensures conda and mamba are fully initialized. * Previous behavior only placed the commands on the PATH but didn't provide any shell macros (i.e. undefined behavior) * Document CPU_COUNT and workaround.conda_reactivate
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-4/+4
|
* Document functions and usageJoseph Hunkeler2024-02-281-4/+150
|
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-4/+4
| | | | | | | * Return status from conda_ and delivery_ functions * Caller prints meaningful error, and handles it * Enable warnings during compilation * Squelch format-truncation warning -- those strings are extremely unlikely to overflow (famous last words)
* Rebrand for the last timeJoseph Hunkeler2023-11-201-4/+4
| | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
* Consolidate conda_setup_headless() from main.cJoseph Hunkeler2023-10-311-0/+1
|
* Initial commitJoseph Hunkeler2023-10-261-0/+23