Skip to content

Commit 882b83c

Browse files
Apply suggestions from code review
1 parent 76bafd0 commit 882b83c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/htmldoc/developer_space/guidelines/mailing_list_guidelines.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ please follow the guidelines below:
3030

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

3535
#. Keep topics separate.
3636

doc/htmldoc/installation/condaenv_install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Install from source in a mamba environment
2929
3030
cd build_dir
3131
32-
* Configure NEST. Add the cmake option ``-CDMAKE_INSTALL_PREFIX:PATH=$MAMBA_PREFIX`` to link nest to your active mamba environment.
32+
* Configure NEST. Add the cmake option ``-CDMAKE_INSTALL_PREFIX:PATH=$CONDA_PREFIX`` to link nest to your active mamba environment.
3333
You may need additional ``cmake`` options (see :ref:`cmake_options`).
3434

3535
.. code-block:: sh
3636
37-
cmake -DCMAKE_INSTALL_PREFIX:PATH=$MAMBA_PREFIX </path/to/NEST/src>
37+
cmake -DCMAKE_INSTALL_PREFIX:PATH=$CONDA_PREFIX </path/to/NEST/src>
3838
3939
* Compile and install NEST:
4040

doc/htmldoc/installation/mac_install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Building NEST on macOS
44
======================
55

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

0 commit comments

Comments
 (0)