Skip to content
Snippets Groups Projects
Commit 71538fa2 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/eigen-quadprog] fix PLIST

parent c5b67c27
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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