Skip to content

Commit

Permalink
[yomm2] update to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed May 26, 2024
1 parent 01f6021 commit e51966f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 29 deletions.
25 changes: 0 additions & 25 deletions ports/yomm2/fix_install.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/yomm2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ vcpkg_from_github(
REF "v${VERSION}"
SHA512 7703523f994b00d8d890039d1765c1e60355d4edb1fc44af58463f76d2bce3a87372e5e0c257b7706f5ae82faaea1844811db60ec4e3f7f41537fb24d0c369db
HEAD_REF master
PATCHES "fix_install.patch"
)

set(YOMM2_SHARED OFF)
Expand All @@ -18,7 +17,7 @@ endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
OPTIONS
-DYOMM2_ENABLE_EXAMPLES=OFF
-DYOMM2_ENABLE_TESTS=OFF
-DYOMM2_SHARED=${YOMM2_SHARED}
Expand Down
2 changes: 1 addition & 1 deletion ports/yomm2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yomm2",
"version": "1.5.1",
"version": "1.5.2",
"description": "YOMM2 is an implementation of open multi-methods.",
"homepage": "https://github.com/jll63/yomm2",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9613,7 +9613,7 @@
"port-version": 0
},
"yomm2": {
"baseline": "1.5.1",
"baseline": "1.5.2",
"port-version": 0
},
"yyjson": {
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yomm2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "09d43d2ebef0542237867c392746af159a7106f3",
"version": "1.5.2",
"port-version": 0
},
{
"git-tree": "31593c5c597458c4cd437424dfdc72684569c5a5",
"version": "1.5.1",
Expand Down

0 comments on commit e51966f

Please sign in to comment.