File tree Expand file tree Collapse file tree 6 files changed +9
-44
lines changed
scripts/test_ports/vcpkg-ci-mongo-cxx-driver Expand file tree Collapse file tree 6 files changed +9
-44
lines changed Original file line number Diff line number Diff line change @@ -2,36 +2,24 @@ vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO mongodb/mongo-cxx-driver
4
4
REF "r${VERSION} "
5
- SHA512 620112ab91ad5fc0eb900b4b271cf40bac92ec728f0da2053dd42a80cc444910c3784f83c638b5aa1323cfa57308622b034b5c9275c4d2c92cbbbd7bb3eb1b08
5
+ SHA512 7b6564cb5087b03886f3c99aa5da9e87a898b1bd1098393a7668e39d673d6203a39f7fa95e5bef995f5e53c18654ef1806823cf643a994a8c19a1df75b9eb306
6
6
HEAD_REF master
7
7
PATCHES
8
8
fix-dependencies.patch
9
9
)
10
10
11
11
file (WRITE "${SOURCE_PATH} /build/VERSION_CURRENT" "${VERSION} " )
12
12
13
- # This port offered C++17 ABI alternative via features.
14
- # This was reduced to boost only.
15
- vcpkg_check_features (OUT_FEATURE_OPTIONS FEATURE_OPTIONS
16
- FEATURES
17
- boost BSONCXX_POLY_USE_BOOST
18
- INVERTED_FEATURES
19
- boost BSONCXX_POLY_USE_STD
20
- boost CMAKE_DISABLE_FIND_PACKAGE_Boost
21
- )
22
-
23
13
vcpkg_cmake_configure (
24
14
SOURCE_PATH "${SOURCE_PATH} "
25
15
OPTIONS
26
- ${FEATURE_OPTIONS}
27
16
"-DCMAKE_PROJECT_MONGO_CXX_DRIVER_INCLUDE=${CMAKE_CURRENT_LIST_DIR} /cmake-project-include.cmake"
28
17
-DBSONCXX_HEADER_INSTALL_DIR=include
29
18
-DENABLE_TESTS=OFF
30
19
-DENABLE_UNINSTALL=OFF
31
20
-DMONGOCXX_HEADER_INSTALL_DIR=include
32
21
-DNEED_DOWNLOAD_C_DRIVER=OFF
33
22
MAYBE_UNUSED_VARIABLES
34
- CMAKE_DISABLE_FIND_PACKAGE_Boost
35
23
BSONCXX_HEADER_INSTALL_DIR
36
24
MONGOCXX_HEADER_INSTALL_DIR
37
25
)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongo-cxx-driver" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " MongoDB C++ Driver." ,
5
5
"homepage" : " https://github.com/mongodb/mongo-cxx-driver" ,
6
6
"license" : " Apache-2.0" ,
15
15
"name" : " vcpkg-cmake-config" ,
16
16
"host" : true
17
17
}
18
- ],
19
- "features" : {
20
- "boost" : {
21
- "description" : [
22
- " Enables the Boost C++17 polyfill for bsoncxx." ,
23
- " Warning: This feature changes the ABI."
24
- ],
25
- "dependencies" : [
26
- " boost-optional" ,
27
- " boost-smart-ptr" ,
28
- " boost-utility"
29
- ]
30
- }
31
- }
18
+ ]
32
19
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6045
6045
"port-version" : 1
6046
6046
},
6047
6047
"mongo-cxx-driver" : {
6048
- "baseline" : " 3.11 .0" ,
6048
+ "baseline" : " 4.0 .0" ,
6049
6049
"port-version" : 0
6050
6050
},
6051
6051
"mongoose" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 6189b50c8af944ed1231b6e30672b49a1a988c85" ,
5
+ "version" : " 4.0.0" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 7fb58e0dc8d80bb5e013c724129133d335d9ea8a" ,
5
10
"version" : " 3.11.0" ,
You can’t perform that action at this time.
0 commit comments