Xylar Asay-Davis

Results 177 comments of Xylar Asay-Davis

@durack1, CC BY-SA 4.0 should work just fine. I was able to find several existing packages with that license.

@matthew-mizielinski, so I've given the downloader some thought. I think what would work well for our software (`e3sm_to_cmip`) is to have the conda package for most files `cmip6-cmor-tables`. This is...

Yes, please, please, please do add a `mamba` test to the `conda` feedstock. These kinds of breaking changes can be really disruptive. I would be willing to help but it...

As I said in the conda PR, pip and pypi allow circular dependencies but conda does not. So a circular dependency would mean conda packages couldn't be built with the...

@dimbleby, thanks very much for opening the PR in poetry.

Just a note to say that I think we can actually handle circular dependencies on conda-forge, it's just a bit awkward. If the circular dependencies can't be satisfied for either...

I'm still in favor of eliminating this circular dependency but I just wanted to point to my comment here: https://github.com/python-poetry/poetry/issues/6441#issuecomment-2058832773 It seems we *can* handle circular dependencies in conda packages,...

This is most likely coming from E3SM-Unified. Users should not be loading E3SM-Unified in the same terminal where they build E3SM but we could do: mamba deactivate conda deactivate spack...

I think the more informative error would have to come on the CIME side. E3SM-Unified sets various environment variables when it gets activated and these could be detected. Or the...

Great idea! I implemented this in https://github.com/E3SM-Project/e3sm-unified/pull/119 That won't be useful until there's a new Unified, though.