mrklein / openfoam-os-x

Patches for OpenFOAM(R) to build it on OS X
93 stars 33 forks source link

Adapt tutorials for OS X #11

Closed mrklein closed 8 years ago

mrklein commented 8 years ago

Certain tutorial cases loads dynamic libraries, in configuration they have .so extension. Two variants are possible:

  1. Correct tutorial configuration files.
  2. Correct dynamic library loading code to change .so to .dylib on OS X.
mrklein commented 8 years ago

Implemented fallback mechanism.