https://github.com/chilipp/conda-ci-workshop
Workshop about the implementation of the conda package manager in Continous Integration
https://github.com/chilipp/conda-ci-workshop
Last synced: 2 months ago
JSON representation
Workshop about the implementation of the conda package manager in Continous Integration
- Host: GitHub
- URL: https://github.com/chilipp/conda-ci-workshop
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2020-02-01T20:08:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T20:32:01.000Z (over 5 years ago)
- Last Synced: 2025-02-13T19:50:00.721Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using the conda package management for Research Software Engineering
The distribution of research software is challenging due to
the complexity of dependencies and the speed of technological advancement.
Automation and standardization of this process speeds up the
development process, as well as the communication and interaction with the
users. This is particularly important for research software, as the number
of developers are limited and labor for infrastructural maintenance is
usually not available. In this workshop we want to discuss how the package
manager anaconda (https://conda.io) can be used to automate such a process.
The package manager works for various different programming languages, and
operating systems, and provides with the
[conda-forge](https://conda-forge.org) channel a community-based platform to
distribute and build your own packages.## Aim of this repository
This repository serves as a discussion forum for a workshop at the
[deRSE20](de-rse.org/deRSE20/) conference from 25th to 27th of August, 2020 in
Jena, Germany. However, this repository might also be an outcome itself as
described in [#1](https://github.com/Chilipp/conda-ci-workshop/issues/1).## Contribute!
This workshop is supposed to be a community project! Therefore please add your
opinions to this idea here in form of an issue/comment in the
[issues tab](https://github.com/Chilipp/conda-ci-workshop/issues). What do you
think should presented in this workshop? What kind of output would you like to
see? Do you like this idea at all or is it useless?If you would like to send a private message, please send a mail to
[Philipp S. Sommer](http://www.philipp-s-sommer.de).