Skip to content

Commit

Permalink
add aarch64 to support
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Nov 14, 2023
1 parent 30f1cb8 commit c0f5978
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion source/developer/repodata_patching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://conda.anaconda.org/bioconda/noarch/repodata.json>`_.
Let's take a look at the what sorts of things are stored within this file for a
Expand Down Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion source/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
**Bioconda** lets you install thousands of software packages related to
biomedical research using the `conda <https://conda.io>`_ 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
=====
Expand Down

0 comments on commit c0f5978

Please sign in to comment.