markusjx/Download and install Boost
Download and install Boost
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| boost_version | The boost version to install, e.g. "1.73.0" | yes | — |
| toolset | The toolset used to compile boost, e.g. "msvc" | no | "" |
| platform_version | The platform version boost was compiled on, e.g. "18.04" | no | "" |
| link | Whether the boost libraries are linked statically or dynamically | no | "" |
| arch | The architecture the binaries were built for | no | x86 |
| boost_install_dir | The dirctory to install boost into | no | "" |
| cache | Wheter to use actions/cache to improve build times | no | true |
Outputs
| name | description |
|---|---|
| BOOST_ROOT | The path to the boost installation, e.g. to be used in CMake |
| BOOST_VER | The boost version installed |