Skip to content
Snippets Groups Projects
Commit a9951ecb authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/py-hpp-spline] Delete: timeout and already not built anymore

parent 264e40ce
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ SUBDIR+= py-ecos
SUBDIR+= py-example-adder
SUBDIR+= py-flex-joints
SUBDIR+= py-gurobi
#SUBDIR+= py-hpp-spline
SUBDIR+= py-libnabo
SUBDIR+= py-morse
SUBDIR+= py-mpc-interface
......
template based classes for creating and manipulating spline and bezier curves. Comes with extra options specific to end-effector trajectories in robotics.
# robotpkg Makefile for: wip/py-hpp-spline
# Created: Guilhem Saurel on Fri, 10 Oct 2018
#
HPP_PACKAGE= hpp-spline
HPP_COMMENT= spline and bezier curves
CATEGORIES= wip
USE_BOOST_LIBS= python
PYTHON_NOTAG_CONFLICT= yes
include ../../meta-pkgs/hpp/Makefile.common
include ../../math/py-eigenpy/depend.mk
include ../../math/eigen3/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Thu Jan 3 16:32:16 CET 2019
include/hpp/spline/MathDefs.h
include/hpp/spline/bernstein.h
include/hpp/spline/bezier_curve.h
include/hpp/spline/bezier_polynom_conversion.h
include/hpp/spline/config.hh
include/hpp/spline/cubic_spline.h
include/hpp/spline/curve_abc.h
include/hpp/spline/curve_constraint.h
include/hpp/spline/deprecated.hh
include/hpp/spline/exact_cubic.h
include/hpp/spline/helpers/effector_spline.h
include/hpp/spline/helpers/effector_spline_rotation.h
include/hpp/spline/polynom.h
include/hpp/spline/quintic_spline.h
include/hpp/spline/spline_deriv_constraint.h
include/hpp/spline/warning.hh
lib/cmake/hpp-spline/hpp-splineConfig.cmake
lib/cmake/hpp-spline/hpp-splineConfigVersion.cmake
lib/cmake/hpp-spline/hpp-splineTargets.cmake
lib/pkgconfig/hpp-spline.pc
${PYTHON_SITELIB}/hpp_spline.so
# robotpkg depend.mk for: wip/py-hpp-spline
# Created: Guilhem Saurel on Fri, 19 Oct 2018
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PY_HPP_SPLINE_DEPEND_MK:= ${PY_HPP_SPLINE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= py-hpp-spline
endif
ifeq (+,$(PY_HPP_SPLINE_DEPEND_MK)) # --------------------------------------
include ../../mk/sysdep/python.mk
PREFER.py-hpp-spline?= robotpkg
DEPEND_USE+= py-hpp-spline
DEPEND_ABI.py-hpp-spline?= ${PKGTAG.python-}hpp-spline>=4.5.0
DEPEND_DIR.py-hpp-spline?= ../../wip/py-hpp-spline
SYSTEM_SEARCH.py-hpp-spline=\
include/hpp/spline/config.hh \
'lib/pkgconfig/hpp-spline.pc:/Version/s/[^0-9.]//gp'
endif # PY_HPP_SPLINE_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hpp-spline-4.10.0.tar.gz) = 8158a3bf4f84530c434d238a92d191b6ed1f40e2
RMD160 (hpp-spline-4.10.0.tar.gz) = a3ae204221ae53789b37f1f0e1b0e2062d04f836
Size (hpp-spline-4.10.0.tar.gz) = 833042 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment