Open ftschindler opened 1 year ago
I would be fine with shipping the full pyMOR and VKOGA versions here to make the repo self-contained. Otherwise, I am a bit afraid that things might break at some point or become unnecessarily complicated.
If pymor needs a branch/changes leave the setup as is. Submodules will just break in the future. If not, pin in requirements.
Semi-connected: put ./pymor
in the requirements files to auto install it.
If pymor needs a branch/changes leave the setup as is. Submodules will just break in the future. If not, pin in requirements.
Semi-connected: put
./pymor
in the requirements files to auto install it.
both good points, thx!
I'm not certain if shipping pyMOR and VKOGA within the repo is a good solution here. We could also pull them in (via git submodules or tar releases), and have our customisations applied as a simple patch. On the other hand, shipping the exact versions means this repo is somewhat self-contained (apart from the
pip
dependencies). Any thoughts, @sdrave @renefritze @henklei?