From 1e34b6b4e7939ecfe3b45fedb72d34889b58a203 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:10:39 +0000 Subject: [PATCH 1/9] Update bte to 0.9.1 --- recipes/bte/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index a63eac0201941..b4bfa34fb8f62 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -1,6 +1,6 @@ {% set name = "bte" %} -{% set version = "0.9.0" %} -{% set sha256 = "fd597ee024a6bf92e2231cbf780c435dc589f94c2bcfd5b9e9b30b2ec8baf590" %} +{% set version = "0.9.1" %} +{% set sha256 = "c70a76e347261b2f96564dd796ea5a6617553a778c98786352d15c5397ab11ab" %} package: name: {{ name|lower }} @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 3 + number: 0 skip: true # [py < 38] requirements: From 3b0c45fa503cb1860d9411e0fa4fab91c3e358f0 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 18 Jun 2024 09:01:50 +0300 Subject: [PATCH 2/9] Add run_exports --- recipes/bte/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index b4bfa34fb8f62..1bccbed1ee645 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -12,6 +12,8 @@ source: build: number: 0 + run_exports: + - {{ pin_subpackage(name, max_pin="x.x") }} skip: true # [py < 38] requirements: From 78dc485fb6e586ca7c85f917baa801ea677cc7f5 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Tue, 18 Jun 2024 09:21:03 +0300 Subject: [PATCH 3/9] Pin cython to 0.x Signed-off-by: Martin Tzvetanov Grigorov --- recipes/bte/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index 1bccbed1ee645..1d396f489cd63 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -14,15 +14,14 @@ build: number: 0 run_exports: - {{ pin_subpackage(name, max_pin="x.x") }} - skip: true # [py < 38] - + requirements: build: - make - setuptools - {{ compiler("cxx") }} host: - - cython + - cython <1 - python {{ python }} - boost-cpp - protobuf =3.19 From 876ae7c4cae6b1fede7f80936cb1eeb652332b38 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:57:38 -0600 Subject: [PATCH 4/9] Update meta.yaml --- recipes/bte/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index 1d396f489cd63..0ff954c802b86 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -18,18 +18,18 @@ build: requirements: build: - make - - setuptools - {{ compiler("cxx") }} host: - cython <1 - python {{ python }} + - setuptools - boost-cpp - - protobuf =3.19 + - protobuf - tbb-devel =2019.0 run: - python {{ python }} - boost-cpp - - protobuf =3.19 + - protobuf - tbb-devel =2019.0 test: @@ -37,10 +37,10 @@ test: - python3 -c "import bte" about: - home: https://github.com/jmcbroome/BTE + home: "https://github.com/jmcbroome/BTE" license: MIT license_family: MIT license_file: LICENSE summary: "Cython wrapper enabling use of the MAT library in Python." - dev-url: https://github.com/jmcbroome/BTE - doc-url: https://jmcbroome.github.io/BTE/build/html/index.html + dev_url: "https://github.com/jmcbroome/BTE" + doc_url: "https://jmcbroome.github.io/BTE/build/html/index.html" From 286eed376ecc874346d5d6c6dc3a42423bd665b7 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:59:02 -0600 Subject: [PATCH 5/9] Update meta.yaml --- recipes/bte/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index 0ff954c802b86..556af2f05192e 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -22,14 +22,15 @@ requirements: host: - cython <1 - python {{ python }} + - pip - setuptools - boost-cpp - - protobuf + - protobuf =3.19 - tbb-devel =2019.0 run: - python {{ python }} - boost-cpp - - protobuf + - protobuf =3.19 - tbb-devel =2019.0 test: From 1f76435e7b1ca6c77babb621790029ea85d4bd68 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:59:38 -0600 Subject: [PATCH 6/9] Update build.sh --- recipes/bte/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bte/build.sh b/recipes/bte/build.sh index 8bbf424f83c7a..0ca706c257170 100644 --- a/recipes/bte/build.sh +++ b/recipes/bte/build.sh @@ -1,2 +1,2 @@ -$PYTHON setup.py build_ext + $PYTHON setup.py install --single-version-externally-managed --record=record.txt From a0b396ae61427bbdbe15242d8208cbb02be43ebc Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:59:53 -0600 Subject: [PATCH 7/9] Delete recipes/bte/build.sh --- recipes/bte/build.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 recipes/bte/build.sh diff --git a/recipes/bte/build.sh b/recipes/bte/build.sh deleted file mode 100644 index 0ca706c257170..0000000000000 --- a/recipes/bte/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -$PYTHON setup.py install --single-version-externally-managed --record=record.txt From 780da767c6924e9138bbc4d060d0d939eac90538 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 29 Jan 2025 04:00:25 -0600 Subject: [PATCH 8/9] Update meta.yaml --- recipes/bte/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index 556af2f05192e..e2ba3b043ffb7 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -12,6 +12,7 @@ source: build: number: 0 + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage(name, max_pin="x.x") }} From 23b6445b4e893b4def5e345a83a192849dc3eb42 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Wed, 29 Jan 2025 04:26:02 -0600 Subject: [PATCH 9/9] Update meta.yaml --- recipes/bte/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/bte/meta.yaml b/recipes/bte/meta.yaml index e2ba3b043ffb7..9b744c6516040 100644 --- a/recipes/bte/meta.yaml +++ b/recipes/bte/meta.yaml @@ -12,6 +12,7 @@ source: build: number: 0 + skip: True # [py < 311] script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage(name, max_pin="x.x") }}