| Dependency |
version controlled |
version |
| Petsc |
yes |
|
| Sundails |
|
|
How do you roll out version upgrade if you have different users around the worlds?
Potential solutions
Say we will support these specific combinations which would be released. If you require a newer version e.g. which fixes bug, new feature, then let us know and we will add the dependency and create a new feature.
Make list part of the iron repo which requires these dependencies. Then you can tag a particular commit. e.g. bug fix in a library that gets rolled out, but new feature in the iron code that you have written in a different branch. Then if someone checks out the feature then they will know which dependencies to use.
problems
But things are in different repo/and mismatch
| Default Header | Left Align | Right Align | Center Align |
| --- | :-- | --: | :-: |
How do you roll out version upgrade if you have different users around the worlds?
Potential solutions
Say we will support these specific combinations which would be released. If you require a newer version e.g. which fixes bug, new feature, then let us know and we will add the dependency and create a new feature.
Make list part of the iron repo which requires these dependencies. Then you can tag a particular commit. e.g. bug fix in a library that gets rolled out, but new feature in the iron code that you have written in a different branch. Then if someone checks out the feature then they will know which dependencies to use.
problems
But things are in different repo/and mismatch