sci-biology/ants: fixes ahead of Gentoo Science
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
parent
85a72199ee
commit
5384166737
6
sci-biology/ants/ChangeLog
Normal file
6
sci-biology/ants/ChangeLog
Normal file
@ -0,0 +1,6 @@
|
||||
*ants-2.3.1-r1 (25 Mar 2019)
|
||||
*ants-9999 (25 Mar 2019)
|
||||
|
||||
25 Mar 2019; <chymera@gentoo.org> +ants-2.3.1-r1.ebuild, +ants-9999.ebuild,
|
||||
+files/99ants, +metadata.xml:
|
||||
sci-biology/ants: fixes ahead of Gentoo Science
|
1
sci-biology/ants/Manifest
Normal file
1
sci-biology/ants/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ants-2.3.1.tar.gz 2437950 SHA256 c0680feab0ebb85c8cd6685043126666929b35e1cf387a5cc1d3a2d7169bddd3 SHA512 c22af10b7aed1dc5c6b06d6b7d3b2c33ced382926ab5972dd55e4766ff0269330bf01e6975712d991e96c5d9d23f78c8081a3ff475ea92d539c695105b5cfe9a WHIRLPOOL 54c0f411bbd305530c9a8fcdfc66e42f76991c209330375e11d65522ad7a2d58066fc349aae68d003aaab413b59bdabf2f9f5cdfd5626269caa9968909785964
|
31
sci-biology/ants/ants-2.3.1-r1.ebuild
Normal file
31
sci-biology/ants/ants-2.3.1-r1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils multilib
|
||||
|
||||
DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
|
||||
HOMEPAGE="http://stnava.github.io/ANTs/"
|
||||
SRC_URI="https://github.com/ANTsX/ANTs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=">=dev-util/cmake-3.10.3"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/ANTs-${PV}"
|
||||
|
||||
RESTRICT="network-sandbox"
|
||||
|
||||
src_install() {
|
||||
cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
|
||||
default
|
||||
cd "${S}/Scripts" || die "scripts dir not found"
|
||||
dobin *.sh
|
||||
dodir /usr/$(get_libdir)/ants
|
||||
install -t "${D}"usr/$(get_libdir)/ants *
|
||||
doenvd "${FILESDIR}"/99ants
|
||||
}
|
28
sci-biology/ants/ants-9999.ebuild
Normal file
28
sci-biology/ants/ants-9999.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils git-r3 multilib
|
||||
|
||||
DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
|
||||
HOMEPAGE="http://stnava.github.io/ANTs/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/stnava/ANTs.git"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND=">=dev-util/cmake-3.10.3"
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
|
||||
default
|
||||
cd "${WORKDIR}/ANTs-${PV}/Scripts" || die "scripts dir not found"
|
||||
dobin *.sh
|
||||
dodir /usr/$(get_libdir)/ants
|
||||
install -t "${D}"usr/$(get_libdir)/ants *
|
||||
doenvd "${FILESDIR}"/99ants
|
||||
}
|
1
sci-biology/ants/files/99ants
Normal file
1
sci-biology/ants/files/99ants
Normal file
@ -0,0 +1 @@
|
||||
ANTSPATH=/usr/bin/
|
21
sci-biology/ants/metadata.xml
Normal file
21
sci-biology/ants/metadata.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>horea.christ@gmail.com</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
ANTs extracts information from complex datasets that include imaging
|
||||
(Word Cloud). Paired with ANTsR (answer), ANTs is useful for managing,
|
||||
interpreting and visualizing multidimensional data. ANTs is popularly
|
||||
considered a state-of-the-art medical image registration and segmentation
|
||||
toolkit. ANTsR is an emerging tool supporting standardized multimodality
|
||||
image analysis. ANTs depends on the Insight ToolKit (ITK), a widely used
|
||||
medical image processing library to which ANTs developers contribute.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user