Skip to content

Commit

Permalink
Use boost-cpp rather than libboost since this fails for the conda-for…
Browse files Browse the repository at this point in the history
…ge pipeline build for windows (maybe because of the boost 1.78 migration), depsite it builds locally (?)
  • Loading branch information
vincefn committed Sep 25, 2022
1 parent db65acc commit a6bab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
build:
- {{ compiler('cxx') }}
- scons
- libboost {{ boost }}
- boost-cpp {{ boost }}
- python

test:
Expand Down

0 comments on commit a6bab58

Please sign in to comment.