Skip to content

Commit

Permalink
build!: update OSTk Astro to 13.0 (#67)
Browse files Browse the repository at this point in the history
* build: update OSTk Astro to 13.0

* Update CMakeLists.txt

---------

Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
  • Loading branch information
phc1990 and apaletta3 authored Nov 29, 2024
1 parent dc99017 commit 2e9fd47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ IF (NOT OpenSpaceToolkitPhysics_FOUND)

ENDIF ()

### Open Space Toolkit ▸ Astrodynamics [12.x.y]
### Open Space Toolkit ▸ Astrodynamics [13.x.y]

FIND_PACKAGE ("OpenSpaceToolkitAstrodynamics" "12" REQUIRED)
FIND_PACKAGE ("OpenSpaceToolkitAstrodynamics" "13" REQUIRED)

IF (NOT OpenSpaceToolkitAstrodynamics_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 @@ -4,4 +4,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-astrodynamics~=12.3
open-space-toolkit-astrodynamics~=13.0
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN mkdir -p /tmp/open-space-toolkit-physics \
## Open Space Toolkit ▸ Astrodynamics

ARG TARGETPLATFORM
ARG OSTK_ASTRODYNAMICS_MAJOR="12"
ARG OSTK_ASTRODYNAMICS_MAJOR="13"

## Force an image rebuild when new Astrodynamics minor or patch versions are detected
ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-astrodynamics/git/matching-refs/tags/${OSTK_ASTRODYNAMICS_MAJOR} /tmp/open-space-toolkit-astrodynamics/versions.json
Expand Down

0 comments on commit 2e9fd47

Please sign in to comment.