Skip to content

Commit

Permalink
chore: update to Physics 10.0.0 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Oct 8, 2024
1 parent 57f7d7c commit 7e3c4c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Trajectory_Orbit_Model_Propagator, FromEnv
}

{
const Array<Shared<Object>> celestials = {
const Array<Shared<const Object>> celestials = {
std::make_shared<Earth>(Earth::FromModels(
std::make_shared<EarthGravitationalModel>(EarthGravitationalModel::Type::Spherical),
std::make_shared<EarthMagneticModel>(EarthMagneticModel::Type::Undefined),
Expand Down

0 comments on commit 7e3c4c9

Please sign in to comment.