tarch.rst - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
(HTM) git clone git://src.adamsgaard.dk/pism
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
tarch.rst (1350B)
---
1 .. include:: ../global.txt
2
3 .. _sec-install-arch:
4
5 Installing prerequisites and building PISM on Arch Linux
6 --------------------------------------------------------
7
8 PISM is registered as a `package <https://aur.archlinux.org/packages/pism/>`_
9 in the `Arch Linux User Repository <https://aur.archlinux.org>`_ (AUR). This package will build the latest
10 PISM release and its dependencies. PISM is linked to `Open MPI`_ and is
11 installed under ``/usr``.
12
13 Installation from the AUR requires an `AUR helper <https://wiki.archlinux.org/index.php/AUR_helpers>`_
14 such as `yay <https://aur.archlinux.org/packages/yay/>`_. If you do not already
15 have an AUR helper installed, install ``yay`` with the following commands:
16
17 .. code-block:: bash
18
19 git clone https://aur.archlinux.org/yay.git
20 cd git
21 makepkg -si
22
23 You can then install PISM and its dependencies with the following command:
24
25 .. code-block:: bash
26
27 yay -Sy pism
28
29 Once installed, the PISM binaries (e.g. ``pismr``, ``pisms``, various Python
30 tools) are available in the PATH and do not require further intervention to
31 work. It is recommended that the installation is manually verified with the
32 instructions in section :ref:`sec-install-quick-tests`.
33
34 .. note::
35
36 The AUR package for PISM is maintained by Julien Seguinot (|jseguinot-email|);
37 please e-mail him with questions about it.