DerThorsten / nifty

A nifty library for graph based image segmentation.
MIT License
41 stars 21 forks source link

Allow compilation with compatibility to the pre cpp11 gcc abi (gcc < 5) #117

Closed k-dominik closed 6 years ago

k-dominik commented 6 years ago

Linux: In order to stay compatible with packages built on conda-forge, and at the same time being able to use newer compiler and newer cpp features, we (ilastik team) need to be able to build nifty with the _GLIBCXX_CXX11_ABI=0 flag.

Summary: