This PR is a follow up to https://github.com/marian-nmt/marian-examples/pull/24. marian-example-library has marian-dev as a submodule and is used as a submodule in marian-examples, which in turn is used in marian-dev causes recursive dependency. It doesn't break cloning/compiling, but repositories are cloned twice via cmake, which is too expensive in general.
This PR is a follow up to https://github.com/marian-nmt/marian-examples/pull/24.
marian-example-library
hasmarian-dev
as a submodule and is used as a submodule inmarian-examples
, which in turn is used inmarian-dev
causes recursive dependency. It doesn't break cloning/compiling, but repositories are cloned twice viacmake
, which is too expensive in general.