Jonathan J. Helmus
Jonathan J. Helmus
It has been a long time since I've made any updates to this GitHub repository and it is time to make it official. Berryconda is no longer active, I will...
At the AMS radar conference I tried making a conda package for ARTView which would make installing easier for users. My testing was promising but the package did not work....
This is a rough version of a new `from-env` subcommand that creates a lock file from an existing conda environment. I wanted to submit the change in this form to...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? If `sys.exit()` is used in a recipe's...
The unit tests make calls to unix utilities including bash and whoami. There are various method for installing these in Windows, WSL, Cygwin, MSYS2, but they are not installed on...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? On the macOS of x86-64 the version...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Type annotations/hints can make code...
### Description This PR is for demonstration and discussion, it is unlikely that these changes should be merged as is. Add type annotations to the conda_build library created by running...
Transitive package constraints from a sub-package do not appear to be considered when rendering recipes with multiple outputs. This can result in an unnecessary UnsatisfiableError during the build. For example...
It would be great if various configuration setting could be specified in `environment.yaml` file for use with `conda env`. One specific example would be allow `channel_priority` to be set in...