dev-build/gz-cmake - 3.4.1 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-build/gz-cmake-3.4.1

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

autounmask =dev-build/gz-cmake-3.4.1

Or alternatively:

emerge --autounmask-write -a =dev-build/gz-cmake-3.4.1

Package Information

Description:
A set of CMake modules that are used by the C++-based Gazebo projects
Homepage:
https://github.com/gazebosim/gz-cmake
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.4.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

inherit cmake

DESCRIPTION="A set of CMake modules that are used by the C++-based Gazebo projects"
HOMEPAGE="https://github.com/gazebosim/gz-cmake"
SRC_URI="https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/${P}.tar.bz2"

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

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

USE Flags

Manage flags for this package: euse -i <flag> -p dev-build/gz-cmake | euse -E <flag> -p dev-build/gz-cmake | euse -D <flag> -p dev-build/gz-cmake

Global/Standard Flags

Inherited Eclasses

Manifest for 3.4.1

Type File Size Source URLs
DIST gz-cmake-3.4.1.tar.bz2 215252 bytes https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/gz-cmake-3.4.1.tar.bz2