Deployed 12fffb9
to dev with MkDocs 1.1.2 and mike 0.5.5
parent
2d1368f80d
commit
1f6e58acf3
File diff suppressed because one or more lines are too long
|
@ -1403,7 +1403,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><label for="__tabbed_1_2">MacOS</label><div class="tabbed-content">
|
||||
<p>We tested these instructions in Catalina</p>
|
||||
<p>We tested these instructions in Catalina and Big Sur</p>
|
||||
<details class="info"><summary>M1 Macs</summary><p>RAPIDS can run on M1 Macs, the only changes as of Feb 21, 2021 are:</p>
|
||||
<ul>
|
||||
<li>R needs to be installed via brew under Rosetta (x86 arch) due to incompatibility issues with some R libraries. To do this, run your terminal <a href="https://www.youtube.com/watch?v=nv2ylxro7rM&t=138s">via Rosetta</a>, then proceed with the usual brew installation command. Use x86 brew to install R and restore RAPIDS’ packages (<code>snakemake -j1 renv_install & snakemake -j1 renv_restore</code>). </li>
|
||||
<li>There is a bug related to timezone codes. We set the correct <code>TZ_DIR</code> in <code>renv/activate.R</code> (line #19) <code>Sys.setenv("TZDIR" = file.path(R.home(), "share", "zoneinfo"))</code> (RAPIDS does this automatically).</li>
|
||||
</ul>
|
||||
</details>
|
||||
<ol>
|
||||
<li>
|
||||
<p>Install <a href="https://brew.sh/">brew</a></p>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue