Skip to content

Commit a6bab58

Browse files
committed
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 (?)
1 parent db65acc commit a6bab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
build:
1919
- {{ compiler('cxx') }}
2020
- scons
21-
- libboost {{ boost }}
21+
- boost-cpp {{ boost }}
2222
- python
2323

2424
test:

0 commit comments

Comments
 (0)