aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin <jlec@gentoo.org>2015-08-04 11:16:04 +0200
committerJustin <jlec@gentoo.org>2015-08-04 11:16:04 +0200
commite497404934cd2e0d0331352214139262b5ef5f0e (patch)
treefab70d8a195067d6e5b6ddca6af4d6520136a694
parentMerge pull request #459 from TheChymera/nipy (diff)
parentreplaced explicit command by default call (diff)
downloadsci-e497404934cd2e0d0331352214139262b5ef5f0e.tar.gz
sci-e497404934cd2e0d0331352214139262b5ef5f0e.tar.bz2
sci-e497404934cd2e0d0331352214139262b5ef5f0e.zip
Merge pull request #458 from TheChymera/ants2
New ANTS pull request
-rw-r--r--sci-biology/ants/ChangeLog17
-rw-r--r--sci-biology/ants/ants-9999.ebuild27
-rw-r--r--sci-biology/ants/metadata.xml13
3 files changed, 57 insertions, 0 deletions
diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog
new file mode 100644
index 000000000..74eed39c8
--- /dev/null
+++ b/sci-biology/ants/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for sci-biology/ants
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 28 Jul 2015; <chymera@gentoo.org> ants-9999.ebuild:
+ replaced explicit command by default call
+
+ 27 Jul 2015; <chymera@gentoo.org> ants-9999.ebuild:
+ using multilib eclass
+
+ 26 Jul 2015; <chymera@gentoo.org> ants-9999.ebuild:
+ specifying lib dir adequaltely for multilib setups
+
+*ants-9999 (26 Jul 2015)
+
+ 26 Jul 2015; <chymera@gentoo.org> +ants-9999.ebuild, +metadata.xml:
+ new ebuild
diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild
new file mode 100644
index 000000000..3ebea862b
--- /dev/null
+++ b/sci-biology/ants/ants-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils git-r3 multilib
+
+DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
+HOMEPAGE="http://stnava.github.io/ANTs/"
+SRC_URI=""
+EGIT_REPO_URI="git://github.com/stnava/ANTs.git"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS=""
+
+DEPEND="sci-libs/itk"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
+ default
+ cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found"
+ dodir /usr/$(get_libdir)/ants
+ install -t "${D}"usr/$(get_libdir)/ants *
+}
diff --git a/sci-biology/ants/metadata.xml b/sci-biology/ants/metadata.xml
new file mode 100644
index 000000000..0358403eb
--- /dev/null
+++ b/sci-biology/ants/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <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>