diff options
| author | Yury Bura <yurybura@gmail.com> | 2021-10-14 00:50:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 14:50:03 -0700 |
| commit | 1f5e8e4e9b5101a04634e83ae20c147042bfafd2 (patch) | |
| tree | 0dbe32d1774120a9cc7bbcb572a52f50c46c3d52 /scripts | |
| parent | fa55dc6197aac9e0fd8040e1558ef7eae4148f77 (diff) | |
| download | vcpkg-1f5e8e4e9b5101a04634e83ae20c147042bfafd2.tar.gz vcpkg-1f5e8e4e9b5101a04634e83ae20c147042bfafd2.zip | |
[boost] fix boost-mpi dependency (#20681)
* [boost] fix #20676
* update version
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/boost/generate-ports.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index a626daf34..361480f04 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -24,7 +24,7 @@ else { # Clear this array when moving to a new boost version
$portVersions = @{
#e.g. "boost-asio" = 1;
- "boost" = 1;
+ "boost" = 2;
"boost-config" = 2;
"boost-gil" = 1;
"boost-iostreams" = 1;
@@ -39,7 +39,7 @@ $portData = @{ "features" = @{
"mpi" = @{
"description" = "Build with MPI support";
- "dependencies" = @("boost-mpi", "boost-graph-parallel");
+ "dependencies" = @("boost-mpi", "boost-graph-parallel", "boost-property-map-parallel");
}
}
};
|
