Skip to content

Commit

Permalink
Merge pull request #22 from Caisusandy/arm-trial
Browse files Browse the repository at this point in the history
Adding supports for ARM CPU
  • Loading branch information
bojunliu0818 authored Jun 7, 2024
2 parents 53dfe97 + c381b4e commit 9e4271b
Show file tree
Hide file tree
Showing 6 changed files with 9,528 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ jobs:
shell: bash -el {0}

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
auto-update-conda: true
python-version: ${{ matrix.python-version }}
# activate-environment: test
activate-environment: test
- name: Install required packages
run: |
conda config --add channels conda-forge
# conda install -yq conda-build jinja2 conda-verify
conda install -yq zlib
conda install h5py
python -m pip install --upgrade pip
# conda update conda-build
# - name: Conda build
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Improvements
- Fixed dependency issue for numpy
- Added github action workflow for PR.
- Fixed bugs in ``APM`` algorithm.
- Added supports for ARM architecture CPU.


v3.8 (April 26, 2017)
Expand Down
Loading

0 comments on commit 9e4271b

Please sign in to comment.