From 7e3c4c9424441d8ae91b9d7e267b93a530c66a66 Mon Sep 17 00:00:00 2001 From: Vishwa Shah Date: Tue, 8 Oct 2024 13:26:36 -0500 Subject: [PATCH] chore: update to Physics 10.0.0 (#445) --- CMakeLists.txt | 4 ++-- bindings/python/requirements.txt | 2 +- docker/development/Dockerfile | 2 +- .../Astrodynamics/Trajectory/Propagator.test.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08c57002c..0988edc24 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -340,9 +340,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 799a9d709..b1fb49a1c 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -3,4 +3,4 @@ open-space-toolkit-core~=4.0 open-space-toolkit-io~=4.0 open-space-toolkit-mathematics~=4.1 -open-space-toolkit-physics~=9.2 +open-space-toolkit-physics~=10.0 diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 39b725386..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="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 diff --git a/test/OpenSpaceToolkit/Astrodynamics/Trajectory/Propagator.test.cpp b/test/OpenSpaceToolkit/Astrodynamics/Trajectory/Propagator.test.cpp index e4f112d7a..f1699cd02 100644 --- a/test/OpenSpaceToolkit/Astrodynamics/Trajectory/Propagator.test.cpp +++ b/test/OpenSpaceToolkit/Astrodynamics/Trajectory/Propagator.test.cpp @@ -1239,7 +1239,7 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Trajectory_Orbit_Model_Propagator, FromEnv } { - const Array> celestials = { + const Array> celestials = { std::make_shared(Earth::FromModels( std::make_shared(EarthGravitationalModel::Type::Spherical), std::make_shared(EarthMagneticModel::Type::Undefined),