Skip to content

Commit

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

Update deps
  • Loading branch information
lucas-bremond authored Jun 19, 2019
2 parents 5c593c3 + 933b1a5 commit aec161a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion include/Library/Astrodynamics/Trajectory/Orbit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Orbit : public Trajectory
///
/// @param [in] anEpoch An orbit epoch
/// @param [in] anAltitude An orbit altitude (wrt. equatorial radius)
/// @param [in] aLocalTimeAtDescendingNode A local time at ascending node
/// @param [in] aLocalTimeAtDescendingNode A local time at descending node
/// @param [in] aCelestialObjectSPtr A shared pointer to a central celestial body
/// @return Sun-synchronous orbit

Expand Down
4 changes: 2 additions & 2 deletions tools/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version=$(git describe --tags 2>/dev/null || head -n 4096 /dev/urandom | shasum
registry_name="openspacecollective"

image_name="${registry_name}/${project_name}"
image_version="0.1.13"
image_version="0.1.14"

container_name="${registry_name}-${project_name}"

Expand Down Expand Up @@ -52,4 +52,4 @@ library_physics_directory="${project_directory}/../library-physics"

python_port="8889"

################################################################################################################################################################
################################################################################################################################################################
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.6]
## Library ▸ Physics [0.2.8]

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.6/library-physics-0.2.6-1.x86_64-runtime.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6/library-physics-0.2.6-1.x86_64-devel.rpm \
&& 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 \
&& dnf install -y ./*.rpm \
&& rm -rf /tmp/library-physics \
&& popd > /dev/null
Expand Down

0 comments on commit aec161a

Please sign in to comment.