Update conda install instructions for macOS Apple silicon (#3488)

This commit is contained in:
Paul Romano 2025-07-03 17:59:40 -05:00 committed by GitHub
parent dd8d621f0b
commit d700d395de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 5 deletions

View file

@ -9,6 +9,7 @@ preferred-citation:
given-names: Bryan R.
- family-names: Nelson
given-names: Adam G.
orcid: "https://orcid.org/0000-0002-3614-0676"
- family-names: Forget
given-names: Benoit
orcid: "https://orcid.org/0000-0003-1459-7672"
@ -18,16 +19,16 @@ preferred-citation:
- family-names: Romano
given-names: Paul K.
orcid: "https://orcid.org/0000-0002-1147-045X"
date-published: 2015-08
doi: 10.1016/j.anucene.2014.07.048
issn: 1873-2100
issn: 0306-4549
volume: 82
journal: Annals of Nuclear Energy
publisher:
name: Elsevier
start: 90
end: 97
year: 2015
month: 8
title: "OpenMC: A state-of-the-art Monte Carlo code for research and development"
type: article
url: "https://www.sciencedirect.com/science/article/pii/S030645491400379X"
volume: 10
url: "https://doi.org/10.1016/j.anucene.2014.07.048"

View file

@ -35,6 +35,13 @@ you wish) with OpenMC installed.
conda create --name openmc-env openmc
conda activate openmc-env
If you are installing on macOS with an Apple silicon ARM-based processor, you
will also need to specify the `--platform` option:
.. code-block:: sh
conda create --name openmc-env --platform osx-arm64 openmc
You are now in a conda environment called `openmc-env` that has OpenMC
installed.

View file

@ -35,6 +35,13 @@ you wish) with OpenMC installed.
conda create --name openmc-env openmc
conda activate openmc-env
If you are installing on macOS with an Apple silicon ARM-based processor, you
will also need to specify the `--platform` option:
.. code-block:: sh
conda create --name openmc-env --platform osx-arm64 openmc
You are now in a conda environment called `openmc-env` that has OpenMC
installed.