Skip to content

Commit

Permalink
Merge pull request #38 from ilastik/build-for-osx-arm64
Browse files Browse the repository at this point in the history
initial build settings for osx-arm64
  • Loading branch information
k-dominik authored Feb 22, 2023
2 parents 1a4aa17 + d1b633c commit a419ebb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
MACOSX_DEPLOYMENT_TARGET: # [osx]
- 11.0 # [osx and arm64]
- 10.9 # [osx and x86_64]

boost:
- 1.74.0
python:
- 3.7
- 3.7 # [not (osx and arm64)]
- 3.8
- 3.9

Expand Down

0 comments on commit a419ebb

Please sign in to comment.