sci-libs/dlpack - 1.3 (stuff)

Search

Install

Install this version:

emerge -a =sci-libs/dlpack-1.3

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

autounmask =sci-libs/dlpack-1.3

Or alternatively:

emerge --autounmask-write -a =sci-libs/dlpack-1.3

Package Information

Description:
Common in-memory tensor structure
Homepage:
https://github.com/dmlc/dlpack
License:
Apache-2.0

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Common in-memory tensor structure"
HOMEPAGE="https://github.com/dmlc/dlpack"
SRC_URI="https://github.com/dmlc/dlpack/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"
RESTRICT="!test? ( test )"

BDEPEND="doc? (
	app-text/doxygen
	dev-python/breathe
	dev-python/pydata-sphinx-theme
	dev-python/sphinx
)"

PATCHES=(
	"${FILESDIR}/${PN}-1.1-dont-turn-warnings-into-errors-when-building-docs.patch"
)

src_configure() {
	local mycmakeargs=(
		-DBUILD_DOCS=$(usex doc)
		-DBUILD_MOCK=$(usex test)
	)

	cmake_src_configure
}

USE Flags

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

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

BDEPEND

doc? (
	app-text/doxygen
	dev-python/breathe
	dev-python/pydata-sphinx-theme
	dev-python/sphinx
)

Manifest for 1.3

Type File Size Source URLs
DIST dlpack-1.3.tar.gz 220016 bytes https://github.com/dmlc/dlpack/archive/refs/tags/v1.3.tar.gz