From 69e3800d673a64112468b1b3e12d111ecaf2bce0 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Fri, 13 Apr 2018 12:13:56 +0200 Subject: [PATCH] [wip/qpOASES] Delete: moved to robotpkg The package was renamed to qpoases to match the debian constraints on the package name: [a-z0-9+-.]. It was also bumped to latest 3.2.1, with a MASTER_SITES pointing directly upstream. Although not strictly required, it's less confusing (because the .deb will have to respect the constraints anyway). --- Makefile | 1 - qpOASES/DESCR | 9 - qpOASES/Makefile | 32 --- qpOASES/PLIST | 561 ---------------------------------------------- qpOASES/depend.mk | 26 --- qpOASES/distinfo | 3 - 6 files changed, 632 deletions(-) delete mode 100644 qpOASES/DESCR delete mode 100644 qpOASES/Makefile delete mode 100644 qpOASES/PLIST delete mode 100644 qpOASES/depend.mk delete mode 100644 qpOASES/distinfo diff --git a/Makefile b/Makefile index f6bd439b..ccbe317b 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,6 @@ SUBDIR+= py-laaswm SUBDIR+= py-mavlink SUBDIR+= py-morse SUBDIR+= py-sot-tools-v3 -SUBDIR+= qpOASES SUBDIR+= roralink SUBDIR+= robotModelParser-libs SUBDIR+= rqt-dynamic-graph diff --git a/qpOASES/DESCR b/qpOASES/DESCR deleted file mode 100644 index bf13e979..00000000 --- a/qpOASES/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -qpOASES is an open-source C++ implementation of the recently proposed -online active set strategy, which was inspired by important observations -from the field of parametric quadratic programming (QP). It has several -theoretical features that make it particularly suited for model predictive -control (MPC) applications. Further numerical modifications have made -qpOASES a reliable QP solver, even when tackling semi-definite, ill-posed or -degenerated QP problems. Moreover, several interfaces to third-party software -like Matlab or Simulink are provided that make qpOASES easy-to-use even for -users without knowledge of C/C++. \ No newline at end of file diff --git a/qpOASES/Makefile b/qpOASES/Makefile deleted file mode 100644 index 132b9538..00000000 --- a/qpOASES/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# robotpkg Makefile for: wip/qpOASES -# Created: Rohan Budhiraja on Wed Oct 19, 2016 -# - -VERSION= 3.2.0 -PKGNAME= qpOASES-${VERSION} -DISTNAME= qpOASES-${VERSION}p2 -PKGREVISION= 2 - -CATEGORIES= wip -MASTER_SITES= ${MASTER_SITE_GITHUB:=humanoid-path-planner/qpOASES/releases/download/v${VERSION}/} - -HOMEPAGE= https://projects.coin-or.org/qpOASES - -COMMENT= An implementation of the online active set strategy -LICENSE= gnu-lgpl-v3 -MAINTAINER= gepetto@laas.fr - -# disable -Werror because of x86_64 warnings (must be fixed upstream) and -# boost + gcc that don't cohabit well depending on their respective versions -CMAKE_ARGS+= -DCXX_DISABLE_WERROR=yes - -# man pages location -CMAKE_ARGS+= -DMANDIR=${PREFIX}/${PKGMANDIR} -# library location - -include ../../pkgtools/pkg-config/depend.mk -include ../../mk/language/c.mk -include ../../mk/language/c++.mk -include ../../mk/sysdep/python.mk -include ../../mk/sysdep/cmake.mk -include ../../mk/robotpkg.mk diff --git a/qpOASES/PLIST b/qpOASES/PLIST deleted file mode 100644 index b0c0da96..00000000 --- a/qpOASES/PLIST +++ /dev/null @@ -1,561 +0,0 @@ -@comment Tue Mar 20 17:13:41 CET 2018 -include/qpOASES.hpp -include/qpOASES/Bounds.hpp -include/qpOASES/Bounds.ipp -include/qpOASES/Constants.hpp -include/qpOASES/ConstraintProduct.hpp -include/qpOASES/Constraints.hpp -include/qpOASES/Constraints.ipp -include/qpOASES/Flipper.hpp -include/qpOASES/Indexlist.hpp -include/qpOASES/Indexlist.ipp -include/qpOASES/Matrices.hpp -include/qpOASES/MessageHandling.hpp -include/qpOASES/MessageHandling.ipp -include/qpOASES/Options.hpp -include/qpOASES/QProblem.hpp -include/qpOASES/QProblem.ipp -include/qpOASES/QProblemB.hpp -include/qpOASES/QProblemB.ipp -include/qpOASES/SQProblem.hpp -include/qpOASES/SQProblem.ipp -include/qpOASES/SQProblemSchur.hpp -include/qpOASES/SQProblemSchur.ipp -include/qpOASES/SparseSolver.hpp -include/qpOASES/SubjectTo.hpp -include/qpOASES/SubjectTo.ipp -include/qpOASES/Types.hpp -include/qpOASES/UnitTesting.hpp -include/qpOASES/Utils.hpp -include/qpOASES/Utils.ipp -include/qpOASES/extras/OQPinterface.hpp -include/qpOASES/extras/SolutionAnalysis.hpp -include/qpOASES/extras/SolutionAnalysis.ipp -include/qpoases/config.h -include/qpoases/config.hh -include/qpoases/deprecated.hh -include/qpoases/warning.hh -lib/libqpOASES.so -lib/pkgconfig/qpOASES.pc -share/doc/qpOASES/doxygen-html/BLASReplacement_8cpp.html -share/doc/qpOASES/doxygen-html/Bounds_8cpp.html -share/doc/qpOASES/doxygen-html/Bounds_8hpp.html -share/doc/qpOASES/doxygen-html/Bounds_8hpp_source.html -share/doc/qpOASES/doxygen-html/Bounds_8ipp.html -share/doc/qpOASES/doxygen-html/Constants_8hpp.html -share/doc/qpOASES/doxygen-html/Constants_8hpp_source.html -share/doc/qpOASES/doxygen-html/ConstraintProduct_8hpp.html -share/doc/qpOASES/doxygen-html/ConstraintProduct_8hpp_source.html -share/doc/qpOASES/doxygen-html/Constraints_8cpp.html -share/doc/qpOASES/doxygen-html/Constraints_8hpp.html -share/doc/qpOASES/doxygen-html/Constraints_8hpp_source.html -share/doc/qpOASES/doxygen-html/Constraints_8ipp.html -share/doc/qpOASES/doxygen-html/Flipper_8cpp.html -share/doc/qpOASES/doxygen-html/Flipper_8hpp.html -share/doc/qpOASES/doxygen-html/Flipper_8hpp_source.html -share/doc/qpOASES/doxygen-html/Indexlist_8cpp.html -share/doc/qpOASES/doxygen-html/Indexlist_8hpp.html -share/doc/qpOASES/doxygen-html/Indexlist_8hpp_source.html -share/doc/qpOASES/doxygen-html/Indexlist_8ipp.html -share/doc/qpOASES/doxygen-html/LAPACKReplacement_8cpp.html -share/doc/qpOASES/doxygen-html/Matrices_8cpp.html -share/doc/qpOASES/doxygen-html/Matrices_8hpp.html -share/doc/qpOASES/doxygen-html/Matrices_8hpp_source.html -share/doc/qpOASES/doxygen-html/MessageHandling_8cpp.html -share/doc/qpOASES/doxygen-html/MessageHandling_8hpp.html -share/doc/qpOASES/doxygen-html/MessageHandling_8hpp_source.html -share/doc/qpOASES/doxygen-html/MessageHandling_8ipp.html -share/doc/qpOASES/doxygen-html/OQPinterface_8cpp.html -share/doc/qpOASES/doxygen-html/OQPinterface_8hpp.html -share/doc/qpOASES/doxygen-html/OQPinterface_8hpp_source.html -share/doc/qpOASES/doxygen-html/Options_8cpp.html -share/doc/qpOASES/doxygen-html/Options_8hpp.html -share/doc/qpOASES/doxygen-html/Options_8hpp_source.html -share/doc/qpOASES/doxygen-html/QProblemB_8cpp.html -share/doc/qpOASES/doxygen-html/QProblemB_8hpp.html -share/doc/qpOASES/doxygen-html/QProblemB_8hpp_source.html -share/doc/qpOASES/doxygen-html/QProblemB_8ipp.html -share/doc/qpOASES/doxygen-html/QProblem_8cpp.html -share/doc/qpOASES/doxygen-html/QProblem_8hpp.html -share/doc/qpOASES/doxygen-html/QProblem_8hpp_source.html -share/doc/qpOASES/doxygen-html/QProblem_8ipp.html -share/doc/qpOASES/doxygen-html/SQProblemSchur_8cpp.html -share/doc/qpOASES/doxygen-html/SQProblemSchur_8hpp.html -share/doc/qpOASES/doxygen-html/SQProblemSchur_8hpp_source.html -share/doc/qpOASES/doxygen-html/SQProblemSchur_8ipp.html -share/doc/qpOASES/doxygen-html/SQProblem_8cpp.html -share/doc/qpOASES/doxygen-html/SQProblem_8hpp.html -share/doc/qpOASES/doxygen-html/SQProblem_8hpp_source.html -share/doc/qpOASES/doxygen-html/SQProblem_8ipp.html -share/doc/qpOASES/doxygen-html/SolutionAnalysis_8cpp.html -share/doc/qpOASES/doxygen-html/SolutionAnalysis_8hpp.html -share/doc/qpOASES/doxygen-html/SolutionAnalysis_8hpp_source.html -share/doc/qpOASES/doxygen-html/SolutionAnalysis_8ipp.html -share/doc/qpOASES/doxygen-html/SparseSolver_8cpp.html -share/doc/qpOASES/doxygen-html/SparseSolver_8hpp.html -share/doc/qpOASES/doxygen-html/SparseSolver_8hpp_source.html -share/doc/qpOASES/doxygen-html/SubjectTo_8cpp.html -share/doc/qpOASES/doxygen-html/SubjectTo_8hpp.html -share/doc/qpOASES/doxygen-html/SubjectTo_8hpp_source.html -share/doc/qpOASES/doxygen-html/SubjectTo_8ipp.html -share/doc/qpOASES/doxygen-html/Types_8hpp.html -share/doc/qpOASES/doxygen-html/Types_8hpp_source.html -share/doc/qpOASES/doxygen-html/UnitTesting_8hpp.html -share/doc/qpOASES/doxygen-html/UnitTesting_8hpp_source.html -share/doc/qpOASES/doxygen-html/Utils_8cpp.html -share/doc/qpOASES/doxygen-html/Utils_8hpp.html -share/doc/qpOASES/doxygen-html/Utils_8hpp_source.html -share/doc/qpOASES/doxygen-html/Utils_8ipp.html -share/doc/qpOASES/doxygen-html/annotated.html -share/doc/qpOASES/doxygen-html/arrowdown.png -share/doc/qpOASES/doxygen-html/arrowright.png -share/doc/qpOASES/doxygen-html/bc_s.png -share/doc/qpOASES/doxygen-html/bdwn.png -share/doc/qpOASES/doxygen-html/classBounds-members.html -share/doc/qpOASES/doxygen-html/classBounds.html -share/doc/qpOASES/doxygen-html/classBounds.png -share/doc/qpOASES/doxygen-html/classConstraintProduct-members.html -share/doc/qpOASES/doxygen-html/classConstraintProduct.html -share/doc/qpOASES/doxygen-html/classConstraintProduct.png -share/doc/qpOASES/doxygen-html/classConstraints-members.html -share/doc/qpOASES/doxygen-html/classConstraints.html -share/doc/qpOASES/doxygen-html/classConstraints.png -share/doc/qpOASES/doxygen-html/classDenseMatrix-members.html -share/doc/qpOASES/doxygen-html/classDenseMatrix.html -share/doc/qpOASES/doxygen-html/classDenseMatrix.png -share/doc/qpOASES/doxygen-html/classFlipper-members.html -share/doc/qpOASES/doxygen-html/classFlipper.html -share/doc/qpOASES/doxygen-html/classIndexlist-members.html -share/doc/qpOASES/doxygen-html/classIndexlist.html -share/doc/qpOASES/doxygen-html/classMatrix-members.html -share/doc/qpOASES/doxygen-html/classMatrix.html -share/doc/qpOASES/doxygen-html/classMatrix.png -share/doc/qpOASES/doxygen-html/classMessageHandling-members.html -share/doc/qpOASES/doxygen-html/classMessageHandling.html -share/doc/qpOASES/doxygen-html/classMyConstraintProduct-members.html -share/doc/qpOASES/doxygen-html/classMyConstraintProduct.html -share/doc/qpOASES/doxygen-html/classMyConstraintProduct.png -share/doc/qpOASES/doxygen-html/classOptions-members.html -share/doc/qpOASES/doxygen-html/classOptions.html -share/doc/qpOASES/doxygen-html/classQProblem-members.html -share/doc/qpOASES/doxygen-html/classQProblem.html -share/doc/qpOASES/doxygen-html/classQProblem.png -share/doc/qpOASES/doxygen-html/classQProblemB-members.html -share/doc/qpOASES/doxygen-html/classQProblemB.html -share/doc/qpOASES/doxygen-html/classQProblemB.png -share/doc/qpOASES/doxygen-html/classSQProblem-members.html -share/doc/qpOASES/doxygen-html/classSQProblem.html -share/doc/qpOASES/doxygen-html/classSQProblem.png -share/doc/qpOASES/doxygen-html/classSQProblemSchur-members.html -share/doc/qpOASES/doxygen-html/classSQProblemSchur.html -share/doc/qpOASES/doxygen-html/classSQProblemSchur.png -share/doc/qpOASES/doxygen-html/classSolutionAnalysis-members.html -share/doc/qpOASES/doxygen-html/classSolutionAnalysis.html -share/doc/qpOASES/doxygen-html/classSparseMatrix-members.html -share/doc/qpOASES/doxygen-html/classSparseMatrix.html -share/doc/qpOASES/doxygen-html/classSparseMatrix.png -share/doc/qpOASES/doxygen-html/classSparseMatrixRow-members.html -share/doc/qpOASES/doxygen-html/classSparseMatrixRow.html -share/doc/qpOASES/doxygen-html/classSparseMatrixRow.png -share/doc/qpOASES/doxygen-html/classSparseSolver-members.html -share/doc/qpOASES/doxygen-html/classSparseSolver.html -share/doc/qpOASES/doxygen-html/classSubjectTo-members.html -share/doc/qpOASES/doxygen-html/classSubjectTo.html -share/doc/qpOASES/doxygen-html/classSubjectTo.png -share/doc/qpOASES/doxygen-html/classSymDenseMat-members.html -share/doc/qpOASES/doxygen-html/classSymDenseMat.html -share/doc/qpOASES/doxygen-html/classSymDenseMat.png -share/doc/qpOASES/doxygen-html/classSymSparseMat-members.html -share/doc/qpOASES/doxygen-html/classSymSparseMat.html -share/doc/qpOASES/doxygen-html/classSymSparseMat.png -share/doc/qpOASES/doxygen-html/classSymmetricMatrix-members.html -share/doc/qpOASES/doxygen-html/classSymmetricMatrix.html -share/doc/qpOASES/doxygen-html/classSymmetricMatrix.png -share/doc/qpOASES/doxygen-html/classes.html -share/doc/qpOASES/doxygen-html/closed.png -share/doc/qpOASES/doxygen-html/dir_1cfc3cca02f43dbbaa57db3cac611c3d.html -share/doc/qpOASES/doxygen-html/dir_68267d1309a1af8e8297ef4c3efbcdba.html -share/doc/qpOASES/doxygen-html/dir_ba30b23318762b8ed97e603b528bb00f.html -share/doc/qpOASES/doxygen-html/dir_d28a4824dc47e487b107a5db32ef43c4.html -share/doc/qpOASES/doxygen-html/dir_d44c64559bbebec7f509842c48db8b23.html -share/doc/qpOASES/doxygen-html/doc.png -share/doc/qpOASES/doxygen-html/doxygen.css -share/doc/qpOASES/doxygen-html/doxygen.png -share/doc/qpOASES/doxygen-html/dynsections.js -share/doc/qpOASES/doxygen-html/example1_8cpp.html -share/doc/qpOASES/doxygen-html/example1a_8cpp.html -share/doc/qpOASES/doxygen-html/example1b_8cpp.html -share/doc/qpOASES/doxygen-html/example2_8cpp.html -share/doc/qpOASES/doxygen-html/example3_8cpp.html -share/doc/qpOASES/doxygen-html/example3b_8cpp.html -share/doc/qpOASES/doxygen-html/example4CP_8cpp.html -share/doc/qpOASES/doxygen-html/example4_8cpp.html -share/doc/qpOASES/doxygen-html/example5_8cpp.html -share/doc/qpOASES/doxygen-html/exampleLP_8cpp.html -share/doc/qpOASES/doxygen-html/files.html -share/doc/qpOASES/doxygen-html/folderclosed.png -share/doc/qpOASES/doxygen-html/folderopen.png -share/doc/qpOASES/doxygen-html/functions.html -share/doc/qpOASES/doxygen-html/functions_0x7e.html -share/doc/qpOASES/doxygen-html/functions_b.html -share/doc/qpOASES/doxygen-html/functions_c.html -share/doc/qpOASES/doxygen-html/functions_d.html -share/doc/qpOASES/doxygen-html/functions_e.html -share/doc/qpOASES/doxygen-html/functions_f.html -share/doc/qpOASES/doxygen-html/functions_func.html -share/doc/qpOASES/doxygen-html/functions_func_0x7e.html -share/doc/qpOASES/doxygen-html/functions_func_b.html -share/doc/qpOASES/doxygen-html/functions_func_c.html -share/doc/qpOASES/doxygen-html/functions_func_d.html -share/doc/qpOASES/doxygen-html/functions_func_e.html -share/doc/qpOASES/doxygen-html/functions_func_f.html -share/doc/qpOASES/doxygen-html/functions_func_g.html -share/doc/qpOASES/doxygen-html/functions_func_h.html -share/doc/qpOASES/doxygen-html/functions_func_i.html -share/doc/qpOASES/doxygen-html/functions_func_l.html -share/doc/qpOASES/doxygen-html/functions_func_m.html -share/doc/qpOASES/doxygen-html/functions_func_n.html -share/doc/qpOASES/doxygen-html/functions_func_o.html -share/doc/qpOASES/doxygen-html/functions_func_p.html -share/doc/qpOASES/doxygen-html/functions_func_q.html -share/doc/qpOASES/doxygen-html/functions_func_r.html -share/doc/qpOASES/doxygen-html/functions_func_s.html -share/doc/qpOASES/doxygen-html/functions_func_t.html -share/doc/qpOASES/doxygen-html/functions_func_u.html -share/doc/qpOASES/doxygen-html/functions_func_w.html -share/doc/qpOASES/doxygen-html/functions_g.html -share/doc/qpOASES/doxygen-html/functions_h.html -share/doc/qpOASES/doxygen-html/functions_i.html -share/doc/qpOASES/doxygen-html/functions_j.html -share/doc/qpOASES/doxygen-html/functions_k.html -share/doc/qpOASES/doxygen-html/functions_l.html -share/doc/qpOASES/doxygen-html/functions_m.html -share/doc/qpOASES/doxygen-html/functions_n.html -share/doc/qpOASES/doxygen-html/functions_o.html -share/doc/qpOASES/doxygen-html/functions_p.html -share/doc/qpOASES/doxygen-html/functions_q.html -share/doc/qpOASES/doxygen-html/functions_r.html -share/doc/qpOASES/doxygen-html/functions_s.html -share/doc/qpOASES/doxygen-html/functions_t.html -share/doc/qpOASES/doxygen-html/functions_u.html -share/doc/qpOASES/doxygen-html/functions_v.html -share/doc/qpOASES/doxygen-html/functions_vars.html -share/doc/qpOASES/doxygen-html/functions_w.html -share/doc/qpOASES/doxygen-html/functions_x.html -share/doc/qpOASES/doxygen-html/functions_y.html -share/doc/qpOASES/doxygen-html/functions_z.html -share/doc/qpOASES/doxygen-html/globals.html -share/doc/qpOASES/doxygen-html/globals_b.html -share/doc/qpOASES/doxygen-html/globals_c.html -share/doc/qpOASES/doxygen-html/globals_d.html -share/doc/qpOASES/doxygen-html/globals_defs.html -share/doc/qpOASES/doxygen-html/globals_e.html -share/doc/qpOASES/doxygen-html/globals_enum.html -share/doc/qpOASES/doxygen-html/globals_eval.html -share/doc/qpOASES/doxygen-html/globals_f.html -share/doc/qpOASES/doxygen-html/globals_func.html -share/doc/qpOASES/doxygen-html/globals_g.html -share/doc/qpOASES/doxygen-html/globals_h.html -share/doc/qpOASES/doxygen-html/globals_i.html -share/doc/qpOASES/doxygen-html/globals_m.html -share/doc/qpOASES/doxygen-html/globals_n.html -share/doc/qpOASES/doxygen-html/globals_p.html -share/doc/qpOASES/doxygen-html/globals_q.html -share/doc/qpOASES/doxygen-html/globals_r.html -share/doc/qpOASES/doxygen-html/globals_s.html -share/doc/qpOASES/doxygen-html/globals_t.html -share/doc/qpOASES/doxygen-html/globals_type.html -share/doc/qpOASES/doxygen-html/globals_u.html -share/doc/qpOASES/doxygen-html/globals_v.html -share/doc/qpOASES/doxygen-html/globals_vars.html -share/doc/qpOASES/doxygen-html/globals_w.html -share/doc/qpOASES/doxygen-html/globals_z.html -share/doc/qpOASES/doxygen-html/hierarchy.html -share/doc/qpOASES/doxygen-html/index.html -share/doc/qpOASES/doxygen-html/jquery.js -share/doc/qpOASES/doxygen-html/manual.pdf -share/doc/qpOASES/doxygen-html/nav_f.png -share/doc/qpOASES/doxygen-html/nav_g.png -share/doc/qpOASES/doxygen-html/nav_h.png -share/doc/qpOASES/doxygen-html/open.png -share/doc/qpOASES/doxygen-html/qpOASES.doxytag -share/doc/qpOASES/doxygen-html/qrecipeSchur_8cpp.html -share/doc/qpOASES/doxygen-html/qrecipe_8cpp.html -share/doc/qpOASES/doxygen-html/qrecipe__data_8hpp_source.html -share/doc/qpOASES/doxygen-html/search/all_0.html -share/doc/qpOASES/doxygen-html/search/all_0.js -share/doc/qpOASES/doxygen-html/search/all_1.html -share/doc/qpOASES/doxygen-html/search/all_1.js -share/doc/qpOASES/doxygen-html/search/all_10.html -share/doc/qpOASES/doxygen-html/search/all_10.js -share/doc/qpOASES/doxygen-html/search/all_11.html -share/doc/qpOASES/doxygen-html/search/all_11.js -share/doc/qpOASES/doxygen-html/search/all_12.html -share/doc/qpOASES/doxygen-html/search/all_12.js -share/doc/qpOASES/doxygen-html/search/all_13.html -share/doc/qpOASES/doxygen-html/search/all_13.js -share/doc/qpOASES/doxygen-html/search/all_14.html -share/doc/qpOASES/doxygen-html/search/all_14.js -share/doc/qpOASES/doxygen-html/search/all_15.html -share/doc/qpOASES/doxygen-html/search/all_15.js -share/doc/qpOASES/doxygen-html/search/all_16.html -share/doc/qpOASES/doxygen-html/search/all_16.js -share/doc/qpOASES/doxygen-html/search/all_17.html -share/doc/qpOASES/doxygen-html/search/all_17.js -share/doc/qpOASES/doxygen-html/search/all_18.html -share/doc/qpOASES/doxygen-html/search/all_18.js -share/doc/qpOASES/doxygen-html/search/all_19.html -share/doc/qpOASES/doxygen-html/search/all_19.js -share/doc/qpOASES/doxygen-html/search/all_1a.html -share/doc/qpOASES/doxygen-html/search/all_1a.js -share/doc/qpOASES/doxygen-html/search/all_1b.html -share/doc/qpOASES/doxygen-html/search/all_1b.js -share/doc/qpOASES/doxygen-html/search/all_2.html -share/doc/qpOASES/doxygen-html/search/all_2.js -share/doc/qpOASES/doxygen-html/search/all_3.html -share/doc/qpOASES/doxygen-html/search/all_3.js -share/doc/qpOASES/doxygen-html/search/all_4.html -share/doc/qpOASES/doxygen-html/search/all_4.js -share/doc/qpOASES/doxygen-html/search/all_5.html -share/doc/qpOASES/doxygen-html/search/all_5.js -share/doc/qpOASES/doxygen-html/search/all_6.html -share/doc/qpOASES/doxygen-html/search/all_6.js -share/doc/qpOASES/doxygen-html/search/all_7.html -share/doc/qpOASES/doxygen-html/search/all_7.js -share/doc/qpOASES/doxygen-html/search/all_8.html -share/doc/qpOASES/doxygen-html/search/all_8.js -share/doc/qpOASES/doxygen-html/search/all_9.html -share/doc/qpOASES/doxygen-html/search/all_9.js -share/doc/qpOASES/doxygen-html/search/all_a.html -share/doc/qpOASES/doxygen-html/search/all_a.js -share/doc/qpOASES/doxygen-html/search/all_b.html -share/doc/qpOASES/doxygen-html/search/all_b.js -share/doc/qpOASES/doxygen-html/search/all_c.html -share/doc/qpOASES/doxygen-html/search/all_c.js -share/doc/qpOASES/doxygen-html/search/all_d.html -share/doc/qpOASES/doxygen-html/search/all_d.js -share/doc/qpOASES/doxygen-html/search/all_e.html -share/doc/qpOASES/doxygen-html/search/all_e.js -share/doc/qpOASES/doxygen-html/search/all_f.html -share/doc/qpOASES/doxygen-html/search/all_f.js -share/doc/qpOASES/doxygen-html/search/classes_0.html -share/doc/qpOASES/doxygen-html/search/classes_0.js -share/doc/qpOASES/doxygen-html/search/classes_1.html -share/doc/qpOASES/doxygen-html/search/classes_1.js -share/doc/qpOASES/doxygen-html/search/classes_2.html -share/doc/qpOASES/doxygen-html/search/classes_2.js -share/doc/qpOASES/doxygen-html/search/classes_3.html -share/doc/qpOASES/doxygen-html/search/classes_3.js -share/doc/qpOASES/doxygen-html/search/classes_4.html -share/doc/qpOASES/doxygen-html/search/classes_4.js -share/doc/qpOASES/doxygen-html/search/classes_5.html -share/doc/qpOASES/doxygen-html/search/classes_5.js -share/doc/qpOASES/doxygen-html/search/classes_6.html -share/doc/qpOASES/doxygen-html/search/classes_6.js -share/doc/qpOASES/doxygen-html/search/classes_7.html -share/doc/qpOASES/doxygen-html/search/classes_7.js -share/doc/qpOASES/doxygen-html/search/classes_8.html -share/doc/qpOASES/doxygen-html/search/classes_8.js -share/doc/qpOASES/doxygen-html/search/classes_9.html -share/doc/qpOASES/doxygen-html/search/classes_9.js -share/doc/qpOASES/doxygen-html/search/classes_a.html -share/doc/qpOASES/doxygen-html/search/classes_a.js -share/doc/qpOASES/doxygen-html/search/close.png -share/doc/qpOASES/doxygen-html/search/defines_0.html -share/doc/qpOASES/doxygen-html/search/defines_0.js -share/doc/qpOASES/doxygen-html/search/defines_1.html -share/doc/qpOASES/doxygen-html/search/defines_1.js -share/doc/qpOASES/doxygen-html/search/defines_2.html -share/doc/qpOASES/doxygen-html/search/defines_2.js -share/doc/qpOASES/doxygen-html/search/defines_3.html -share/doc/qpOASES/doxygen-html/search/defines_3.js -share/doc/qpOASES/doxygen-html/search/defines_4.html -share/doc/qpOASES/doxygen-html/search/defines_4.js -share/doc/qpOASES/doxygen-html/search/defines_5.html -share/doc/qpOASES/doxygen-html/search/defines_5.js -share/doc/qpOASES/doxygen-html/search/defines_6.html -share/doc/qpOASES/doxygen-html/search/defines_6.js -share/doc/qpOASES/doxygen-html/search/defines_7.html -share/doc/qpOASES/doxygen-html/search/defines_7.js -share/doc/qpOASES/doxygen-html/search/defines_8.html -share/doc/qpOASES/doxygen-html/search/defines_8.js -share/doc/qpOASES/doxygen-html/search/defines_9.html -share/doc/qpOASES/doxygen-html/search/defines_9.js -share/doc/qpOASES/doxygen-html/search/enums_0.html -share/doc/qpOASES/doxygen-html/search/enums_0.js -share/doc/qpOASES/doxygen-html/search/enums_1.html -share/doc/qpOASES/doxygen-html/search/enums_1.js -share/doc/qpOASES/doxygen-html/search/enums_2.html -share/doc/qpOASES/doxygen-html/search/enums_2.js -share/doc/qpOASES/doxygen-html/search/enums_3.html -share/doc/qpOASES/doxygen-html/search/enums_3.js -share/doc/qpOASES/doxygen-html/search/enums_4.html -share/doc/qpOASES/doxygen-html/search/enums_4.js -share/doc/qpOASES/doxygen-html/search/enums_5.html -share/doc/qpOASES/doxygen-html/search/enums_5.js -share/doc/qpOASES/doxygen-html/search/enums_6.html -share/doc/qpOASES/doxygen-html/search/enums_6.js -share/doc/qpOASES/doxygen-html/search/enumvalues_0.html -share/doc/qpOASES/doxygen-html/search/enumvalues_0.js -share/doc/qpOASES/doxygen-html/search/enumvalues_1.html -share/doc/qpOASES/doxygen-html/search/enumvalues_1.js -share/doc/qpOASES/doxygen-html/search/enumvalues_2.html -share/doc/qpOASES/doxygen-html/search/enumvalues_2.js -share/doc/qpOASES/doxygen-html/search/enumvalues_3.html -share/doc/qpOASES/doxygen-html/search/enumvalues_3.js -share/doc/qpOASES/doxygen-html/search/enumvalues_4.html -share/doc/qpOASES/doxygen-html/search/enumvalues_4.js -share/doc/qpOASES/doxygen-html/search/enumvalues_5.html -share/doc/qpOASES/doxygen-html/search/enumvalues_5.js -share/doc/qpOASES/doxygen-html/search/enumvalues_6.html -share/doc/qpOASES/doxygen-html/search/enumvalues_6.js -share/doc/qpOASES/doxygen-html/search/enumvalues_7.html -share/doc/qpOASES/doxygen-html/search/enumvalues_7.js -share/doc/qpOASES/doxygen-html/search/files_0.html -share/doc/qpOASES/doxygen-html/search/files_0.js -share/doc/qpOASES/doxygen-html/search/files_1.html -share/doc/qpOASES/doxygen-html/search/files_1.js -share/doc/qpOASES/doxygen-html/search/files_2.html -share/doc/qpOASES/doxygen-html/search/files_2.js -share/doc/qpOASES/doxygen-html/search/files_3.html -share/doc/qpOASES/doxygen-html/search/files_3.js -share/doc/qpOASES/doxygen-html/search/files_4.html -share/doc/qpOASES/doxygen-html/search/files_4.js -share/doc/qpOASES/doxygen-html/search/files_5.html -share/doc/qpOASES/doxygen-html/search/files_5.js -share/doc/qpOASES/doxygen-html/search/files_6.html -share/doc/qpOASES/doxygen-html/search/files_6.js -share/doc/qpOASES/doxygen-html/search/files_7.html -share/doc/qpOASES/doxygen-html/search/files_7.js -share/doc/qpOASES/doxygen-html/search/files_8.html -share/doc/qpOASES/doxygen-html/search/files_8.js -share/doc/qpOASES/doxygen-html/search/files_9.html -share/doc/qpOASES/doxygen-html/search/files_9.js -share/doc/qpOASES/doxygen-html/search/files_a.html -share/doc/qpOASES/doxygen-html/search/files_a.js -share/doc/qpOASES/doxygen-html/search/files_b.html -share/doc/qpOASES/doxygen-html/search/files_b.js -share/doc/qpOASES/doxygen-html/search/functions_0.html -share/doc/qpOASES/doxygen-html/search/functions_0.js -share/doc/qpOASES/doxygen-html/search/functions_1.html -share/doc/qpOASES/doxygen-html/search/functions_1.js -share/doc/qpOASES/doxygen-html/search/functions_10.html -share/doc/qpOASES/doxygen-html/search/functions_10.js -share/doc/qpOASES/doxygen-html/search/functions_11.html -share/doc/qpOASES/doxygen-html/search/functions_11.js -share/doc/qpOASES/doxygen-html/search/functions_12.html -share/doc/qpOASES/doxygen-html/search/functions_12.js -share/doc/qpOASES/doxygen-html/search/functions_13.html -share/doc/qpOASES/doxygen-html/search/functions_13.js -share/doc/qpOASES/doxygen-html/search/functions_14.html -share/doc/qpOASES/doxygen-html/search/functions_14.js -share/doc/qpOASES/doxygen-html/search/functions_2.html -share/doc/qpOASES/doxygen-html/search/functions_2.js -share/doc/qpOASES/doxygen-html/search/functions_3.html -share/doc/qpOASES/doxygen-html/search/functions_3.js -share/doc/qpOASES/doxygen-html/search/functions_4.html -share/doc/qpOASES/doxygen-html/search/functions_4.js -share/doc/qpOASES/doxygen-html/search/functions_5.html -share/doc/qpOASES/doxygen-html/search/functions_5.js -share/doc/qpOASES/doxygen-html/search/functions_6.html -share/doc/qpOASES/doxygen-html/search/functions_6.js -share/doc/qpOASES/doxygen-html/search/functions_7.html -share/doc/qpOASES/doxygen-html/search/functions_7.js -share/doc/qpOASES/doxygen-html/search/functions_8.html -share/doc/qpOASES/doxygen-html/search/functions_8.js -share/doc/qpOASES/doxygen-html/search/functions_9.html -share/doc/qpOASES/doxygen-html/search/functions_9.js -share/doc/qpOASES/doxygen-html/search/functions_a.html -share/doc/qpOASES/doxygen-html/search/functions_a.js -share/doc/qpOASES/doxygen-html/search/functions_b.html -share/doc/qpOASES/doxygen-html/search/functions_b.js -share/doc/qpOASES/doxygen-html/search/functions_c.html -share/doc/qpOASES/doxygen-html/search/functions_c.js -share/doc/qpOASES/doxygen-html/search/functions_d.html -share/doc/qpOASES/doxygen-html/search/functions_d.js -share/doc/qpOASES/doxygen-html/search/functions_e.html -share/doc/qpOASES/doxygen-html/search/functions_e.js -share/doc/qpOASES/doxygen-html/search/functions_f.html -share/doc/qpOASES/doxygen-html/search/functions_f.js -share/doc/qpOASES/doxygen-html/search/mag_sel.png -share/doc/qpOASES/doxygen-html/search/nomatches.html -share/doc/qpOASES/doxygen-html/search/pages_0.html -share/doc/qpOASES/doxygen-html/search/pages_0.js -share/doc/qpOASES/doxygen-html/search/search.css -share/doc/qpOASES/doxygen-html/search/search.js -share/doc/qpOASES/doxygen-html/search/search_l.png -share/doc/qpOASES/doxygen-html/search/search_m.png -share/doc/qpOASES/doxygen-html/search/search_r.png -share/doc/qpOASES/doxygen-html/search/searchdata.js -share/doc/qpOASES/doxygen-html/search/typedefs_0.html -share/doc/qpOASES/doxygen-html/search/typedefs_0.js -share/doc/qpOASES/doxygen-html/search/typedefs_1.html -share/doc/qpOASES/doxygen-html/search/typedefs_1.js -share/doc/qpOASES/doxygen-html/search/typedefs_2.html -share/doc/qpOASES/doxygen-html/search/typedefs_2.js -share/doc/qpOASES/doxygen-html/search/variables_0.html -share/doc/qpOASES/doxygen-html/search/variables_0.js -share/doc/qpOASES/doxygen-html/search/variables_1.html -share/doc/qpOASES/doxygen-html/search/variables_1.js -share/doc/qpOASES/doxygen-html/search/variables_10.html -share/doc/qpOASES/doxygen-html/search/variables_10.js -share/doc/qpOASES/doxygen-html/search/variables_11.html -share/doc/qpOASES/doxygen-html/search/variables_11.js -share/doc/qpOASES/doxygen-html/search/variables_12.html -share/doc/qpOASES/doxygen-html/search/variables_12.js -share/doc/qpOASES/doxygen-html/search/variables_13.html -share/doc/qpOASES/doxygen-html/search/variables_13.js -share/doc/qpOASES/doxygen-html/search/variables_14.html -share/doc/qpOASES/doxygen-html/search/variables_14.js -share/doc/qpOASES/doxygen-html/search/variables_15.html -share/doc/qpOASES/doxygen-html/search/variables_15.js -share/doc/qpOASES/doxygen-html/search/variables_16.html -share/doc/qpOASES/doxygen-html/search/variables_16.js -share/doc/qpOASES/doxygen-html/search/variables_17.html -share/doc/qpOASES/doxygen-html/search/variables_17.js -share/doc/qpOASES/doxygen-html/search/variables_18.html -share/doc/qpOASES/doxygen-html/search/variables_18.js -share/doc/qpOASES/doxygen-html/search/variables_19.html -share/doc/qpOASES/doxygen-html/search/variables_19.js -share/doc/qpOASES/doxygen-html/search/variables_2.html -share/doc/qpOASES/doxygen-html/search/variables_2.js -share/doc/qpOASES/doxygen-html/search/variables_3.html -share/doc/qpOASES/doxygen-html/search/variables_3.js -share/doc/qpOASES/doxygen-html/search/variables_4.html -share/doc/qpOASES/doxygen-html/search/variables_4.js -share/doc/qpOASES/doxygen-html/search/variables_5.html -share/doc/qpOASES/doxygen-html/search/variables_5.js -share/doc/qpOASES/doxygen-html/search/variables_6.html -share/doc/qpOASES/doxygen-html/search/variables_6.js -share/doc/qpOASES/doxygen-html/search/variables_7.html -share/doc/qpOASES/doxygen-html/search/variables_7.js -share/doc/qpOASES/doxygen-html/search/variables_8.html -share/doc/qpOASES/doxygen-html/search/variables_8.js -share/doc/qpOASES/doxygen-html/search/variables_9.html -share/doc/qpOASES/doxygen-html/search/variables_9.js -share/doc/qpOASES/doxygen-html/search/variables_a.html -share/doc/qpOASES/doxygen-html/search/variables_a.js -share/doc/qpOASES/doxygen-html/search/variables_b.html -share/doc/qpOASES/doxygen-html/search/variables_b.js -share/doc/qpOASES/doxygen-html/search/variables_c.html -share/doc/qpOASES/doxygen-html/search/variables_c.js -share/doc/qpOASES/doxygen-html/search/variables_d.html -share/doc/qpOASES/doxygen-html/search/variables_d.js -share/doc/qpOASES/doxygen-html/search/variables_e.html -share/doc/qpOASES/doxygen-html/search/variables_e.js -share/doc/qpOASES/doxygen-html/search/variables_f.html -share/doc/qpOASES/doxygen-html/search/variables_f.js -share/doc/qpOASES/doxygen-html/splitbar.png -share/doc/qpOASES/doxygen-html/structMatMatrixHeader-members.html -share/doc/qpOASES/doxygen-html/structMatMatrixHeader.html -share/doc/qpOASES/doxygen-html/structMessageHandling_1_1ReturnValueList-members.html -share/doc/qpOASES/doxygen-html/structMessageHandling_1_1ReturnValueList.html -share/doc/qpOASES/doxygen-html/structTabularOutput-members.html -share/doc/qpOASES/doxygen-html/structTabularOutput.html -share/doc/qpOASES/doxygen-html/sync_off.png -share/doc/qpOASES/doxygen-html/sync_on.png -share/doc/qpOASES/doxygen-html/tab_a.png -share/doc/qpOASES/doxygen-html/tab_b.png -share/doc/qpOASES/doxygen-html/tab_h.png -share/doc/qpOASES/doxygen-html/tab_s.png -share/doc/qpOASES/doxygen-html/tabs.css diff --git a/qpOASES/depend.mk b/qpOASES/depend.mk deleted file mode 100644 index 29f997a7..00000000 --- a/qpOASES/depend.mk +++ /dev/null @@ -1,26 +0,0 @@ -# robotpkg Makefile for: wip/ -# Created: Rohan Budhiraja on Fri, 8 Apr 2016 -# - -DEPEND_DEPTH:= ${DEPEND_DEPTH}+ -QPOASES_DEPEND_MK:= ${QPOASES_DEPEND_MK}+ - -ifeq (+,$(DEPEND_DEPTH)) -DEPEND_PKG+= qpOASES -endif - -ifeq (+,$(QPOASES_DEPEND_MK)) # -------------------------------------- - -PREFER.qpOASES?= robotpkg - -SYSTEM_SEARCH.qpOASES=\ - lib/libqpOASES.so - -DEPEND_USE+= qpOASES - -DEPEND_ABI.qpOASES?= qpOASES>=3.2.0 -DEPEND_DIR.qpOASES?= ../../wip/qpOASES - -endif # qpOASES_DEPEND_MK -------------------------------------------- - -DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/qpOASES/distinfo b/qpOASES/distinfo deleted file mode 100644 index a20755ae..00000000 --- a/qpOASES/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -SHA1 (qpOASES-3.2.0p2.tar.gz) = 4561b503cc543941a91c5c4647f08eb0deddb3be -RMD160 (qpOASES-3.2.0p2.tar.gz) = aa12196ab93a7b102b060a2252cfb6ea6ecd78a0 -Size (qpOASES-3.2.0p2.tar.gz) = 1701910 bytes -- GitLab