sci-libs/libheinz - 4.0.0 (stuff)

Search

Install

Install this version:

emerge -a =sci-libs/libheinz-4.0.0

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

autounmask =sci-libs/libheinz-4.0.0

Or alternatively:

emerge --autounmask-write -a =sci-libs/libheinz-4.0.0

Package Information

Description:
Header-only C++ vector/rotation primitives used by MLZ scientific software
Homepage:
https://jugit.fz-juelich.de/mlz/libheinz
License:
0BSD

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_P="${PN}-v${PV}"
DESCRIPTION="Header-only C++ vector/rotation primitives used by MLZ scientific software"
HOMEPAGE="https://jugit.fz-juelich.de/mlz/libheinz"
SRC_URI="https://jugit.fz-juelich.de/mlz/libheinz/-/archive/v${PV}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="0BSD"
SLOT="0"
KEYWORDS="~amd64"

src_configure() {
	local mycmakeargs=(
		-DPEDANTIC=OFF
		-DWERROR=OFF
	)
	cmake_src_configure
}

Inherited Eclasses

Manifest for 4.0.0

Type File Size Source URLs
DIST libheinz-v4.0.0.tar.gz 465727 bytes https://jugit.fz-juelich.de/mlz/libheinz/-/archive/v4.0.0/libheinz-v4.0.0.tar.gz