From a6bab58daf1c16fd0ab64adeceba5037fed3afff Mon Sep 17 00:00:00 2001 From: Vincent Favre-Nicolin Date: Sun, 25 Sep 2022 11:02:22 +0200 Subject: [PATCH] Use boost-cpp rather than libboost since this fails for the conda-forge pipeline build for windows (maybe because of the boost 1.78 migration), depsite it builds locally (?) --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 14c51f1..f8ef840 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -18,7 +18,7 @@ requirements: build: - {{ compiler('cxx') }} - scons - - libboost {{ boost }} + - boost-cpp {{ boost }} - python test: