Skip to content

Commit

Permalink
libopm on m1 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 1, 2023
1 parent 75f5134 commit d5d7f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +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
CIBW_BEFORE_BUILD_MACOS: brew install llvm libomp && export CC=/usr/local/opt/llvm/bin/clang
with:
output-dir: wheelhouse

Expand Down

0 comments on commit d5d7f2c

Please sign in to comment.