Skip to content

Commit

Permalink
Add archflags
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 27, 2024
1 parent 734b6c7 commit c0566b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ jobs:

- name: Install Carolina and make wheel
run: |
if [ -d build-env ]; then
source build-env/bin/activate
export _PYTHON_HOST_PLATFORM="macosx-11.0-arm64"
export ARCHFLAGS="-arch arm64"
fi
pip install delocate
python -m pip install .
PYTHON_VERSION_TRIM=$(echo ${{ matrix.python-version }} | tr -d ".")
Expand Down

0 comments on commit c0566b7

Please sign in to comment.