Skip to content

Commit bd596ec

Browse files
phc1990Pau Hebreroapaletta3
authored
build: update mathematics to 4.3 and physics to 11.1 (#465)
* 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>
1 parent 229ab1c commit bd596ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ IF (NOT OpenSpaceToolkitMathematics_FOUND)
326326

327327
ENDIF ()
328328

329-
### Open Space Toolkit ▸ Physics [10.x.y]
329+
### Open Space Toolkit ▸ Physics [11.x.y]
330330

331-
FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED)
331+
FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED)
332332

333333
IF (NOT OpenSpaceToolkitPhysics_FOUND)
334334

bindings/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
open-space-toolkit-core~=4.1
44
open-space-toolkit-io~=4.0
5-
open-space-toolkit-mathematics~=4.2
6-
open-space-toolkit-physics~=10.1
5+
open-space-toolkit-mathematics~=4.3
6+
open-space-toolkit-physics~=11.1

docker/development/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \
148148
## Open Space Toolkit ▸ Physics
149149

150150
ARG TARGETPLATFORM
151-
ARG OSTK_PHYSICS_MAJOR="10"
151+
ARG OSTK_PHYSICS_MAJOR="11"
152152

153153
## Force an image rebuild when new Physics minor or patch versions are detected
154154
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

0 commit comments

Comments
 (0)