diff --git a/eigen-quadprog/Makefile b/eigen-quadprog/Makefile index d01ac5cdcb82a8dbddfd672d306034ae4f632ccf..73cf13b589ec691d56904fe4feb5c7be7ca916da 100644 --- a/eigen-quadprog/Makefile +++ b/eigen-quadprog/Makefile @@ -2,19 +2,24 @@ # Created: Rohan Budhiraja on Wed Oct 19, 2016 # +ORG= jrl-umi3218 +NAME= eigen-quadprog VERSION= 1.0.0 -DISTNAME= eigen-quadprog-${VERSION} -PKGNAME= eigen-quadprog-${VERSION} -CATEGORIES= wip -MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=eigen-quadprog/} +DISTNAME= ${NAME}-${VERSION} -HOMEPAGE= https://github.com/jrl-umi3218/eigen-quadprog +MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} +MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME} +HOMEPAGE= ${MASTER_SITE_GITHUB}${ORG}/${NAME} +CATEGORIES= wip COMMENT= eigen-quadprog allow to use the QuadProg QP solver with the Eigen3 library. LICENSE= gnu-lgpl-v3 MAINTAINER= gepetto@laas.fr +DYNAMIC_PLIST_DIRS+= share/doc/${NAME} + + # 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