Project-10 / DGM

Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing and includes modules for feature extraction, classification and visualization.
http://research.project-10.de/dgm/
Other
188 stars 41 forks source link

Please port to OSX #3

Closed rw closed 6 years ago

rw commented 8 years ago

I'm excited to try this library!

I see the forum posts and Github issues asking for this. I don't have Windows, so my options are limited.

Compiling manually with

clang++ -std=c++11 -libstd=libc++ -fms-compatibility -fms-compatibility-version=19.00.23506 -fms-extensions

helps but is not enough.

Please port this to run on other operating systems :-)

ereator commented 8 years ago

Dear Robert,

thank you for your interest to the library and sorry for the long reply.

We do not plan porting DGM library to other operating systems in the nearest future. However, starting from version 1.5.0 we switched to using CMake, which among other things allows generating projects for Mac OS. Most probably, you will need to modify CMakeLists.txt files and disable PPL support, but it should help to build the library for OSX.

Sorry, that I cant help you more at this moment.

ereator commented 6 years ago

Dear Robert,

I am glad to tell you that we have started porting the DGM library to OSX. Starting from the version 1.6 DGM library will be compiled in Windows (MSVC) and MacOS (xCode). The current beta version of the DGM v.1.6.0 might be built with CMake xCode. In order to that, please disable the support of PPL, AMP, Sherwood and OpenGL in CMake.

Further step-by-step porting will be done in the MacOS branch.

ereator commented 6 years ago

@rw The library is ported to OSX. Please close this issue.