Skip to content

Commit 7ae893d

Browse files
committed
wip
1 parent f1a36b6 commit 7ae893d

File tree

12 files changed

+30
-20
lines changed

12 files changed

+30
-20
lines changed

aig/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44

55
ORG= gepetto
66
NAME= aig
7-
VERSION= 1.2.1
7+
VERSION= 1.3.1
88

99
CATEGORIES= wip
1010
COMMENT= Stand alone computation of inverse geometry for biped robots or robotic arms.
1111
LICENSE= 2-clause-bsd
1212
MAINTAINER= gsaurel@laas.fr
1313

14+
USE_MASTER_GITHUB= yes
1415
USE_BOOST_LIBS= unit_test_framework
1516

1617
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
1718

18-
include ../../devel/jrl-cmakemodules/Makefile.common
19+
include ../../devel/jrl-cmakemodules/depend.mk
1920

2021
include ../../math/eiquadprog/depend.mk
2122
include ../../math/pinocchio/depend.mk

aig/PLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ lib/cmake/aig/cxx-standard.cmake
1717
lib/libaig.so
1818
lib/libaig.so.${PKGVERSION}
1919
lib/pkgconfig/aig.pc
20+
share/aig/hook/ament_prefix_path.dsv
2021
share/aig/package.xml
22+
share/ament_index/resource_index/packages/aig

aig/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SHA1 (aig-1.2.1.tar.gz) = 240a9c118f61b9f34df9c5f452560168fc8a1e5b
2-
RMD160 (aig-1.2.1.tar.gz) = add7ee89d80a3d0fd0d078e9b20aeba5868f5d02
3-
Size (aig-1.2.1.tar.gz) = 863373 bytes
1+
SHA1 (aig-v1.3.1.tar.gz) = aa23fb8367d2122162c901161d38d190f0cb65fa
2+
RMD160 (aig-v1.3.1.tar.gz) = b9017b06da58032dccad90a35c56258f9c5da125
3+
Size (aig-v1.3.1.tar.gz) = 36751 bytes

biped-stabilizer/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44

55
ORG= gepetto
66
NAME= biped-stabilizer
7-
VERSION= 1.3.0
7+
VERSION= 1.4.0
88

99
CATEGORIES= wip
1010
COMMENT= Stabilizer for biped locomotion
1111
LICENSE= 2-clause-bsd
1212
MAINTAINER= gsaurel@laas.fr
1313

1414
USE_BOOST_LIBS= unit_test_framework
15+
USE_MASTER_GITHUB= yes
1516

1617
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
1718

18-
include ../../devel/jrl-cmakemodules/Makefile.common
19+
include ../../devel/jrl-cmakemodules/depend.mk
1920

2021
include ../../math/eigen3/depend.mk
2122
include ../../mk/sysdep/boost-headers.mk

biped-stabilizer/PLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ lib/cmake/biped-stabilizer/biped-stabilizerTargets.cmake
3434
lib/libbiped-stabilizer.so
3535
lib/libbiped-stabilizer.so.${PKGVERSION}
3636
lib/pkgconfig/biped-stabilizer.pc
37+
share/ament_index/resource_index/packages/biped-stabilizer
38+
share/biped-stabilizer/hook/ament_prefix_path.dsv
3739
share/biped-stabilizer/package.xml

biped-stabilizer/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SHA1 (biped-stabilizer-1.3.0.tar.gz) = 876ebc3f84083e70dfddc255c49097cc03d58d89
2-
RMD160 (biped-stabilizer-1.3.0.tar.gz) = 1939ced446f254c4a5b1044fa4e4213e1f3e72fb
3-
Size (biped-stabilizer-1.3.0.tar.gz) = 948088 bytes
1+
SHA1 (biped-stabilizer-v1.4.0.tar.gz) = f081b2492a52526c92949993ee0dbc36d8a5cf01
2+
RMD160 (biped-stabilizer-v1.4.0.tar.gz) = ae37a2d209d7f05aa626ee8068dabd9a96534221
3+
Size (biped-stabilizer-v1.4.0.tar.gz) = 127141 bytes

py-aig/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ORG= gepetto
66
NAME= aig
7-
VERSION= 1.2.1
7+
VERSION= 1.3.1
88

99
PKGNAME= ${PKGTAG.python-}${DISTNAME}
1010

@@ -15,8 +15,9 @@ MAINTAINER= gsaurel@laas.fr
1515

1616
USE_BOOST_LIBS= unit_test_framework python
1717
USE_PYTHON_ONLY= true
18+
USE_MASTER_GITHUB= true
1819

19-
include ../../devel/jrl-cmakemodules/Makefile.common
20+
include ../../devel/jrl-cmakemodules/depend.mk
2021

2122
include ../../wip/aig/depend.mk
2223
include ../../math/eiquadprog/depend.mk

py-aig/PLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@comment Mon Dec 12 14:21:14 CET 2022
22
${PYTHON_SITELIB}/aig/__init__.py
33
${PYTHON_SITELIB}/aig/aig${PYTHON_EXT_SUFFIX}
4+
share/aig/hook/python_path.dsv

py-aig/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SHA1 (aig-1.2.1.tar.gz) = 240a9c118f61b9f34df9c5f452560168fc8a1e5b
2-
RMD160 (aig-1.2.1.tar.gz) = add7ee89d80a3d0fd0d078e9b20aeba5868f5d02
3-
Size (aig-1.2.1.tar.gz) = 863373 bytes
1+
SHA1 (aig-v1.3.1.tar.gz) = aa23fb8367d2122162c901161d38d190f0cb65fa
2+
RMD160 (aig-v1.3.1.tar.gz) = b9017b06da58032dccad90a35c56258f9c5da125
3+
Size (aig-v1.3.1.tar.gz) = 36751 bytes

py-biped-stabilizer/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44

55
ORG= gepetto
66
NAME= biped-stabilizer
7-
VERSION= 1.3.0
7+
VERSION= 1.4.0
88

99
CATEGORIES= wip
1010
COMMENT= Stabilizer for biped locomotion
1111
LICENSE= 2-clause-bsd
1212
MAINTAINER= gsaurel@laas.fr
1313

14+
USE_MASTER_GITHUB= true
1415
USE_BOOST_LIBS= unit_test_framework python
1516
USE_PYTHON_ONLY= true
1617

17-
include ../../devel/jrl-cmakemodules/Makefile.common
18+
include ../../devel/jrl-cmakemodules/depend.mk
1819

1920
include ../../wip/biped-stabilizer/depend.mk
2021

0 commit comments

Comments
 (0)