-
Notifications
You must be signed in to change notification settings - Fork 2
Conda
Gage Larsen edited this page Sep 11, 2018
·
2 revisions
- Developer clones code from GIT
- Developer makes changes in feature branch and makes pull request
- Once the CI is passing on the feature branch and the pull request, the code is re based and merged in.
- When there are enough new features to warrant a new version, a tag for the new version is created (i.e. 1.3.5)
- The tag will automatically trigger of the conan package builds, we have to manually change the conda builds.
- In the conda-recipes repository find the recipe for the library you are updating.
- In the meta.yml file for the recipe change the version number and the sha256 hash to match the new version.
- The sha number can be found by downloading the tar.gz from github and using sha256sum on linux to get the hash
- Commit the changes to the conda recipe and the CI will build and publish the new conda package.