mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

activation scripts for conda package #10

Closed tkittel closed 9 months ago

tkittel commented 1 year ago

We might eventually experiment with adding activation scripts to the conda package, so we automatically can get the bash functions needed to do an auto-activation of the latest project built.

tkittel commented 10 months ago

The new shell snippet supports all shells except tcsh/csh, and we have CI tests for bash, bash3 (for osx), zsh, ksh, ash, dash (ubuntu). So adding them as activation scripts will be pretty simple once we have the conda-forge PR accepted, c.f. https://docs.conda.io/projects/conda-build/en/stable/resources/activate-scripts.html .

tkittel commented 9 months ago

Done!