mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-cluster/codipack: new package, add 3.1.0, 9999
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44994 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
sys-cluster/codipack/Manifest
Normal file
1
sys-cluster/codipack/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST codipack-3.1.0.tar.gz 679346 BLAKE2B cb3a48aae839480ff54898b05f3a4c954534ea5ab008a8562c5878b9870a84b5a05d4351c08dbf3a7c4b92841da2537e530a85fdce27455881007d19be883f8c SHA512 58f3a8fc7a98a4d8e4cc49075336e0fb0c28a06eaa41e6faeaa9c84533ee8a4b545d8047138df9acf7796900e0e4ab6b97ac694ae990dbed7088b8a991425ae4
|
||||
27
sys-cluster/codipack/codipack-3.1.0.ebuild
Normal file
27
sys-cluster/codipack/codipack-3.1.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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"
|
||||
27
sys-cluster/codipack/codipack-9999.ebuild
Normal file
27
sys-cluster/codipack/codipack-9999.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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"
|
||||
11
sys-cluster/codipack/metadata.xml
Normal file
11
sys-cluster/codipack/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">SciCompKL/CoDiPack</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user