Skip to content

Commit

Permalink
Designate osx and linux on noarch builds. (#199)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
2 parents c9a7b81 + 6b26d4d commit 7520e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ source:
- osx-zmq.patch

build:
number: 0
number: 1
entry_points:
- spyder = spyder.app.start:main
osx_is_app: true
# https://github.com/conda/conda-build/issues/5385
noarch: python # [not win]
string: "osx_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [osx]
string: "linux_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [linux]

requirements:
build:
Expand Down

0 comments on commit 7520e54

Please sign in to comment.