From 6593d8d8bbc7ebb28b066809bcdc9180f203b95d Mon Sep 17 00:00:00 2001 From: Vishwa Shah Date: Tue, 8 Oct 2024 18:26:45 -0500 Subject: [PATCH] chore: update to Physics 10.0.0 (#58) Co-authored-by: Vishwa Shah --- CMakeLists.txt | 4 ++-- bindings/python/requirements.txt | 2 +- docker/development/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d84efeb..0e1c6c4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -322,9 +322,9 @@ IF (NOT OpenSpaceToolkitMathematics_FOUND) ENDIF () -### Open Space Toolkit ▸ Physics [9.x.y] +### Open Space Toolkit ▸ Physics [10.x.y] -FIND_PACKAGE ("OpenSpaceToolkitPhysics" "9" REQUIRED) +FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED) IF (NOT OpenSpaceToolkitPhysics_FOUND) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index bf90418..0565a84 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -3,5 +3,5 @@ open-space-toolkit-core~=4.0 open-space-toolkit-io~=4.0 open-space-toolkit-mathematics~=4.0 -open-space-toolkit-physics~=9.0 +open-space-toolkit-physics~=10.0 open-space-toolkit-astrodynamics~=12.0 diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 03826d6..3732e79 100644 --- a/docker/development/Dockerfile +++ b/docker/development/Dockerfile @@ -107,7 +107,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \ ## Open Space Toolkit ▸ Physics ARG TARGETPLATFORM -ARG OSTK_PHYSICS_MAJOR="9" +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