Skip to content

Commit

Permalink
try intel-mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Apr 8, 2024
1 parent af47028 commit a69f44a
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 33 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,14 @@ jobs:
target: [x86_64, x86, aarch64, armv7]
steps:
- uses: actions/checkout@v3
- name: Install CMake and Fortran Compiler
run: |
sudo apt-get update
sudo apt-get install -y cmake gfortran
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --cargo-extra-args='-C link-args=-fPIC'
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -97,11 +93,6 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v3
- name: Install CMake and Fortran Compiler
run: |
choco install cmake
choco install mingw
refreshenv
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -110,7 +101,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --cargo-extra-args='-C link-args=-fPIC'
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit a69f44a

Please sign in to comment.