Amber masthead
Filler image AmberTools23 Amber22 Manuals Tutorials Force Fields Contacts History
Filler image

Useful links:

Amber Home
Download Amber
Installation
MacOS
Windows
CentOS
Debian
Fedora
OpenSuse
Ubuntu
Arch/Manjaro
Containers
FAQ
Amber Citations
GPU Support
Updates
Mailing Lists
For Educators
File Formats
Contributors

Installing Amber on Debian

You will find below generic recommendations for installing Amber23 as well as specific instructions tailored for your Debian version.

Generic installation instructions

About cmake:

Since Amber20, a new installation mechanism is provided that makes use of cmake. A decent version of cmake is needed, therefore it is highly recommended to download and install the cmake executable from the cmake.org website.

About Python:

Many programs within Amber requires a decent version of Python. When configuring Amber, the run_cmake script will check your installation and will most probably recommend to download and install a compatible Python from Continuum IO (via miniconda). It is highly recommended to follow this suggestion and let the run_cmake script install Python inside the Amber tree.

Building with cmake

We highly recommend that you refer to Chapter 2 of the Amber 2023 Reference Manual for detailed instructions on how to install Amber23.

Since Amber20, the build system has move to cmake. A script called run_cmake is available in the amber22_src/build directory. For most users, the options chosen in this script should be OK.

The installation of Amber is performed in two steps: cmake configuration, then building and install:

cd amber22_src/build
# optional: edit the run_cmake script to make any needed changes;
# most users should not need to do this
./run_cmake
# Next, build and install the code:
make install

Debian 9 & 10

The following command should get you all the necessary packages to get Amber to compile:

apt -y install tcsh make \
               gcc gfortran g++ \
               flex bison patch bc \
               libbz2-dev libzip-dev \
               xorg-dev wget \
               mpich openssh-client

"How's that for maxed out?"

Last modified: Jul 25, 2023