Skip to content

Commit

Permalink
add: osx-arm64 version for testing on newer apple devices (#631)
Browse files Browse the repository at this point in the history
* add: osx-arm64 version for testing on newer apple devices

* update README with xtensor package names
  • Loading branch information
YYYasin19 authored Jun 1, 2023
1 parent 4847831 commit b1ac607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ To run the upload, you need to set environment variables for the quetz API key (
```bash
export QUETZ_API_KEY=E_KaBFstCKI9hTdPM7DQq56GglRHf2HW7tQtq6si370
export QUETZ_SERVER_URL=http://localhost:8000
quetz-client post_file_to_channel channel0 xtensor/linux-64/xtensor-0.16.1-0.tar.bz2
quetz-client post_file_to_channel channel0 xtensor/osx-64/xtensor-0.16.1-0.tar.bz2
quetz-client post_file_to_channel channel0 xtensor/linux-64/xtensor-0.24.3-h924138e_1.tar.bz2
quetz-client post_file_to_channel channel0 xtensor/osx-64/xtensor-0.24.3-h1b54a9f_1.tar.bz2
quetz-client post_file_to_channel channel0 xtensor/osx-arm64/xtensor-0.24.3-hf86a087_1.tar.bz2
```

Install the test package with conda:
Expand Down
6 changes: 4 additions & 2 deletions download-test-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

mkdir -p xtensor/osx-64
mkdir -p xtensor/linux-64
wget https://conda.anaconda.org/conda-forge/osx-64/xtensor-0.16.1-0.tar.bz2 -P xtensor/osx-64/
wget https://conda.anaconda.org/conda-forge/linux-64/xtensor-0.16.1-0.tar.bz2 -P xtensor/linux-64/
mkdir -p xtensor/osx-arm64
wget https://conda.anaconda.org/conda-forge/osx-64/xtensor-0.24.3-h1b54a9f_1.tar.bz2 -P xtensor/osx-64/
wget https://conda.anaconda.org/conda-forge/linux-64/xtensor-0.24.3-h924138e_1.tar.bz2 -P xtensor/linux-64/
wget https://conda.anaconda.org/conda-forge/osx-arm64/xtensor-0.24.3-hf86a087_1.tar.bz2 -P xtensor/osx-arm64/

0 comments on commit b1ac607

Please sign in to comment.