https://github.com/atmtools/pyarts-conda
Recipe to build PyARTS conda packages
https://github.com/atmtools/pyarts-conda
Last synced: about 1 year ago
JSON representation
Recipe to build PyARTS conda packages
- Host: GitHub
- URL: https://github.com/atmtools/pyarts-conda
- Owner: atmtools
- License: mit
- Created: 2022-09-06T05:56:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T10:31:55.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:28:54.534Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conda recipe for PyARTS
Requirements:
- miniforge installation
- boa package installed (for mambabuild)
Building the conda package:
```
conda mambabuild --no-anaconda-upload pyarts
```