CPack messes up some of the dependencies of the UGrid Visualization plugin and fails to produce a working .dylib for the package. This means the plugin is not loaded when MITK-GEM is started. Happens on OSX only.
It appears that the problem is related to the dependency to org.mitk.gui.qt.common.legacy which includes Qt SQL support. On OSX (and thus Qt4), this ends up trying to include PostgreSQL which for some reason does not work. PostgreSQL is actually not needed at all, there is 0 dependency on that in all of MITK. The issue would probably be resolved by moving to Qt5.
For now, i don't see an easy solution for this. Qt5 support for OSX is hopefully included in the next MITK release.
CPack messes up some of the dependencies of the UGrid Visualization plugin and fails to produce a working .dylib for the package. This means the plugin is not loaded when MITK-GEM is started. Happens on OSX only.
It appears that the problem is related to the dependency to org.mitk.gui.qt.common.legacy which includes Qt SQL support. On OSX (and thus Qt4), this ends up trying to include PostgreSQL which for some reason does not work. PostgreSQL is actually not needed at all, there is 0 dependency on that in all of MITK. The issue would probably be resolved by moving to Qt5.
For now, i don't see an easy solution for this. Qt5 support for OSX is hopefully included in the next MITK release.