Skip to content

Commit

Permalink
ompl 1.3.0
Browse files Browse the repository at this point in the history
Closes #11053.

Signed-off-by: Alexander Hamann <neutric@users.noreply.github.com>
  • Loading branch information
mamoll authored and neutric committed Mar 13, 2017
1 parent b278829 commit dc73638
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Formula/ompl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ompl < Formula
desc "Open Motion Planning Library consists of many motion planning algorithms"
homepage "http://ompl.kavrakilab.org"
url "https://bitbucket.org/ompl/ompl/downloads/ompl-1.1.0-Source.tar.gz"
sha256 "4d141ad3aa322c65ee7ecfa90017a44a8114955316e159b635fae5b5e7db74f8"
url "https://bitbucket.org/ompl/ompl/downloads/ompl-1.3.0-Source.tar.gz"
sha256 "87ab32541a461daca529d7a2d1aecd8d3f1df2d403756b7a7f98b6824be2d74e"

bottle do
sha256 "4a90bb34ebda949327b8873faf73cebc22b2de9e603b0f0b8fbc023935cb46f2" => :sierra
Expand All @@ -16,7 +16,10 @@ class Ompl < Formula
depends_on "eigen" => :optional
depends_on "ode" => :optional

needs :cxx11

def install
ENV.cxx11
system "cmake", ".", *std_cmake_args
system "make", "install"
end
Expand Down

0 comments on commit dc73638

Please sign in to comment.