From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 825781382C5 for ; Wed, 19 May 2021 17:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E968E088A; Wed, 19 May 2021 17:36:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89391E088A for ; Wed, 19 May 2021 17:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B5DC340DEE for ; Wed, 19 May 2021 17:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3295C78F for ; Wed, 19 May 2021 17:36:07 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1621445764.ddb397be87e7c39398d587dbd1b0fb28e440304a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/dart/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/dart/dart-6.10.1-r1.ebuild sci-libs/dart/dart-6.10.1.ebuild X-VCS-Directories: sci-libs/dart/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ddb397be87e7c39398d587dbd1b0fb28e440304a X-VCS-Branch: dev Date: Wed, 19 May 2021 17:36:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a5ddbaf-1587-4936-8c7f-e69425af1340 X-Archives-Hash: a39b4156652cbb712acbf28e44e5e0f4 commit: ddb397be87e7c39398d587dbd1b0fb28e440304a Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 19 17:35:01 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed May 19 17:36:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddb397be sci-libs/dart: improved dependencies, WIP Signed-off-by: Alessandro Barbieri gmail.com> .../{dart-6.10.1.ebuild => dart-6.10.1-r1.ebuild} | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/sci-libs/dart/dart-6.10.1.ebuild b/sci-libs/dart/dart-6.10.1-r1.ebuild similarity index 76% rename from sci-libs/dart/dart-6.10.1.ebuild rename to sci-libs/dart/dart-6.10.1-r1.ebuild index 8a66abbff..4775af2f8 100644 --- a/sci-libs/dart/dart-6.10.1.ebuild +++ b/sci-libs/dart/dart-6.10.1-r1.ebuild @@ -14,8 +14,9 @@ SRC_URI="https://github.com/dartsim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" -IUSE="bullet examples extras glut ipopt +nlopt ode openscenegraph python tests tutorials urdfdom" +IUSE="bullet doc examples extras glut +ipopt +nlopt ode openscenegraph python test tutorials urdfdom" #TODO: pagmo +RESTRIC="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) @@ -41,9 +42,14 @@ RDEPEND=" bullet? ( sci-physics/bullet ) examples? ( dev-games/openscenegraph ) glut? ( media-libs/freeglut ) - ipopt? ( >=sci-libs/ipopt-3.11.9 ) + ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) - python? ( ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pybind11[${PYTHON_USEDEP}] + ') + ) ode? ( dev-games/ode ) openscenegraph? ( dev-games/openscenegraph ) urdfdom? ( dev-libs/urdfdom ) @@ -52,6 +58,7 @@ DEPEND=" ${RDEPEND} urdfdom? ( dev-libs/urdfdom_headers ) " +BDEPEND="doc? ( app-doc/doxygen )" pkg_setup() { use python && python-single-r1_pkg_setup @@ -69,9 +76,10 @@ src_configure() { src_compile() { cmake_src_compile -# use examples && emake examples -# use tests && emake tests -# use tutorials && emake tutorials + use examples && cmake_src_compile examples +# use python && cmake_src_compile dartpy +# use test && cmake_src_compile tests +# use tutorials && cmake_src_compile tutorials } src_install() {