sci-libs/gz-physics - 6.5.1 (ros-overlay)

Search

Install

Install this version:

emerge -a =sci-libs/gz-physics-6.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-libs/gz-physics-6.5.1

Or alternatively:

emerge --autounmask-write -a =sci-libs/gz-physics-6.5.1

Package Information

Description:
Abstract physics interface designed to support simulation and rapid development of robot applications
Homepage:
https://github.com/gazebosim/gz-physics
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
6.5.1 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_BUILD_TYPE=RelWithDebInfo
inherit cmake

DESCRIPTION="Abstract physics interface designed to support simulation and rapid development of robot applications"
HOMEPAGE="https://github.com/gazebosim/gz-physics"
SRC_URI="https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="test"
#RESTRICT="!test? ( test )"
# tests dont even build
RESTRICT="test"

RDEPEND="
	dev-cpp/eigen:3
	dev-libs/gz-plugin:2=
	dev-libs/gz-utils:2=
	dev-libs/sdformat:13=
	sci-libs/dart
	sci-libs/gz-common:5=
	sci-libs/gz-math:7=
	sci-physics/bullet:="
DEPEND="${RDEPEND}
	dev-build/gz-cmake:3"
BDEPEND="
	dev-build/gz-cmake:3"

src_configure() {
	local mycmakeargs=(
		"-DBUILD_TESTING=$(usex test)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-libs/gz-physics | euse -E <flag> -p sci-libs/gz-physics | euse -D <flag> -p sci-libs/gz-physics

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-cpp/eigen:3
	dev-libs/gz-plugin:2=
	dev-libs/gz-utils:2=
	dev-libs/sdformat:13=
	sci-libs/dart
	sci-libs/gz-common:5=
	sci-libs/gz-math:7=
	sci-physics/bullet:=
	dev-build/gz-cmake:3

RDEPEND

	dev-cpp/eigen:3
	dev-libs/gz-plugin:2=
	dev-libs/gz-utils:2=
	dev-libs/sdformat:13=
	sci-libs/dart
	sci-libs/gz-common:5=
	sci-libs/gz-math:7=
	sci-physics/bullet:=

BDEPEND

	dev-build/gz-cmake:3

Manifest for 6.5.1

Type File Size Source URLs
DIST gz-physics-6.5.1.tar.bz2 18683097 bytes https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-6.5.1.tar.bz2