aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-10-14 00:50:03 +0300
committerGitHub <noreply@github.com>2021-10-13 14:50:03 -0700
commit1f5e8e4e9b5101a04634e83ae20c147042bfafd2 (patch)
tree0dbe32d1774120a9cc7bbcb572a52f50c46c3d52 /ports
parentfa55dc6197aac9e0fd8040e1558ef7eae4148f77 (diff)
downloadvcpkg-1f5e8e4e9b5101a04634e83ae20c147042bfafd2.tar.gz
vcpkg-1f5e8e4e9b5101a04634e83ae20c147042bfafd2.zip
[boost] fix boost-mpi dependency (#20681)
* [boost] fix #20676 * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/boost/vcpkg.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost/vcpkg.json b/ports/boost/vcpkg.json
index 679f1b752..9dca95aea 100644
--- a/ports/boost/vcpkg.json
+++ b/ports/boost/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "boost",
"version": "1.77.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Peer-reviewed portable C++ source libraries",
"homepage": "https://boost.org",
"dependencies": [
@@ -137,7 +137,6 @@
},
"boost-program-options",
"boost-property-map",
- "boost-property-map-parallel",
"boost-property-tree",
"boost-proto",
"boost-ptr-container",
@@ -202,7 +201,8 @@
"description": "Build with MPI support",
"dependencies": [
"boost-graph-parallel",
- "boost-mpi"
+ "boost-mpi",
+ "boost-property-map-parallel"
]
}
}