Skip to content

Commit

Permalink
Pin boost to 1.86 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 6, 2024
1 parent a7c5295 commit 0b0769f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conda/conda_build_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ qt:

qt_main:
- 5.15

# The boost 1.86 is taking a lot of time,
# so better to manually pin boost to 1.86 to avoid being locked
# to use old boost builds
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
libboost_python_devel:
- '1.86'

0 comments on commit 0b0769f

Please sign in to comment.