On Tue, Oct 28, 2025, Kriti Shukla via AMBER wrote:
># Assuming this is Linux (CentOS) and you are in the Amber build folder
>
> cmake $AMBER_PREFIX/amber24_src \
> -DCMAKE_INSTALL_PREFIX=$AMBER_PREFIX/amber24 \
> -DCOMPILER=GNU \
> -DMPI=FALSE \
> -DCUDA=FALSE \
> -DINSTALL_TESTS=TRUE \
> -DDOWNLOAD_MINICONDA=TRUE \
> -DTRUST_SYSTEM_LIBS=TRUE \
If you need to use metatwist (many don't), try setting TRUST_SYSTEM_LIBS to
FALSE. If you don't need metatwist, the add -DDISABLE_TOOLS="moft"
My guess is that you system boost library is not compatible with with
metatiwst needs. See if the above suggestions help.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Oct 28 2025 - 08:00:03 PDT