Skip to content

Commit

Permalink
[Glaze] update (#31319)
Browse files Browse the repository at this point in the history
* Glaze update V1.2.3

* update database

* Remove unused flag

* update version database
  • Loading branch information
omarhogni committed May 9, 2023
1 parent 4d2e253 commit ff311f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ports/glaze/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stephenberry/glaze
REF "v${VERSION}"
SHA512 8016328a347dac7c4826cb5ff944d38b1b32dd2fbfe9080f73e3351d2f3682c06c5500f05b2f2dfda5925af8605469b26f78f2522ff498a2131867edceb7b709
SHA512 456b49a86dddb5949991050daa8dcfbe47ca55db6746539e14995a19bd2623ab46ac72e08af29f64cb1f3ff79265fb8d824bf9b7744f3cf94e568f27467b6185
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
-Dglaze_DEVELOPER_MODE=OFF
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/glaze/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glaze",
"version": "1.2.2",
"version": "1.2.3",
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
"homepage": "https://github.com/stephenberry/glaze",
"license": "MIT",
Expand Down
5 changes: 0 additions & 5 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@ gherkin-c:x86-windows = skip
gl3w:arm-neon-android=fail
gl3w:arm64-android=fail
gl3w:x64-android=fail
glaze:arm-neon-android=fail
glaze:arm64-android=fail
glaze:x64-android=fail
glaze:x64-linux=fail
glaze:x64-osx=fail
glew:arm-neon-android=fail
glew:arm64-android=fail
glew:x64-android=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,7 @@
"port-version": 0
},
"glaze": {
"baseline": "1.2.2",
"baseline": "1.2.3",
"port-version": 0
},
"glbinding": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glaze.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ccae5c60306415e7f7bd44e4ebb91b972b550c10",
"version": "1.2.3",
"port-version": 0
},
{
"git-tree": "16c37a75de3f8e60dca6acec5bb868b869cb7e76",
"version": "1.2.2",
Expand Down

0 comments on commit ff311f6

Please sign in to comment.