Skip to content
Snippets Groups Projects
Commit d39922be authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[wip/eigen-quadprog][Initial commit]

Setup the package version 1.0.0
parent 32331d56
No related branches found
No related tags found
No related merge requests found
eigen-quadprog allow to use the QuadProg QP solver with the Eigen3 library.
\ No newline at end of file
# robotpkg Makefile for: wip/
# Created: Rohan Budhiraja on Wed Oct 19, 2016
#
VERSION= 1.0.0
DISTNAME= eigen-quadprog-${VERSION}
PKGNAME= eigen-quadprog-${VERSION}
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=eigen-quadprog/}
HOMEPAGE= https://github.com/jrl-umi3218/eigen-quadprog
COMMENT= eigen-quadprog allow to use the QuadProg QP solver with the Eigen3 library.
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 ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../math/eigen3/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/language/fortran.mk
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/robotpkg.mk
@comment Wed Mar 1 18:49:23 CET 2017
lib/libeigen-quadprog.so
lib/pkgconfig/eigen-quadprog.pc
include/eigen-quadprog/eigen_quadprog_api.h
include/eigen-quadprog/QuadProg.h
include/eigen/quadprog/config.h
include/eigen/quadprog/config.hh
include/eigen/quadprog/deprecated.hh
include/eigen/quadprog/warning.hh
# robotpkg Makefile for: wip/
# Created: Rohan Budhiraja on Fri, 1 Mar 2017
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
EIGEN_QUADPROG_DEPEND_MK:= ${EIGEN_QUADPROG_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= eigen-quadprog
endif
ifeq (+,$(EIGEN_QUADPROG_DEPEND_MK)) # --------------------------------------
PREFER.eigen-quadprog?= robotpkg
SYSTEM_SEARCH.eigen-quadprog=\
lib/libeigen-quadprog.so
DEPEND_USE+= eigen-quadprog
DEPEND_ABI.eigen-quadprog?= eigen-quadprog>=1.0.0
DEPEND_DIR.eigen-quadprog?= ../../wip/eigen-quadprog
endif # eigen-quadprog_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (eigen-quadprog-1.0.0.tar.gz) = 923955f38b7d971732b8daaa34345d93d08b0cf9
RMD160 (eigen-quadprog-1.0.0.tar.gz) = 758fd158b8099080650e7d99021ab4e2d3641878
Size (eigen-quadprog-1.0.0.tar.gz) = 1734333 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