Closed reds-heig closed 4 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: ulupo
:x: MonkeyBreaker
You have signed the CLA already but the status is still pending? Let us recheck it.
/azp run
Reference issues/PRs
Types of changes
Description
For windows azure pipeline, now boost is not any more downloaded each time, but the one installed in the system is used. Currently, the version 1.72.0 of boost is used in the pipeline. In the future, if the maintainers of the pipeline update to a new boost version, it'll only necessary to change
azure-pipelines.yml
file.This change should not change anything on currents developers, if of course they do not set the variable
BOOST_ROOT_PIPELINE
in their system.Screenshots (if appropriate)
Any other comments?
Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.