Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
01468cd6
Commit
01468cd6
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-curves] Update to v0.2.0
parent
1afa06f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
py-curves/Makefile
+2
-12
2 additions, 12 deletions
py-curves/Makefile
py-curves/PLIST
+18
-14
18 additions, 14 deletions
py-curves/PLIST
py-curves/distinfo
+3
-4
3 additions, 4 deletions
py-curves/distinfo
py-curves/patches/patch-aa
+0
-23
0 additions, 23 deletions
py-curves/patches/patch-aa
with
23 additions
and
53 deletions
py-curves/Makefile
+
2
−
12
View file @
01468cd6
...
...
@@ -4,14 +4,7 @@
ORG
=
loco-3d
NAME
=
curves
VERSION
=
0.1.0
DISTNAME
=
${
NAME
}
-
${
VERSION
}
PKGNAME
=
${
PKGTAG.python-
}${
DISTNAME
}
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
${
NAME
}
/
}
MASTER_REPOSITORY
=
git https://gepgitlab.laas.fr/
${
ORG
}
/
${
NAME
}
.git
CHECKOUT_VCS_OPTS
+=
--recursive
VERSION
=
0.2.0
CATEGORIES
=
wip
COMMENT
=
Library
for
creating curves
...
...
@@ -19,12 +12,9 @@ COMMENT= Library for creating curves
LICENSE
=
2-clause-bsd
MAINTAINER
=
gepetto@laas.fr
CMAKE_ARGS
+=
-DCMAKE_INSTALL_LIBDIR
=
lib
DYNAMIC_PLIST_DIRS
+=
share/doc/
${
NAME
}
USE_BOOST_LIBS
=
python
include
../../devel/jrl-cmakemodules/Makefile.common
include
../../devel/boost-headers/depend.mk
include
../../devel/boost-libs/depend.mk
include
../../pkgtools/pkg-config/depend.mk
...
...
This diff is collapsed.
Click to expand it.
py-curves/PLIST
+
18
−
14
View file @
01468cd6
@comment Wed Apr 17 11:40:08 CEST 2019
include/curve/MathDefs.h
include/curve/bernstein.h
include/curve/bezier_curve.h
include/curve/bezier_polynom_conversion.h
include/curve/cubic_spline.h
include/curve/curve_abc.h
include/curve/curve_constraint.h
include/curve/exact_cubic.h
include/curve/helpers/effector_spline.h
include/curve/helpers/effector_spline_rotation.h
include/curve/linear_variable.h
include/curve/polynom.h
include/curve/quintic_spline.h
include/curve/spline_deriv_constraint.h
include/curves/MathDefs.h
include/curves/bernstein.h
include/curves/bezier_curve.h
include/curves/config.hh
include/curves/cubic_hermite_spline.h
include/curves/cubic_spline.h
include/curves/curve_abc.h
include/curves/curve_constraint.h
include/curves/curve_conversion.h
include/curves/deprecated.hh
include/curves/exact_cubic.h
include/curves/helpers/effector_spline.h
include/curves/helpers/effector_spline_rotation.h
include/curves/linear_variable.h
include/curves/piecewise_curve.h
include/curves/polynomial.h
include/curves/quintic_spline.h
include/curves/serialization/archive.hpp
include/curves/serialization/eigen-matrix.hpp
include/curves/serialization/fwd.hpp
include/curves/warning.hh
lib/pkgconfig/curves.pc
${PYTHON_SITELIB}/curves.so
This diff is collapsed.
Click to expand it.
py-curves/distinfo
+
3
−
4
View file @
01468cd6
SHA1 (curves-0.1.0.tar.gz) = 7b8319e4badbc8cc513e06d5be99e7590b613a76
RMD160 (curves-0.1.0.tar.gz) = d60b123e9488790428b83052e29712cde05654cc
Size (curves-0.1.0.tar.gz) = 805794 bytes
SHA1 (patch-aa) = 728e16f0054e05df8916b5b7f096a33d7eb64437
SHA1 (curves-0.2.0.tar.gz) = 32a2c210f58d0afef3b1d3dba1d31cda6041439c
RMD160 (curves-0.2.0.tar.gz) = 74b75d72ea6c47bcc1c45e48c8b386bc5f95e5f1
Size (curves-0.2.0.tar.gz) = 831459 bytes
This diff is collapsed.
Click to expand it.
py-curves/patches/patch-aa
deleted
100644 → 0
+
0
−
23
View file @
1afa06f1
From b00c549fa309a1f16d4f20041778e357cceea3ef Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 17 Apr 2019 13:04:37 +0200
Subject: [PATCH] [Test][Python] Remove StringIO, which is useless and fails in
python 3
---
python/test/test.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/test/test.py b/python/test/test.py
index d77db6b..2887625 100644
--- python/test/test.py
+++ python/test/test.py
@@ -1,5 +1,4 @@
# FOR PRINT, TO REMOVE
-import StringIO
import sys
# END FOR PRINT
--
2.17.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment