File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -326,9 +326,9 @@ IF (NOT OpenSpaceToolkitMathematics_FOUND)
326
326
327
327
ENDIF ()
328
328
329
- ### Open Space Toolkit ▸ Physics [10 .x.y]
329
+ ### Open Space Toolkit ▸ Physics [11 .x.y]
330
330
331
- FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10 " REQUIRED)
331
+ FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11 " REQUIRED)
332
332
333
333
IF (NOT OpenSpaceToolkitPhysics_FOUND)
334
334
Original file line number Diff line number Diff line change 2
2
3
3
open-space-toolkit-core ~= 4.1
4
4
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
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \
148
148
# # Open Space Toolkit ▸ Physics
149
149
150
150
ARG TARGETPLATFORM
151
- ARG OSTK_PHYSICS_MAJOR="10 "
151
+ ARG OSTK_PHYSICS_MAJOR="11 "
152
152
153
153
# # Force an image rebuild when new Physics minor or patch versions are detected
154
154
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
You can’t perform that action at this time.
0 commit comments