mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update conda install instructions for macOS Apple silicon (#3488)
This commit is contained in:
parent
dd8d621f0b
commit
d700d395de
3 changed files with 20 additions and 5 deletions
11
CITATION.cff
11
CITATION.cff
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue