Skip to content

Commit

Permalink
[entt] Update to 3.9.0 (#22147)
Browse files Browse the repository at this point in the history
* [entt] Update to 3.9.0

* Update version files

* Migrate to new functions

* Update version
  • Loading branch information
SuperWig authored Dec 22, 2021
1 parent bfacc7c commit c3d2f29
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
13 changes: 6 additions & 7 deletions ports/entt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
REF 2d5a3f24aa6dc38ed0c4eee9d4d625586d8e921e #v3.8.0
SHA512 36b7be2550be5a919548e5c91db218ed9b062804d4f43073d6fc6b432fa2d358b5d36098490359ca2392370b2bf1b99d20e564504eaac619f5cd7f9612d91e2e
REF v3.9.0
SHA512 b318ea06deb69350a00b3e824462a22fe443f4c778d0934857b68e43f0e6f1fe30c281889c14e3456067629e62a2bbb54491458c43d52ef543b2db8903133922
HEAD_REF master
)
endif()

vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DENTT_BUILD_TESTING=OFF
)

vcpkg_install_cmake()
vcpkg_cmake_install()

if(EXISTS ${CURRENT_PACKAGES_DIR}/cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH cmake)
else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/EnTT/cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/EnTT/cmake)
endif()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
Expand Down
13 changes: 11 additions & 2 deletions ports/entt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "entt",
"version": "3.8.0",
"port-version": 1,
"version": "3.9.0",
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
"homepage": "https://github.com/skypjack/entt",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"experimental": {
"description": "Use experimental features right away"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2029,8 +2029,8 @@
"port-version": 3
},
"entt": {
"baseline": "3.8.0",
"port-version": 1
"baseline": "3.9.0",
"port-version": 0
},
"epsilon": {
"baseline": "0.9.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/entt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "74ad1980650c2f8ecb6369b8b981711f96f7bd08",
"version": "3.9.0",
"port-version": 0
},
{
"git-tree": "c1b20a18637e66b31dcda3a46341bf10548b78e8",
"version": "3.8.0",
Expand Down

0 comments on commit c3d2f29

Please sign in to comment.