mamba/dev/environment-dev-extra.yml

29 lines
508 B
YAML

channels:
- conda-forge
dependencies:
# Compiler cache
- ccache
# C++ LSP tools and related packages
- clang-tools
- clang
- clangxx
- lld
- cmake-format
# C++ Debugging
- sel(linux): gdb
- sel(osx): lldb
- sel(linux): valgrind # Out of date on MacOS
# Python LSP support
- ruff
- python-lsp-server-base
- ruff-lsp
# Interactive Python tools
- jupyterlab
- ipython
# Python Debugging
- ipdb
# Github CLI tool
- gh
# Taskfile for running scripts
- go-task