Skip to content

Commit

Permalink
Merge pull request #35 from open-space-collective/users/robin/teme-gc…
Browse files Browse the repository at this point in the history
…rf-conversion

Fix TEME/GCRF conversion
  • Loading branch information
robinpdm authored Feb 3, 2021
2 parents 9f7ec3d + 96197b8 commit c02bd00
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export jupyter_notebook_port := 9005
export open_space_toolkit_core_version := 0.3.3
export open_space_toolkit_io_version := 0.3.3
export open_space_toolkit_mathematics_version := 0.3.4
export open_space_toolkit_physics_version := 0.4.8
export open_space_toolkit_physics_version := 0.4.11

export open_space_toolkit_core_directory := $(project_directory)/../open-space-toolkit-core
export open_space_toolkit_io_directory := $(project_directory)/../open-space-toolkit-io
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

################################################################################################################################################################

open-space-toolkit-physics>=0.4.8
open-space-toolkit-physics>=0.4.11

################################################################################################################################################################
8 changes: 4 additions & 4 deletions docker/development/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN git clone --branch v2.5.0 --depth 1 https://github.com/stevengj/nlopt.git /t

## Open Space Toolkit ▸ Core

ARG OSTK_CORE_VERSION=0.3.2
ARG OSTK_CORE_VERSION=0.3.3

RUN mkdir -p /tmp/open-space-toolkit-core \
&& cd /tmp/open-space-toolkit-core \
Expand All @@ -89,7 +89,7 @@ RUN mkdir -p /tmp/open-space-toolkit-core \

## Open Space Toolkit ▸ I/O

ARG OSTK_IO_VERSION=0.3.2
ARG OSTK_IO_VERSION=0.3.3

RUN mkdir -p /tmp/open-space-toolkit-io \
&& cd /tmp/open-space-toolkit-io \
Expand All @@ -100,7 +100,7 @@ RUN mkdir -p /tmp/open-space-toolkit-io \

## Open Space Toolkit ▸ Mathematics

ARG OSTK_MATHEMATICS_VERSION=0.3.1
ARG OSTK_MATHEMATICS_VERSION=0.3.4

RUN mkdir -p /tmp/open-space-toolkit-mathematics \
&& cd /tmp/open-space-toolkit-mathematics \
Expand All @@ -111,7 +111,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.4.4
ARG OSTK_PHYSICS_VERSION=0.4.11

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down
8 changes: 4 additions & 4 deletions docker/development/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN git clone --branch v2.5.0 --depth 1 https://github.com/stevengj/nlopt.git /t

## Open Space Toolkit ▸ Core

ARG OSTK_CORE_VERSION=0.3.2
ARG OSTK_CORE_VERSION=0.3.3

RUN mkdir -p /tmp/open-space-toolkit-core \
&& cd /tmp/open-space-toolkit-core \
Expand All @@ -83,7 +83,7 @@ RUN mkdir -p /tmp/open-space-toolkit-core \

## Open Space Toolkit ▸ IO

ARG OSTK_IO_VERSION=0.3.2
ARG OSTK_IO_VERSION=0.3.3

RUN mkdir -p /tmp/open-space-toolkit-io \
&& cd /tmp/open-space-toolkit-io \
Expand All @@ -94,7 +94,7 @@ RUN mkdir -p /tmp/open-space-toolkit-io \

## Open Space Toolkit ▸ Mathematics

ARG OSTK_MATHEMATICS_VERSION=0.3.1
ARG OSTK_MATHEMATICS_VERSION=0.3.4

RUN mkdir -p /tmp/open-space-toolkit-mathematics \
&& cd /tmp/open-space-toolkit-mathematics \
Expand All @@ -105,7 +105,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \

## Open Space Toolkit ▸ Physics

ARG OSTK_PHYSICS_VERSION=0.4.4
ARG OSTK_PHYSICS_VERSION=0.4.11

RUN mkdir -p /tmp/open-space-toolkit-physics \
&& cd /tmp/open-space-toolkit-physics \
Expand Down
Loading

0 comments on commit c02bd00

Please sign in to comment.