Skip to content

Commit a0f8f0e

Browse files
committed
fix remark
1 parent 9347465 commit a0f8f0e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Experimental_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Currently enabled experimental features include:
1313
* Cray support (see https://github.com/hpcugent/easybuild/wiki/EasyBuild-on-Cray)
1414
* :ref:`packaging_support`
1515
* support for easyconfig files in YAML syntax (see :ref:`easyconfig_yeb_format`)
16-
* support for using minimal toolchains for dependencies
16+
* support for using minimal toolchains for dependencies (see :ref:`minimal_toolchains`)

docs/Manipulating_dependencies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ Consider the following (partial) easyconfig file for Python v2.7.9 with the ``fo
147147
('zlib', '1.2.8'),
148148
]
149149

150-
For the ``foss/2015b`` toolchain, EasyBuild will also consider ``GCC/4.9.3`` and ``gompi/2015b`` subtoolchains
151-
as potential minimal toolchains (in that order) when determining the toolchain to use for dependencies, if the
152-
``--minimal-toolchains`` configuration option is enabled.
150+
When the ``--minimal-toolchains`` configuration option is enabled, EasyBuild will also consider the subtoolchains
151+
``GCC/4.9.3`` and ``gompi/2015b`` of the ``foss/2015b`` toolchain (in that order) as potential minimal toolchains
152+
when determining the toolchain to use for dependencies.
153153

154154
So, for the zlib v1.2.8 dependency included in the example above, the following scenarios are possible:
155155

0 commit comments

Comments
 (0)