Skip to content

Commit

Permalink
build: bump math, physics, and astro (#66)
Browse files Browse the repository at this point in the history
* build: bump math, physics, and astro

* Update CMakeLists.txt

* Update Dockerfile
  • Loading branch information
apaletta3 authored Nov 27, 2024
1 parent 17ddff1 commit dc99017
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ IF (NOT OpenSpaceToolkitMathematics_FOUND)

ENDIF ()

### Open Space Toolkit ▸ Physics [10.x.y]
### Open Space Toolkit ▸ Physics [11.x.y]

FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED)
FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED)

IF (NOT OpenSpaceToolkitPhysics_FOUND)

Expand Down
6 changes: 3 additions & 3 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

open-space-toolkit-core~=4.1
open-space-toolkit-io~=4.0
open-space-toolkit-mathematics~=4.2
open-space-toolkit-physics~=10.1
open-space-toolkit-astrodynamics~=12.2
open-space-toolkit-mathematics~=4.3
open-space-toolkit-physics~=11.1
open-space-toolkit-astrodynamics~=12.3
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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
Expand Down

0 comments on commit dc99017

Please sign in to comment.