ENH: silently add "lib" prefix and ".so" suffix for dlOpen'ed libraries

- reduces some dictionary clutter and probably looks less confusing
  than having an ending that may not correspond to the current OS.

  Eg, "fvOptions" instead of "libfvOptions.so", "libfvOptions.dylib" ...

- convenience dlOpen method for multiple files
This commit is contained in:
Mark Olesen
2019-05-23 17:30:54 +01:00
committed by Andrew Heather
parent d9cefeff99
commit 882d7310d1
5 changed files with 89 additions and 15 deletions

View File

@ -3,7 +3,7 @@
system
{
type systemCall;
libs ("libutilityFunctionObjects.so");
libs ("utilityFunctionObjects");
// Execute on the master process only
master true;