OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

1.2 Requirements for updating OpenCMISS-Iron dependencies #191

Open PrasadBabarendaGamage opened 3 years ago

PrasadBabarendaGamage commented 3 years ago
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