You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/config_files/profiles.rst
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,11 @@ List of settings available from :ref:`reference_config_files_settings_yml`:
200
200
os=Macos
201
201
202
202
203
+
.. seealso::
204
+
205
+
- This section allows to use patterns to limit which packages are affected by the setting. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
206
+
207
+
203
208
[options]
204
209
+++++++++
205
210
@@ -212,6 +217,9 @@ List of options available from your recipe and its dependencies:
212
217
mypkg/*:my_pkg_option=True
213
218
*:shared=True
214
219
220
+
.. seealso::
221
+
222
+
- This section allows to use patterns to limit which packages are affected by the options. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
@@ -228,7 +236,8 @@ List of ``tool_requires`` required by your recipe or its dependencies:
228
236
229
237
.. seealso::
230
238
231
-
Read more about tool requires in this section: :ref:`consuming_packages_tool_requires`.
239
+
- This section allows to use patterns to limit which packages are affected by the tool requirement. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
240
+
- Read more about tool requires in this section: :ref:`consuming_packages_tool_requires`.
232
241
233
242
234
243
.. _reference_config_files_profiles_system_tools:
@@ -238,7 +247,7 @@ List of ``tool_requires`` required by your recipe or its dependencies:
238
247
239
248
.. note::
240
249
241
-
This section is **deprecated** and has been replaced by :ref:`reference_config_files_profiles_platform_requires` and :ref:`reference_config_files_profiles_platform_tool_requires` sections.
250
+
This section is **deprecated** and has been replaced by :ref:`reference_config_files_profiles_platform_requires` and :ref:`reference_config_files_profiles_platform_tool_requires` sections.
242
251
243
252
244
253
.. _reference_config_files_profiles_buildenv:
@@ -296,6 +305,11 @@ Then, the result of applying this profile is:
296
305
using extra spaces around ``=`` in profiles, use the syntax shown above.
297
306
298
307
308
+
.. seealso::
309
+
310
+
- This section allows to use patterns to limit which packages are affected by the buildenv. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
311
+
312
+
299
313
.. _reference_config_files_profiles_runenv:
300
314
301
315
[runenv]
@@ -316,6 +330,9 @@ All the operators/patterns explained for :ref:`reference_config_files_profiles_b
316
330
MyPath1=+(path)/other path/path12
317
331
MyPath1=!
318
332
333
+
.. seealso::
334
+
335
+
- This section allows to use patterns to limit which packages are affected by the runenv. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
319
336
320
337
.. _reference_config_files_profiles_conf:
321
338
@@ -386,6 +403,10 @@ Running, for instance, :command:`conan install . -pr myprofile`, the configurati
386
403
...
387
404
388
405
406
+
.. seealso::
407
+
408
+
- This section allows to use patterns to limit which packages are affected by the confs. See :ref:`this section <reference_config_files_profile_patterns>` for more details.
Copy file name to clipboardExpand all lines: tutorial/consuming_packages/use_tools_as_conan_packages.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ the environment activation:
242
242
.. seealso::
243
243
244
244
- `JFrog Academy Conan 2 Essentials: Using Build Tools As Conan Packages <https://academy.jfrog.com/conan-2-essentials/2164300?utm_source=Conan+Docs>`__
245
-
- :ref:`Using [system_tools] in your profiles <reference_config_files_profiles_system_tools>`.
245
+
- :ref:`Using [platform_tool_requires] in your profiles <reference_config_files_profiles_platform_tool_requires>`.
246
246
- :ref:`Creating recipes for tool_requires: packaging build tools <tutorial_other_tool_requires_packages>`.
0 commit comments