Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#6112 from m-chaturvedi/updating_ig…
Browse files Browse the repository at this point in the history
…n_and_gflags

Updating ign-math
  • Loading branch information
m-chaturvedi authored May 16, 2017
2 parents 7bd0f52 + 9f680db commit 248db0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ drake_add_external(iris PUBLIC CMAKE MATLAB PYTHON

# ignition_math
drake_add_external(ignition_math PUBLIC CMAKE
URL https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math3_3.0.0.tar.gz
URL_HASH SHA256=9315a64d806d7b90fc1c41b1845ba62b92f25007f413b1d3c03f3539de0d5bcd
URL https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math3_3.2.0.tar.gz
URL_HASH SHA256=1948c1610fa4403bce7ba2a262a29662990ee66aab00882411a0868afe0e5309
CMAKE_ARGS
-DENABLE_TESTS_COMPILATION=OFF
-DUSE_HOST_CFLAGS=OFF
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ new_local_repository(
bitbucket_archive(
name = "ignition_math",
repository = "ignitionrobotics/ign-math",
commit = "ignition-math3_3.0.0",
sha256 = "9315a64d806d7b90fc1c41b1845ba62b92f25007f413b1d3c03f3539de0d5bcd",
commit = "ignition-math3_3.2.0",
sha256 = "1948c1610fa4403bce7ba2a262a29662990ee66aab00882411a0868afe0e5309",
build_file = "tools/ignition_math.BUILD",
strip_prefix = "ignitionrobotics-ign-math-a06d26055d07",
strip_prefix = "ignitionrobotics-ign-math-e86e5bb392e4"
)

bitbucket_archive(
Expand Down

0 comments on commit 248db0c

Please sign in to comment.