Skip to content

Commit

Permalink
build: update mathematics to 4.3 and physics to 11.1 (#465)
Browse files Browse the repository at this point in the history
* build: update mathematics to 4.3 and physics to 11.1

* Update Dockerfile

* Update CMakeLists.txt

---------

Co-authored-by: Pau Hebrero <pau.hebrero@gmail.com>
Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 229ab1c commit bd596ec
Show file tree
Hide file tree
Showing 3 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 @@ -326,9 +326,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
4 changes: 2 additions & 2 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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-mathematics~=4.3
open-space-toolkit-physics~=11.1
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="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 bd596ec

Please sign in to comment.