I use a setup similar to Bård, where all the module repositories' are cloned into sub-directories of a src/ folder, and then all the builds are done (truly) out-of-source into a similar "cousin" sub-directories of a build/ directory.

What I like about this solution is that I can edit and recompile several of the modules simultaneously from with-in the editor, without a separate install step. I think it will be an extra hurdle to setup everything with explicit paths to replicate this, i.e. the complexity is shifted from maintenance of the build system to the user.

--
        Roland.

_______________________________________________
Opm mailing list
[email protected]
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to