Skip to content

Commit ca9d94a

Browse files
authored
minor edits
1 parent bf61ba3 commit ca9d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ If you are trying to run ``osx64`` builds, you can directly invoke ``run_osx_bui
668668
$ .scripts/run_osx_build.sh
669669
670670
671-
Or you can build using your own conda-build environment (``conda install conda-build`` or ``mamba install boa``) and the run the command (``conda build recipes/RECIPE_DIR`` or ``mamba build recipes/RECIPE_DIR``). However, if the recipe has additional variables like ``cuda_compiler_version`` in the case of cuda-enabled builds. Then, you would need to set that to ``"None"`` when running on osx.
671+
Or you can build using your own conda-build environment (``conda install conda-build`` or ``mamba install boa``) and then run the command (``conda build recipes/RECIPE_DIR`` or ``mamba build recipes/RECIPE_DIR``). However, if the recipe has additional variables like ``cuda_compiler_version`` in the case of cuda-enabled builds, then, you would need to set that to ``"None"`` when running on osx.
672672

673673
.. code-block:: sh
674674

0 commit comments

Comments
 (0)