From 101b3f6ef063c07aa08a0d45c51555198197f18a Mon Sep 17 00:00:00 2001 From: Pau Hebrero <65550121+phc1990@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:45:03 +0100 Subject: [PATCH] build!: update physics to 11.1 (#468) build!: update physics to 11.1 Co-authored-by: Pau Hebrero --- CMakeLists.txt | 2 +- bindings/python/requirements.txt | 2 +- docker/development/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44d597719..122258a43 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,7 @@ ENDIF () ### Open Space Toolkit ▸ Physics [11.x.y] -FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED) +FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED) IF (NOT OpenSpaceToolkitPhysics_FOUND) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 0e465d5ef..512443264 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -3,4 +3,4 @@ open-space-toolkit-core~=4.1 open-space-toolkit-io~=4.0 open-space-toolkit-mathematics~=4.3 -open-space-toolkit-physics~=10.1 +open-space-toolkit-physics~=11.1 diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 2b0bedef7..8abe7c5ac 100644 --- a/docker/development/Dockerfile +++ b/docker/development/Dockerfile @@ -148,7 +148,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \ ## Open Space Toolkit ▸ Physics ARG TARGETPLATFORM -ARG OSTK_PHYSICS_MAJOR="10" +ARG OSTK_PHYSICS_MAJOR="11" ## Force an image rebuild when new Physics minor or patch versions are detected ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-physics/git/matching-refs/tags/${OSTK_PHYSICS_MAJOR} /tmp/open-space-toolkit-physics/versions.json