From 6b26d4dddd2a88395fae74e598e3e430e789b9a4 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:59:31 -0800 Subject: [PATCH] Designate osx and linux on noarch builds. --- recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index af85988..18b356d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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: