Skip to content

Commit

Permalink
libopm on m1
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 1, 2023
1 parent 0d6985b commit 75f5134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* cp312-*"
CIBW_BUILD_VERBOSITY: 1
CIBW_ENVIRONMENT: "USE_LONG_INT=0 USE_UNSIGNED_LONG_INT=0 USE_CBLAS=0 USE_CUDA=0"
CIBW_BEFORE_BUILD_MACOS: brew install libomp
with:
output-dir: wheelhouse

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install OpenMP and numpy for mac
if: runner.os == 'macos'
run: |
brew install libomp # TEST
# brew install libomp
# Starting from libomp>=15.0, the libomp installation in homebrew is "keg-only",
# meaning that libomp is only installed in homebrew's directory, but not moved
Expand Down

0 comments on commit 75f5134

Please sign in to comment.