sys-cluster/codipack - 3.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-cluster/codipack-3.1.0

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

autounmask =sys-cluster/codipack-3.1.0

Or alternatively:

emerge --autounmask-write -a =sys-cluster/codipack-3.1.0

Package Information

Description:
Fast gradient evaluation in C++ based on Expression Templates
Homepage:
https://scicomp.rptu.de/software/codi/ https://github.com/SciCompKL/CoDiPack
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.1.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_PN="CoDiPack"

DESCRIPTION="Fast gradient evaluation in C++ based on Expression Templates"
HOMEPAGE="https://scicomp.rptu.de/software/codi/ https://github.com/SciCompKL/CoDiPack"

if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/SciCompKL/${MY_PN}.git"
else
	SRC_URI="
		https://github.com/SciCompKL/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	"
	S="${WORKDIR}/${MY_PN}-${PV}"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
SLOT="0"

RESTRICT="test"

Inherited Eclasses

Manifest for 3.1.0

Type File Size Source URLs
DIST codipack-3.1.0.tar.gz 679346 bytes https://github.com/SciCompKL/CoDiPack/archive/v3.1.0.tar.gz