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

Add Linux aarch64 build for more Bioconductor packages #47789

Merged
merged 4 commits into from May 10, 2024

Conversation

martin-g
Copy link
Contributor

@martin-g martin-g commented May 9, 2024

  • bamsignals
  • bcrank
  • bcseq
  • beachmat
  • chromdraw
  • hdf5array
  • rhdf5
  • rsamtools

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>.

- bamsignals
- bcrank
- bcseq
- beachmat
- chromdraw
- hdf5array
- rsamtools

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@martin-g martin-g changed the title iAdd Linux aarch64 build for more Bioconductor packages Add Linux aarch64 build for more Bioconductor packages May 9, 2024
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
```
(ERR) dyld[44564]: Library not loaded: '@rpath/libtapi.dylib'␛[0m
2024-05-09T12:56:36.5989360Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR)   Referenced from: '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/x86_64-apple-darwin13.4.0-ld'␛[0m
2024-05-09T12:56:36.5991920Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR)   Reason: tried: '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/../lib/libtapi.dylib' (no such file), '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/../lib/libtapi.dylib' (no such file), '/usr/local/lib/libtapi.dylib' (no such file), '/usr/lib/libtapi.dylib' (no such file)␛[0m
2024-05-09T12:56:36.5995710Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR) clang-15: error: unable to execute command: Abort trap: 6␛[0m
```

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
…fails

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@martin-g martin-g force-pushed the aarch64-bioconductor-bulk-10 branch from d5e4140 to b4bdb51 Compare May 9, 2024 17:52
@martin-g martin-g added the aarch64 Related to adding linux-aarch64 support label May 9, 2024
@martin-g
Copy link
Contributor Author

@BiocondaBot please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Package(s) built are ready for inspection:

Arch Package Zip File / Repodata CI Instructions
linux-64 bioconductor-bamsignals-1.34.0-r43hf17093f_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
linux-64 bioconductor-bcrank-1.64.0-r43ha9d7317_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
linux-64 bioconductor-beachmat-2.18.0-r43hf17093f_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
linux-64 bioconductor-chromdraw-2.32.0-r43hf17093f_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
linux-64 bioconductor-hdf5array-1.30.0-r43ha9d7317_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
linux-64 bioconductor-rhdf5-2.46.1-r43hf17093f_1.tar.bz2 LinuxArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the LinuxArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-bamsignals-1.34.0-r43hc0ef7c4_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-bcrank-1.64.0-r43h4c50009_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-beachmat-2.18.0-r43hc0ef7c4_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-chromdraw-2.32.0-r43hc0ef7c4_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-hdf5array-1.30.0-r43h4c50009_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
osx-64 bioconductor-rhdf5-2.46.1-r43hc0ef7c4_1.tar.bz2 OSXArtifacts.zip Azure
showYou may also use conda to install after downloading and extracting the zip file. From the OSXArtifacts directory: conda install -c ./packages <package name>
linux-aarch64 bioconductor-bamsignals-1.34.0-r43h7d2ed04_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>
linux-aarch64 bioconductor-bcrank-1.64.0-r43h1184a65_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>
linux-aarch64 bioconductor-beachmat-2.18.0-r43h7d2ed04_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>
linux-aarch64 bioconductor-chromdraw-2.32.0-r43h7d2ed04_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>
linux-aarch64 bioconductor-hdf5array-1.30.0-r43h1184a65_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>
linux-aarch64 bioconductor-rhdf5-2.46.1-r43h7d2ed04_1.tar.bz2 repodata.json CircleCI
showYou may also use conda to install:conda install -c https://output.circle-artifacts.com/output/job/a7cf45f2-a79d-4f20-a5c0-b79befa3c34a/artifacts/0/tmp/artifacts/packages <package name>

Docker image(s) built:

Package Tag CI Install with docker
bioconductor-bamsignals 1.34.0--r43hf17093f_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-bamsignals:1.34.0--r43hf17093f_1.tar.gz | docker load
bioconductor-bcrank 1.64.0--r43ha9d7317_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-bcrank:1.64.0--r43ha9d7317_1.tar.gz | docker load
bioconductor-beachmat 2.18.0--r43hf17093f_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-beachmat:2.18.0--r43hf17093f_1.tar.gz | docker load
bioconductor-chromdraw 2.32.0--r43hf17093f_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-chromdraw:2.32.0--r43hf17093f_1.tar.gz | docker load
bioconductor-hdf5array 1.30.0--r43ha9d7317_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-hdf5array:1.30.0--r43ha9d7317_1.tar.gz | docker load
bioconductor-rhdf5 2.46.1--r43hf17093f_1 Azure
showImages for Azure are in the LinuxArtifacts zip file above.gzip -dc LinuxArtifacts/images/bioconductor-rhdf5:2.46.1--r43hf17093f_1.tar.gz | docker load

@martin-g
Copy link
Contributor Author

mgrigorov in 🌐 euler-arm-22 in /tmp/bioc/beachmat via 🅒 test123 took 9s 
❯ tar xvf bioconductor-beachmat-2.18.0-r43h7d2ed04_1.tar.bz2                                                                                                                                               (test123) 
info/test/run_test.sh
info/run_exports.json
info/recipe/build.sh
info/hash_input.json
info/index.json
info/recipe/meta.yaml.template
info/recipe/conda_build_config.yaml
info/recipe/meta.yaml
info/about.json
info/files
info/licenses/LICENSE0.txt
info/paths.json
info/git
lib/R/library/beachmat/extensions/NAMESPACE
lib/R/library/beachmat/extensions/DESCRIPTION
lib/R/library/beachmat/help/AnIndex
lib/R/library/beachmat/help/beachmat.rdb
lib/R/library/beachmat/R/beachmat.rdb
lib/R/library/beachmat/testpkg/src/beachtest.h
lib/R/library/beachmat/include/beachmat/utils/dispatch.h
lib/R/library/beachmat/include/beachmat/utils/copyable_vector.h
lib/R/library/beachmat/include/beachmat/utils/raw_structure.h
lib/R/library/beachmat/include/beachmat3/beachmat.h
lib/R/library/beachmat/testpkg/src/set_errors.h
lib/R/library/beachmat/testpkg/src/set_all.h
lib/R/library/beachmat/include/beachmat/output/output_param.h
lib/R/library/beachmat/testpkg/src/set_slice.h
lib/R/library/beachmat/testpkg/src/get_slice.h
lib/R/library/beachmat/testpkg/src/get_all.h
lib/R/library/beachmat/testpkg/src/get_varslice.h
lib/R/library/beachmat/testpkg/src/set_varslice.h
lib/R/library/beachmat/testpkg/src/get_multi.h
lib/R/library/beachmat/include/Rtatami.h
lib/R/library/beachmat/extensions/src/aaron_matrix.h
lib/R/library/beachmat/testpkg/src/set_indexed.h
lib/R/library/beachmat/extensions/src/aaron_output.h
lib/R/library/beachmat/testpkg/src/get_const.h
lib/R/library/beachmat/include/beachmat/utils/const_column.h
lib/R/library/beachmat/testpkg/src/get_indexed.h
lib/R/library/beachmat/testpkg/src/get_errors.h
lib/R/library/beachmat/include/beachmat3/ordinary_reader.h
lib/R/library/beachmat/include/beachmat/utils/dim_checker.h
lib/R/library/beachmat/include/beachmat/integer_matrix.h
lib/R/library/beachmat/include/beachmat/utils/utils.h
lib/R/library/beachmat/include/beachmat/output/simple_writer.h
lib/R/library/beachmat/include/beachmat3/utils.h
lib/R/library/beachmat/include/beachmat/input/simple_reader.h
lib/R/library/beachmat/include/beachmat/utils/external.h
lib/R/library/beachmat/include/beachmat/input/LIN_methods.h
lib/R/library/beachmat/include/beachmat/logical_matrix.h
lib/R/library/beachmat/include/beachmat3/read_lin_block.h
lib/R/library/beachmat/include/beachmat/input/dense_reader.h
lib/R/library/beachmat/include/beachmat/numeric_matrix.h
lib/R/library/beachmat/include/beachmat3/dim_checker.h
lib/R/library/beachmat/extensions/src/exports.h
lib/R/library/beachmat/include/beachmat/output/LIN_methods.h
lib/R/library/beachmat/include/beachmat3/as_gCMatrix.h
lib/R/library/beachmat/include/beachmat/output/LIN_output.h
lib/R/library/beachmat/include/beachmat/input/LIN_matrix.h
lib/R/library/beachmat/include/beachmat/output/Csparse_writer.h
lib/R/library/beachmat/include/beachmat/input/unknown_reader.h
lib/R/library/beachmat/include/beachmat/input/external_reader.h
lib/R/library/beachmat/include/beachmat/input/Csparse_reader.h
lib/R/library/beachmat/include/beachmat/output/external_writer.h
lib/R/library/beachmat/include/beachmat/character_matrix.h
lib/R/library/beachmat/include/beachmat/input/delayed_reader.h
lib/R/library/beachmat/include/beachmat3/lin_matrix.h
lib/R/library/beachmat/include/beachmat3/Csparse_reader.h
lib/R/library/beachmat/R/beachmat
lib/R/library/beachmat/doc/index.html
lib/R/library/beachmat/html/00Index.html
lib/R/library/beachmat/doc/linking.html
lib/R/library/beachmat/testpkg/R/namespace.R
lib/R/library/beachmat/extensions/tests/testthat.R
lib/R/library/beachmat/testpkg/tests/testthat.R
lib/R/library/beachmat/newtests/R/namespace.R
lib/R/library/beachmat/newtests/tests/testthat.R
lib/R/library/beachmat/extensions/tests/testthat/setup-all.R
lib/R/library/beachmat/testpkg/R/check_write_class.R
lib/R/library/beachmat/testpkg/R/check_read_class.R
lib/R/library/beachmat/extensions/R/beachmat.R
lib/R/library/beachmat/testpkg/R/check_read_const.R
lib/R/library/beachmat/testpkg/R/check_read_indexed.R
lib/R/library/beachmat/newtests/tests/testthat/test-promotion.R
lib/R/library/beachmat/newtests/tests/testthat/test-clone.R
lib/R/library/beachmat/doc/linking.R
lib/R/library/beachmat/testpkg/R/utils.R
lib/R/library/beachmat/extensions/R/class.R
lib/R/library/beachmat/testpkg/R/check_read_type.R
lib/R/library/beachmat/testpkg/R/check_write_errors.R
lib/R/library/beachmat/testpkg/R/check_read_slice.R
lib/R/library/beachmat/testpkg/R/check_write_type.R
lib/R/library/beachmat/testpkg/R/check_read_all.R
lib/R/library/beachmat/testpkg/tests/testthat/test-integer-output.R
lib/R/library/beachmat/testpkg/tests/testthat/test-character-output.R
lib/R/library/beachmat/testpkg/R/check_read_errors.R
lib/R/library/beachmat/testpkg/R/check_read_varslice.R
lib/R/library/beachmat/testpkg/R/check_write_slice.R
lib/R/library/beachmat/testpkg/tests/testthat/setup-fun.R
lib/R/library/beachmat/testpkg/R/check_write_indexed.R
lib/R/library/beachmat/newtests/R/RcppExports.R
lib/R/library/beachmat/newtests/tests/testthat/setup.R
lib/R/library/beachmat/testpkg/R/check_read_multi.R
lib/R/library/beachmat/testpkg/R/check_write_all.R
lib/R/library/beachmat/extensions/tests/testthat/test-character.R
lib/R/library/beachmat/extensions/tests/testthat/test-integer.R
lib/R/library/beachmat/newtests/tests/testthat/test-sparse-row.R
lib/R/library/beachmat/testpkg/R/check_write_varslice.R
lib/R/library/beachmat/newtests/tests/testthat/test-sparse-column.R
lib/R/library/beachmat/testpkg/tests/testthat/test-logical-output.R
lib/R/library/beachmat/newtests/tests/testthat/test-dense-row.R
lib/R/library/beachmat/newtests/tests/testthat/test-dense-column.R
lib/R/library/beachmat/testpkg/tests/testthat/test-numeric-output.R
lib/R/library/beachmat/testpkg/R/delayed_funs.R
lib/R/library/beachmat/newtests/tests/testthat/test-error.R
lib/R/library/beachmat/testpkg/tests/testthat/test-error.R
lib/R/library/beachmat/testpkg/tests/testthat/test-integer-input.R
lib/R/library/beachmat/testpkg/tests/testthat/test-character-input.R
lib/R/library/beachmat/testpkg/tests/testthat/test-logical-input.R
lib/R/library/beachmat/testpkg/tests/testthat/test-numeric-input.R
lib/R/library/beachmat/easy_register.sh
lib/R/library/beachmat/include/fetch.sh
lib/R/library/beachmat/testpkg/src/set_class.cpp
lib/R/library/beachmat/testpkg/src/get_class.cpp
lib/R/library/beachmat/newtests/src/test_promotion.cpp
lib/R/library/beachmat/newtests/src/test_errors.cpp
lib/R/library/beachmat/testpkg/src/get_indexed.cpp
lib/R/library/beachmat/newtests/src/test_clone.cpp
lib/R/library/beachmat/testpkg/src/get_errors.cpp
lib/R/library/beachmat/testpkg/src/get_varslice.cpp
lib/R/library/beachmat/extensions/src/character_access.cpp
lib/R/library/beachmat/newtests/src/test_get_row.cpp
lib/R/library/beachmat/testpkg/src/get_slice.cpp
lib/R/library/beachmat/newtests/src/test_get_column.cpp
lib/R/library/beachmat/testpkg/src/set_errors.cpp
lib/R/library/beachmat/newtests/src/test_get_sparse_row.cpp
lib/R/library/beachmat/newtests/src/test_get_sparse_column.cpp
lib/R/library/beachmat/extensions/src/character_output.cpp
lib/R/library/beachmat/testpkg/src/get_const.cpp
lib/R/library/beachmat/extensions/src/exports.cpp
lib/R/library/beachmat/testpkg/src/get_all.cpp
lib/R/library/beachmat/extensions/src/integer_access.cpp
lib/R/library/beachmat/testpkg/src/get_types.cpp
lib/R/library/beachmat/testpkg/src/set_indexed.cpp
lib/R/library/beachmat/extensions/src/integer_output.cpp
lib/R/library/beachmat/testpkg/src/get_multi.cpp
lib/R/library/beachmat/testpkg/src/set_varslice.cpp
lib/R/library/beachmat/testpkg/src/set_slice.cpp
lib/R/library/beachmat/testpkg/src/set_types.cpp
lib/R/library/beachmat/testpkg/src/set_all.cpp
lib/R/library/beachmat/newtests/src/RcppExports.cpp
lib/R/library/beachmat/include/tatami/utils/convert_to_dense.hpp
lib/R/library/beachmat/include/tatami_r/tatami_r.hpp
lib/R/library/beachmat/include/tatami_chunked/tatami_chunked.hpp
lib/R/library/beachmat/include/tatami/utils/ElementType.hpp
lib/R/library/beachmat/include/tatami/isometric/boolean_utils.hpp
lib/R/library/beachmat/include/byteme/magic_numbers.hpp
lib/R/library/beachmat/include/byteme/byteme.hpp
lib/R/library/beachmat/include/byteme/RawBufferWriter.hpp
lib/R/library/beachmat/include/byteme/SelfClosingGzFile.hpp
lib/R/library/beachmat/include/byteme/SelfClosingFILE.hpp
lib/R/library/beachmat/include/tatami/isometric/compare_utils.hpp
lib/R/library/beachmat/include/tatami/utils/convert_to_sparse.hpp
lib/R/library/beachmat/include/tatami/utils/wrap_shared_ptr.hpp
lib/R/library/beachmat/include/byteme/OstreamWriter.hpp
lib/R/library/beachmat/include/tatami_r/SimpleMatrix.hpp
lib/R/library/beachmat/include/byteme/Reader.hpp
lib/R/library/beachmat/include/tatami/tatami.hpp
lib/R/library/beachmat/include/byteme/RawBufferReader.hpp
lib/R/library/beachmat/include/byteme/GzipFileReader.hpp
lib/R/library/beachmat/include/byteme/IstreamReader.hpp
lib/R/library/beachmat/include/tatami/utils/process_consecutive_indices.hpp
lib/R/library/beachmat/include/tatami/base/utils.hpp
lib/R/library/beachmat/include/tatami/utils/ArrayView.hpp
lib/R/library/beachmat/include/byteme/Writer.hpp
lib/R/library/beachmat/include/byteme/ChunkedBufferReader.hpp
lib/R/library/beachmat/include/byteme/SomeFileReader.hpp
lib/R/library/beachmat/include/byteme/RawFileWriter.hpp
lib/R/library/beachmat/include/tatami/sparse/utils.hpp
lib/R/library/beachmat/include/tatami_r/utils.hpp
lib/R/library/beachmat/include/byteme/SomeBufferReader.hpp
lib/R/library/beachmat/include/byteme/GzipFileWriter.hpp
lib/R/library/beachmat/include/byteme/RawFileReader.hpp
lib/R/library/beachmat/include/tatami/isometric/arith_utils.hpp
lib/R/library/beachmat/include/byteme/temp_file_path.hpp
lib/R/library/beachmat/include/tatami/isometric/binary/utils.hpp
lib/R/library/beachmat/include/tatami/base/Options.hpp
lib/R/library/beachmat/include/tatami/isometric/binary/boolean_helpers.hpp
lib/R/library/beachmat/include/tatami/base/SparseRange.hpp
lib/R/library/beachmat/include/tatami_r/parallelize.hpp
lib/R/library/beachmat/include/tatami_r/SVT_SparseMatrix.hpp
lib/R/library/beachmat/include/byteme/ZlibBufferWriter.hpp
lib/R/library/beachmat/include/tatami/isometric/binary/arith_helpers.hpp
lib/R/library/beachmat/include/tatami/isometric/binary/compare_helpers.hpp
lib/R/library/beachmat/include/tatami_chunked/LruSlabCache.hpp
lib/R/library/beachmat/include/byteme/ZlibBufferReader.hpp
lib/R/library/beachmat/include/tatami/utils/bind_intersection.hpp
lib/R/library/beachmat/include/tatami/subset/make_DelayedSubset.hpp
lib/R/library/beachmat/include/tatami/subset/utils.hpp
lib/R/library/beachmat/include/tatami/other/DelayedTranspose.hpp
lib/R/library/beachmat/include/tatami/utils/Oracles.hpp
lib/R/library/beachmat/include/tatami/utils/compress_sparse_triplets.hpp
lib/R/library/beachmat/include/tatami/stats/sums.hpp
lib/R/library/beachmat/include/byteme/PerByte.hpp
lib/R/library/beachmat/include/tatami/dense/convert_to_dense.hpp
lib/R/library/beachmat/include/tatami/dense/VirtualDenseMatrix.hpp
lib/R/library/beachmat/include/tatami_chunked/typical_slab_cache.hpp
lib/R/library/beachmat/include/tatami/stats/utils.hpp
lib/R/library/beachmat/include/manticore/manticore.hpp
lib/R/library/beachmat/include/tatami/sparse/primary_extraction.hpp
lib/R/library/beachmat/include/tatami/stats/medians.hpp
lib/R/library/beachmat/include/tatami_r/COO_SparseMatrix.hpp
lib/R/library/beachmat/include/tatami/stats/grouped_medians.hpp
lib/R/library/beachmat/include/tatami/stats/grouped_sums.hpp
lib/R/library/beachmat/include/tatami_chunked/OracleSlabCache.hpp
lib/R/library/beachmat/include/tatami/dense/DenseMatrix.hpp
lib/R/library/beachmat/include/tatami/sparse/convert_to_fragmented_sparse.hpp
lib/R/library/beachmat/include/tatami/isometric/unary/boolean_helpers.hpp
lib/R/library/beachmat/include/tatami/subset/DelayedSubsetSortedUnique.hpp
lib/R/library/beachmat/include/tatami/isometric/unary/compare_helpers.hpp
lib/R/library/beachmat/include/tatami/utils/SomeNumericArray.hpp
lib/R/library/beachmat/include/tatami/base/Extractor.hpp
lib/R/library/beachmat/include/tatami/base/Matrix.hpp
lib/R/library/beachmat/include/tatami/stats/ranges.hpp
lib/R/library/beachmat/include/tatami/subset/DelayedSubsetBlock.hpp
lib/R/library/beachmat/include/tatami/other/DelayedCast.hpp
lib/R/library/beachmat/include/tatami/sparse/convert_to_compressed_sparse.hpp
lib/R/library/beachmat/include/tatami/stats/variances.hpp
lib/R/library/beachmat/include/tatami_chunked/SubsettedOracleSlabCache.hpp
lib/R/library/beachmat/include/tatami/sparse/SparseSecondaryExtractorCore.hpp
lib/R/library/beachmat/include/tatami/isometric/unary/arith_helpers.hpp
lib/R/library/beachmat/include/tatami/subset/DelayedSubsetSorted.hpp
lib/R/library/beachmat/include/tatami/subset/DelayedSubsetUnique.hpp
lib/R/library/beachmat/include/tatami/isometric/binary/DelayedBinaryIsometricOp.hpp
lib/R/library/beachmat/include/tatami_r/UnknownMatrix.hpp
lib/R/library/beachmat/include/tatami/subset/DelayedSubset.hpp
lib/R/library/beachmat/include/tatami/isometric/unary/math_helpers.hpp
lib/R/library/beachmat/include/tatami/sparse/FragmentedSparseMatrix.hpp
lib/R/library/beachmat/include/tatami/sparse/CompressedSparseMatrix.hpp
lib/R/library/beachmat/include/tatami/other/DelayedBind.hpp
lib/R/library/beachmat/include/tatami/isometric/unary/DelayedUnaryIsometricOp.hpp
lib/R/library/beachmat/include/tatami/sparse/SemiCompressedSparseMatrix.hpp
lib/R/library/beachmat/include/tatami_chunked/CustomChunkedMatrix.hpp
lib/R/library/beachmat/include/tatami_chunked/simple_chunk_wrappers.hpp
lib/R/library/beachmat/INDEX
lib/R/library/beachmat/CITATION
lib/R/library/beachmat/DESCRIPTION
lib/R/library/beachmat/NAMESPACE
lib/R/library/beachmat/testpkg/man/delayed_funs.Rd
lib/R/library/beachmat/NEWS.Rd
lib/R/library/beachmat/testpkg/man/check_read.Rd
lib/R/library/beachmat/testpkg/man/check_write.Rd
lib/R/library/beachmat/help/beachmat.rdx
lib/R/library/beachmat/R/beachmat.rdx
lib/R/library/beachmat/Meta/features.rds
lib/R/library/beachmat/Meta/vignette.rds
lib/R/library/beachmat/help/paths.rds
lib/R/library/beachmat/help/aliases.rds
lib/R/library/beachmat/Meta/links.rds
lib/R/library/beachmat/Meta/Rd.rds
lib/R/library/beachmat/Meta/nsInfo.rds
lib/R/library/beachmat/Meta/hsearch.rds
lib/R/library/beachmat/Meta/package.rds
lib/R/library/beachmat/testpkg/DESCRIPTION
lib/R/library/beachmat/testpkg/NAMESPACE
lib/R/library/beachmat/libs/beachmat.so
lib/R/library/beachmat/doc/linking.Rmd
lib/R/library/beachmat/newtests/NAMESPACE
lib/R/library/beachmat/newtests/DESCRIPTION
lib/R/library/beachmat/html/R.css

mgrigorov in 🌐 euler-arm-22 in /tmp/bioc/beachmat via 🅒 test123 
❯ file lib/R/library/beachmat/libs/beachmat.so                                                                                                                                                             (test123) 
lib/R/library/beachmat/libs/beachmat.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, with debug_info, not stripped

mgrigorov in 🌐 euler-arm-22 in /tmp/bioc/beachmat via 🅒 test123 
❯ conda install ./bioconductor-beachmat-2.18.0-r43h7d2ed04_1.tar.bz2                                                                                                                                       (test123) 
Retrieving notices: ...working... done

Downloading and Extracting Packages:
                                                                                                                                                                                                                     

Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

LGTM!

@martin-g
Copy link
Contributor Author

@BiocondaBot please add label

@BiocondaBot BiocondaBot added the please review & merge set to ask for merge label May 10, 2024
@mencian mencian merged commit 420bee3 into bioconda:master May 10, 2024
6 checks passed
@martin-g martin-g deleted the aarch64-bioconductor-bulk-10 branch May 13, 2024 07:04
daler pushed a commit that referenced this pull request May 14, 2024
* iAdd Linux aarch64 build for more Bioconductor packages

- bamsignals
- bcrank
- bcseq
- beachmat
- chromdraw
- hdf5array
- rsamtools

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Add linux-aarch64 build for bioconductor-rhdf5 too

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Add `tapi` as a dependency for bioconductor-beachmat

```
(ERR) dyld[44564]: Library not loaded: '@rpath/libtapi.dylib'␛[0m
2024-05-09T12:56:36.5989360Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR)   Referenced from: '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/x86_64-apple-darwin13.4.0-ld'␛[0m
2024-05-09T12:56:36.5991920Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR)   Reason: tried: '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/../lib/libtapi.dylib' (no such file), '/opt/mambaforge/envs/bioconda/pkgs/ld64_osx-64-609-h0fd476b_15/bin/../lib/libtapi.dylib' (no such file), '/usr/local/lib/libtapi.dylib' (no such file), '/usr/lib/libtapi.dylib' (no such file)␛[0m
2024-05-09T12:56:36.5995710Z 12:56:34 ␛[32mBIOCONDA INFO␛[0m (ERR) clang-15: error: unable to execute command: Abort trap: 6␛[0m
```

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Do not build bioc-bcseq and bioc-rsamtools for now. The build on OSX fails

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

---------

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.

None yet

3 participants