Skip to content

Commit

Permalink
[path/{py-,}hpp-fcl] Update to v2.4.0
Browse files Browse the repository at this point in the history
    ## [2.4.0] - 2023-11-27

    ### Added
    - Add method to `CollisionObject` to get `CollisionGeometry` raw pointer

    ### Fixed
    - Fix RPATH computation on OSX
    - Fix Python stubs generation on Windows

    ## [2.3.7] - 2023-11-15

    ### What's Changed
    - Add Python 3.12 support by jorisv in coal-library/coal#471
    - Enable ruff linting by nim65s coal-library/coal#464
  • Loading branch information
nim65s committed Nov 29, 2023
1 parent c5326a5 commit 71ab185
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion path/hpp-fcl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

HPP_PACKAGE= hpp-fcl
HPP_VERSION= 2.3.6
HPP_VERSION= 2.4.0

CATEGORIES= path
HPP_COMMENT= collision detection and distance computations
Expand Down
6 changes: 3 additions & 3 deletions path/hpp-fcl/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHA1 (hpp-fcl-2.3.6.tar.gz) = b99df2601b484186f2b320f7a234f070b78681fb
RMD160 (hpp-fcl-2.3.6.tar.gz) = 425fdf90f4d065fe12fd7a4eb38f6ab12c5ef995
Size (hpp-fcl-2.3.6.tar.gz) = 3087249 bytes
SHA1 (hpp-fcl-2.4.0.tar.gz) = 5f5a03faec0c896b69a9b760364faf74b401685b
RMD160 (hpp-fcl-2.4.0.tar.gz) = ed3d2f48b513867433a23179e1880741d940a30d
Size (hpp-fcl-2.4.0.tar.gz) = 3283656 bytes
2 changes: 1 addition & 1 deletion path/py-hpp-fcl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

HPP_PACKAGE= hpp-fcl
HPP_VERSION= 2.3.6
HPP_VERSION= 2.4.0

CATEGORIES= path
HPP_COMMENT= collision detection and distance computations (python bindingss)
Expand Down
6 changes: 3 additions & 3 deletions path/py-hpp-fcl/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHA1 (hpp-fcl-2.3.6.tar.gz) = b99df2601b484186f2b320f7a234f070b78681fb
RMD160 (hpp-fcl-2.3.6.tar.gz) = 425fdf90f4d065fe12fd7a4eb38f6ab12c5ef995
Size (hpp-fcl-2.3.6.tar.gz) = 3087249 bytes
SHA1 (hpp-fcl-2.4.0.tar.gz) = 5f5a03faec0c896b69a9b760364faf74b401685b
RMD160 (hpp-fcl-2.4.0.tar.gz) = ed3d2f48b513867433a23179e1880741d940a30d
Size (hpp-fcl-2.4.0.tar.gz) = 3283656 bytes
SHA1 (patch-aa) = 6e793df3e784d4bb8ce2db3a568a1c58f163b699

0 comments on commit 71ab185

Please sign in to comment.