From 43feca1eed568a468757db08ccec25fb4c8e7dd2 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Thu, 16 Nov 2023 11:06:46 -0800 Subject: [PATCH] Pin Boost 1.78 for Python 3.7 [skip ci] --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2101c40..3eab0cd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,8 +33,10 @@ requirements: - {{ cdt('libxxf86vm') }} # [linux] - {{ cdt('libxext') }} # [linux] host: - - libboost-python-devel - - libboost-devel + - boost =1.78 # [py<38] + - boost-cpp =1.78 # [py<38] + - libboost-python-devel # [py>37] + - libboost-devel # [py>37] - eigen - future - libglu # [linux]