Boost issue on mac osx with cmb-superbuild master

Hi smtk developers,

Recently talsoiv - a smtk dashboard osx machine has boost building errors related to lzma library. link

I’m experiencing the same issue on my own osx developer machine. Has anyone encounter this problem as well?

PS: Boost iostream library developers are aware of it and here is their PR. I’m trying to locate where the outdated lzma library comes from.

You can use the config option for boost -sNO_LZMA=1 to get around the issue for now IIRC. I recall having to do this on Windows build of boost.

Thanks for the tips! It solved my problem. I will take the next 30m to try to find the root cause.