Skip to content

Commit

Permalink
Merge pull request #337 from nauaneed/update-zoltan-install-instruction
Browse files Browse the repository at this point in the history
doc(install): Tip on installation of zoltan from AUR
  • Loading branch information
prabhuramachandran committed Feb 15, 2022
2 parents aeadf6a + 442ce6a commit 48f9195
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,25 @@ ZOLTAN, see here, :ref:`pip-cache-issues`.
$ export ZOLTAN_INCLUDE=$INSTALL_PREFIX/include
$ export ZOLTAN_LIBRARY=$INSTALL_PREFIX/lib

You may also set these in the configuration file described in
:ref:`config-file`.

If Zoltan can be installed through your distro's package manager or
using alternate tools, it is not mandatory to use the provided zoltan
build script.

For example, if you are on `Arch <https://archlinux.org/>`_ or an
Arch-based distro, this can be accomplished using
`zoltan <https://aur.archlinux.org/packages/zoltan>`_ or
`trilinos <https://aur.archlinux.org/packages/trilinos>`_ from AUR. Then,
the environment variables should set as::

$ export ZOLTAN_INCLUDE=/usr/include
$ export ZOLTAN_LIBRARY=/usr/lib


Similarly, for Ubuntu, see :ref:`installing-deps-ubuntu-1804`.

By the way, you may also set these in the configuration file described in
:ref:`config-file`.

-----------------------------------------
Installing the dependencies on GNU/Linux
Expand Down

0 comments on commit 48f9195

Please sign in to comment.