On Tue, Oct 18, 2022, Xavier Brazzolotto via AMBER wrote:
>
>I do have an issue when trying to install on my Intel Mac (macOS Monterey 12.6)
>
>[100%] Linking CXX executable metatwist
>Undefined symbols for architecture x86_64:
> "boost::iostreams::detail::bzip2_base::end(bool, std::nothrow_t)", referenced from:
Look at the packaging report in the cmake.log file: are you getting boost
from internal or external sources? If the latter, then adding this to your
run_cmake script should help:
-DFORCE_INTERNAL_LIBS="boost"
Or, a workaround would be this:
-DDISABLE_TOOLS="moft"
This will skip building metatwist.
...good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Oct 18 2022 - 08:30:02 PDT