From c0f597864179991033efce416ee9e440be8815ec Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Tue, 14 Nov 2023 18:01:51 -0500 Subject: [PATCH] add aarch64 to support --- source/developer/repodata_patching.rst | 4 +++- source/faqs.rst | 2 +- source/index.rst | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/source/developer/repodata_patching.rst b/source/developer/repodata_patching.rst index b54502b..061c0fa 100644 --- a/source/developer/repodata_patching.rst +++ b/source/developer/repodata_patching.rst @@ -16,7 +16,7 @@ What is repodata? ----------------- Repodata is a JSON file that contains a variety of information for each package -in Bioconda. There is one for each architecture (linux-64, osx-64, noarch, etc.) +in Bioconda. There is one for each architecture (linux-64, linux-aarch64, osx-64, noarch, etc.) and they're hosted by bioconda. For example, the noarch repodata.json file `is available here `_. Let's take a look at the what sorts of things are stored within this file for a @@ -77,6 +77,8 @@ each architecture:: │   └── patch_instructions.json └── osx-64 └── patch_instructions.json +.. + TODO: update when bioconda-repodata-patches is updated with linux-aarch64 For an individual package, the json file will contain the updated dependencies. For the `nanoqc` example above, that would look like:: diff --git a/source/faqs.rst b/source/faqs.rst index aa30381..6d512f3 100644 --- a/source/faqs.rst +++ b/source/faqs.rst @@ -80,7 +80,7 @@ What versions are supported? Operating Systems ~~~~~~~~~~~~~~~~~ -Bioconda only supports 64-bit Linux and macOS. ARM is not currently supported. +Bioconda only supports Linux (64-bit and AArch64) and macOS (64-bit). ARM is not currently supported for macOS. Python ~~~~~~ diff --git a/source/index.rst b/source/index.rst index 7d5ffbc..a232406 100644 --- a/source/index.rst +++ b/source/index.rst @@ -18,7 +18,7 @@ **Bioconda** lets you install thousands of software packages related to biomedical research using the `conda `_ package manager. -**NOTE**: *Bioconda supports only 64-bit Linux and macOS* +**NOTE**: *Bioconda supports only Linux (64-bit and AArch64) and macOS (64-bit)* Usage =====