From 080c7d99a8bd8a97c655b50474684139393f098c Mon Sep 17 00:00:00 2001 From: Pau Hebrero <65550121+phc1990@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:05:55 +0100 Subject: [PATCH] fix: downgrade physics dep. to 10.1 (#467) * fix: downgrade phwyics dep. to 10.1 * fix: downgrade physics to 10.x --------- 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 122258a43..44d597719 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,7 @@ ENDIF () ### Open Space Toolkit ▸ Physics [11.x.y] -FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED) +FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED) IF (NOT OpenSpaceToolkitPhysics_FOUND) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 512443264..0e465d5ef 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~=11.1 +open-space-toolkit-physics~=10.1 diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 8abe7c5ac..2b0bedef7 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="11" +ARG OSTK_PHYSICS_MAJOR="10" ## 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