> Dear AMBER users,
>
> Does anynone succefully installed Amber22 and AmberTools23 on the recent Apple Silicon (M1/M2) ?
> If so which procedure shall we follow ?
>
> Xavier
Currently, it seems to install with the run_cmake modifications (gcc installed via Homebrew)
-DCOMPILER=AUTO \
-DCMAKE_C_COMPILER=gcc-13 \
-DCMAKE_CXX_COMPILER=g++-13 \
-DDISABLE_TOOLS="moft" \
but that means that I have to disable « moft » due to a building issue of « metawist » I can’t fix with -DFORCE_EXTERNAL_LIBS="boost »
but finally with the test.serial :
make[2]: Leaving directory '/Applications/Amber/amber22/test'
160 file comparisons passed
9 file comparisons failed ( 2 of which can be ignored)
0 tests experienced errors
Test log file saved as /Applications/Amber/amber22/logs/test_amber_serial/2023-06-20_14-29-20.log
Test diffs file saved as /Applications/Amber/amber22/logs/test_amber_serial/2023-06-20_14-29-20.diff
make[1]: *** [Makefile:15: test] Error 1
make[1]: Leaving directory '/Applications/Amber/amber22/test'
Summary of AmberTools serial tests:
2631 file comparisons passed
16 file comparisons failed ( 3 of which can be ignored)
5 tests experienced errors
Test log file saved as /Applications/Amber/amber22///logs/test_at_serial/2023-06-20_13-53-45.log
Test diffs file saved as /Applications/Amber/amber22///logs/test_at_serial/2023-06-20_13-53-45.diff
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Jun 20 2023 - 07:30:03 PDT