Linux

The following steps explain how to add install calceph package on Linux for the C and Fortran interfaces

Distributions

Follow the instructions according to the version of your debian distribution.

Debian 13 (trixie) or later …

The following command installs the development package and tools package of calceph.

sudo apt install calceph libcalceph-dev libcalceph-fortran-dev
Debian 12 (bookworm) or previous …

First, you must add, initially only, the IMCCE repository corresponding to your distribution. To do this, follow the instructions on packages.imcce.fr.

Second, you have to install the development package and tools package of calceph.

sudo apt install calceph libcalceph-dev

Follow the instructions according to the version of your ubuntu distribution.

Ubuntu 25.04 (plucky) or later …

The following command installs the development package and tools package of calceph.

sudo apt install calceph libcalceph-dev libcalceph-fortran-dev
Ubuntu 24.10 (ocular) or previous …

First, you must add, initially only, the IMCCE repository corresponding to your distribution. To do this, follow the instructions on packages.imcce.fr.

Second, you have to install the development package and tools package of calceph.

sudo apt install calceph libcalceph-dev

The following command installs the development package and tools package of calceph.

sudo dnf install calceph calceph-devel

First, you must add, initially only, the IMCCE repository corresponding to your distribution. To do this, follow the instructions on packages.imcce.fr.

The following command installs the development package and tools package of calceph.

sudo zypper install calceph calceph-devel

The following steps explain how to add install calceph package using Arch User Repository (AUR) on Arch Linux for the C and Fortran interfaces.

sudo  pacman -S --noconfirm base-devel cmake gcc gcc-fortran
curl -o calceph.tar.gz https://aur.archlinux.org/cgit/aur.git/snapshot/calceph.tar.gz
tar xvzf calceph.tar.gz
cd calceph
makepkg -s
sudo pacman -U calceph-?.?.?-?-*.pkg.tar.zst