Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell authored Nov 25, 2024
1 parent 76bafd0 commit 882b83c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ please follow the guidelines below:

* the steps you took that lead to the problem.
* the specific error messages you get.
* relevant system and version information (e.g., Ubuntu 22.04/ NEST 3.5 installed using the conda-forge package).
* relevant system and version information (e.g., Ubuntu 22.04/ NEST 3.8 installed using the conda-forge package).

#. Keep topics separate.

Expand Down
4 changes: 2 additions & 2 deletions doc/htmldoc/installation/condaenv_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Install from source in a mamba environment
cd build_dir
* Configure NEST. Add the cmake option ``-CDMAKE_INSTALL_PREFIX:PATH=$MAMBA_PREFIX`` to link nest to your active mamba environment.
* Configure NEST. Add the cmake option ``-CDMAKE_INSTALL_PREFIX:PATH=$CONDA_PREFIX`` to link nest to your active mamba environment.
You may need additional ``cmake`` options (see :ref:`cmake_options`).

.. code-block:: sh
cmake -DCMAKE_INSTALL_PREFIX:PATH=$MAMBA_PREFIX </path/to/NEST/src>
cmake -DCMAKE_INSTALL_PREFIX:PATH=$CONDA_PREFIX </path/to/NEST/src>
* Compile and install NEST:

Expand Down
2 changes: 1 addition & 1 deletion doc/htmldoc/installation/mac_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Building NEST on macOS
======================

Building NEST on macOS requires some developer tools. There are several sources from
which you can install them, e.g., Conda-forge, Homebrew, or MacPorts. The most important
which you can install them, e.g., conda-forge, Homebrew, or MacPorts. The most important
recommendation for an easy and stable build is *not to mix tools from different sources*.
This includes your Python installation: Taking Python from conda-forge and all else from Homebrew
may work, but can also lead to various complications.
Expand Down

0 comments on commit 882b83c

Please sign in to comment.