Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnaio: add linux-aarch64 build #46429

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

martin-g
Copy link
Contributor

Needed by cutadapt: #46424

Describe your pull request here


Please read the guidelines for Bioconda recipes before opening a pull request (PR).

General instructions

  • If this PR adds or updates a recipe, use "Add" or "Update" appropriately as the first word in its title.
  • New recipes not directly relevant to the biological sciences need to be submitted to the conda-forge channel instead of Bioconda.
  • PRs require reviews prior to being merged. Once your PR is passing tests and ready to be merged, please issue the @BiocondaBot please add label command.
  • Please post questions on Gitter or ping @bioconda/core in a comment.

Instructions for avoiding API, ABI, and CLI breakage issues

Conda is able to record and lock (a.k.a. pin) dependency versions used at build time of other recipes.
This way, one can avoid that expectations of a downstream recipe with regards to API, ABI, or CLI are violated by later changes in the recipe.
If not already present in the meta.yaml, make sure to specify run_exports (see here for the rationale and comprehensive explanation).
Add a run_exports section like this:

build:
  run_exports:
    - ...

with ... being one of:

Case run_exports statement
semantic versioning {{ pin_subpackage("myrecipe", max_pin="x") }}
semantic versioning (0.x.x) {{ pin_subpackage("myrecipe", max_pin="x.x") }}
known breakage in minor versions {{ pin_subpackage("myrecipe", max_pin="x.x") }} (in such a case, please add a note that shortly mentions your evidence for that)
known breakage in patch versions {{ pin_subpackage("myrecipe", max_pin="x.x.x") }} (in such a case, please add a note that shortly mentions your evidence for that)
calendar versioning {{ pin_subpackage("myrecipe", max_pin=None) }}

while replacing "myrecipe" with either name if a name|lower variable is defined in your recipe or with the lowercase name of the package in quotes.

Bot commands for PR management

Please use the following BiocondaBot commands:

Everyone has access to the following BiocondaBot commands, which can be given in a comment:

@BiocondaBot please update Merge the master branch into a PR.
@BiocondaBot please add label Add the please review & merge label.
@BiocondaBot please fetch artifacts Post links to CI-built packages/containers.
You can use this to test packages locally.

Note that the @BiocondaBot please merge command is now depreciated. Please just squash and merge instead.

Also, the bot watches for comments from non-members that include @bioconda/<team> and will automatically re-post them to notify the addressed <team>.

Needed by `cutadapt`: bioconda#46424

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@martin-g
Copy link
Contributor Author

martin-g commented Mar 14, 2024

@BiocondaBot please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Azure

Package(s) built on Azure are ready for inspection:

Arch Package Zip File
linux-64 dnaio-1.2.0-py310h4b81fae_1.tar.bz2 LinuxArtifacts
linux-64 dnaio-1.2.0-py38he5da3d1_1.tar.bz2 LinuxArtifacts
linux-64 dnaio-1.2.0-py39hf95cd2a_1.tar.bz2 LinuxArtifacts
osx-64 dnaio-1.2.0-py310he07d9a1_1.tar.bz2 OSXArtifacts
osx-64 dnaio-1.2.0-py38h604ca31_1.tar.bz2 OSXArtifacts
osx-64 dnaio-1.2.0-py39hc889f67_1.tar.bz2 OSXArtifacts

You may also use conda to install these after downloading and extracting the appropriate zip file. From the LinuxArtifacts or OSXArtifacts directories:

conda install -c ./packages <package name>

Docker image(s) built (images for Azure are in the LinuxArtifacts zip file above):

Package Tag Install with docker
dnaio 1.2.0--py310h4b81fae_1
showgzip -dc LinuxArtifacts/images/dnaio:1.2.0--py310h4b81fae_1.tar.gz | docker load
dnaio 1.2.0--py38he5da3d1_1
showgzip -dc LinuxArtifacts/images/dnaio:1.2.0--py38he5da3d1_1.tar.gz | docker load
dnaio 1.2.0--py39hf95cd2a_1
showgzip -dc LinuxArtifacts/images/dnaio:1.2.0--py39hf95cd2a_1.tar.gz | docker load

CircleCI

Package(s) built on CircleCI are ready for inspection:

Arch Package Repodata
linux-aarch64 dnaio-1.2.0-py310h0e3f8be_1.tar.bz2 repodata.json
linux-aarch64 dnaio-1.2.0-py38h35e176f_1.tar.bz2 repodata.json
linux-aarch64 dnaio-1.2.0-py39h898dc92_1.tar.bz2 repodata.json

You may also use conda to install these:

conda install -c https://output.circle-artifacts.com/output/job/228bc6e3-ee91-4f44-8ca1-f5fe0dab459d/artifacts/0/tmp/artifacts/packages <package name>

@martin-g
Copy link
Contributor Author

@BiocondaBot please add label

@BiocondaBot BiocondaBot added the please review & merge set to ask for merge label Mar 14, 2024
@martin-g
Copy link
Contributor Author

❯ tar jxvf dnaio-1.2.0-py39h898dc92_1.tar.bz2 
info/run_exports.json
info/test/run_test.py
info/hash_input.json
info/index.json
info/recipe/meta.yaml.template
info/files
info/recipe/meta.yaml
info/recipe/conda_build_config.yaml
info/paths.json
info/about.json
info/git
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/INSTALLER
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/WHEEL
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/LICENSE
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/RECORD
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/METADATA
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/REQUESTED
lib/python3.9/site-packages/dnaio/_core.cpython-39-aarch64-linux-gnu.so
lib/python3.9/site-packages/dnaio/py.typed
lib/python3.9/site-packages/dnaio/_util.py
lib/python3.9/site-packages/dnaio/_version.py
lib/python3.9/site-packages/dnaio/exceptions.py
lib/python3.9/site-packages/dnaio/interfaces.py
lib/python3.9/site-packages/dnaio/singleend.py
lib/python3.9/site-packages/dnaio/writers.py
lib/python3.9/site-packages/dnaio/readers.py
lib/python3.9/site-packages/dnaio/chunks.py
lib/python3.9/site-packages/dnaio/multipleend.py
lib/python3.9/site-packages/dnaio/pairedend.py
lib/python3.9/site-packages/dnaio/__init__.py
lib/python3.9/site-packages/dnaio/_conversions.h
lib/python3.9/site-packages/dnaio/ascii_check.h
lib/python3.9/site-packages/dnaio/bam.h
lib/python3.9/site-packages/dnaio/__pycache__/_util.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/_version.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/exceptions.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/singleend.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/interfaces.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/writers.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/chunks.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/readers.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/__init__.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/pairedend.cpython-39.pyc
lib/python3.9/site-packages/dnaio/__pycache__/multipleend.cpython-39.pyc
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/direct_url.json
lib/python3.9/site-packages/dnaio-1.2.0.dist-info/top_level.txt
lib/python3.9/site-packages/dnaio/_version.pyi
lib/python3.9/site-packages/dnaio/_core.pyi

Looks OK to me!

@rpetit3 rpetit3 added the aarch64 Related to adding linux-aarch64 support label Mar 14, 2024
@rpetit3 rpetit3 merged commit ff1761e into bioconda:master Mar 14, 2024
6 checks passed
Tim15-tech pushed a commit to Tim15-tech/bioconda-recipes that referenced this pull request Mar 18, 2024
Needed by `cutadapt`: bioconda#46424

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Tim15-tech pushed a commit to Tim15-tech/bioconda-recipes that referenced this pull request Apr 3, 2024
Needed by `cutadapt`: bioconda#46424

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch64 Related to adding linux-aarch64 support please review & merge set to ask for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants