Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joltphysics: add version 5.0.0 #24670

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions recipes/joltphysics/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
sources:
"5.1.0":
url: "https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v5.1.0.tar.gz"
sha256: "525c9d6fb79471b3995f9d621c9f843e71470aed286872c4d4065c1f7b7d049a"
"5.0.1":
url: "https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v5.0.0.tar.gz"
sha256: "5231953d1b1d5b9cb617facf86341a11337e1cd04456949af6911b917a1646cb"
"3.0.1":
url: "https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v3.0.1.tar.gz"
sha256: "7ebb40bf2dddbcf0515984582aaa197ddd06e97581fd55b98cb64f91b243b8a6"
Expand Down
2 changes: 2 additions & 0 deletions recipes/joltphysics/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.8)
project(test_package LANGUAGES CXX)

add_definitions(-DJPH_PROFILE_ENABLED=0 -DJPH_DEBUG_RENDERER=0)
uilianries marked this conversation as resolved.
Show resolved Hide resolved
cuppajoeman marked this conversation as resolved.
Show resolved Hide resolved

find_package(joltphysics REQUIRED CONFIG)

add_executable(${PROJECT_NAME} test_package.cpp)
Expand Down
4 changes: 4 additions & 0 deletions recipes/joltphysics/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
versions:
"5.1.0":
folder: all
"5.0.1":
folder: all
"3.0.1":
folder: all
"2.0.1":
Expand Down
Loading