We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ab4eb commit 86f8ddbCopy full SHA for 86f8ddb
src/user/tipsandtricks.rst
@@ -93,8 +93,8 @@ dummy package with the following command
93
94
.. code-block:: shell
95
96
- $ conda install mpich=x.y.z=external_*
97
- $ conda install openmpi=x.y.z=external_*
+ $ conda install "mpich=x.y.z=external_*"
+ $ conda install "openmpi=x.y.z=external_*"
98
99
As long as you have the local copies of the ``mpich``/``openmpi`` library in your linking paths and
100
the local version matches the ``conda`` version within the proper ABI range, then this procedure should
0 commit comments