Skip to content

Commit

Permalink
Merge pull request #16 from open-space-collective/users/lucas/update-…
Browse files Browse the repository at this point in the history
…library-physics

Update Library/Physics 0.2.9
  • Loading branch information
lucas-bremond authored Oct 30, 2019
2 parents aec161a + d07820e commit 1aa1647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

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

LibraryPhysicsPy>=0.2.0
LibraryPhysicsPy>=0.2.9

################################################################################################################################################################
################################################################################################################################################################
6 changes: 3 additions & 3 deletions tools/development/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \
&& rm -rf /tmp/nlopt \
&& popd > /dev/null

## Library ▸ Physics [0.2.8]
## Library ▸ Physics [0.2.9]

RUN mkdir -p /tmp/library-physics \
&& pushd /tmp/library-physics > /dev/null \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-runtime.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-devel.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.9/library-physics-0.2.9-1.x86_64-runtime.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.9/library-physics-0.2.9-1.x86_64-devel.rpm \
&& dnf install -y ./*.rpm \
&& rm -rf /tmp/library-physics \
&& popd > /dev/null
Expand Down

0 comments on commit 1aa1647

Please sign in to comment.