diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-13 16:33:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-13 16:33:37 +0000 |
commit | 1651ab911f6c098694a50fe389cc899efde74d12 (patch) | |
tree | 3006f15a3764a0bffe799569d68d9ef0c62d5e72 /sci-biology | |
parent | Add build dep on kernel headers (bug #461614). (diff) | |
download | gentoo-2-1651ab911f6c098694a50fe389cc899efde74d12.tar.gz gentoo-2-1651ab911f6c098694a50fe389cc899efde74d12.tar.bz2 gentoo-2-1651ab911f6c098694a50fe389cc899efde74d12.zip |
sci-biology/tophat: Version Bump; unbundle sci-biology/seqan
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/tophat/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/tophat/files/tophat-2.0.8-flags.patch | 105 | ||||
-rw-r--r-- | sci-biology/tophat/tophat-2.0.8.ebuild | 40 |
3 files changed, 152 insertions, 1 deletions
diff --git a/sci-biology/tophat/ChangeLog b/sci-biology/tophat/ChangeLog index de25911954eb..90c6c4831dd3 100644 --- a/sci-biology/tophat/ChangeLog +++ b/sci-biology/tophat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/tophat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.10 2013/03/12 12:10:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.11 2013/03/13 16:33:37 jlec Exp $ + +*tophat-2.0.8 (13 Mar 2013) + + 13 Mar 2013; Justin Lecher <jlec@gentoo.org> +tophat-2.0.8.ebuild, + +files/tophat-2.0.8-flags.patch: + Version Bump; unbundle sci-biology/seqan 12 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml: Drop Andrey as maintainer so that bugs get assigned to sci-biology directly diff --git a/sci-biology/tophat/files/tophat-2.0.8-flags.patch b/sci-biology/tophat/files/tophat-2.0.8-flags.patch new file mode 100644 index 000000000000..604f657d4c42 --- /dev/null +++ b/sci-biology/tophat/files/tophat-2.0.8-flags.patch @@ -0,0 +1,105 @@ + configure.ac | 3 ++- + src/Makefile.am | 50 +++++++++++++++++++++++++------------------------- + 2 files changed, 27 insertions(+), 26 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 75e9218..98b05d2 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -68,7 +68,8 @@ AC_CANONICAL_HOST + # set CFLAGS and CXXFLAGS + #user_CFLAGS="${CXXFLAGS}" + user_CFLAGS=${CFLAGS} +-generic_CFLAGS="-Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized" ++#generic_CFLAGS="-Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized" ++generic_CFLAGS="" + ext_CFLAGS="" + debug_CFLAGS="" + user_LDFLAGS="$LDFLAGS" +diff --git a/src/Makefile.am b/src/Makefile.am +index dde692e..ebb9fcd 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -545,7 +545,7 @@ CLEANFILES = \ + tophat2 + + tophat2: tophat2.in +- sed -e 's|__PREFIX__|$(prefix)|' tophat2.in > tophat2 ++ sed -e 's|__PREFIX__|$(prefix)|' $(top_srcdir)/src/tophat2.in > tophat2 + + #SUFFIXES = .py + #.py: +@@ -617,49 +617,49 @@ libgc_a_SOURCES = \ + #-- program sources + + prep_reads_SOURCES = prep_reads.cpp +-prep_reads_LDADD = $(top_builddir)/src/libtophat.a $(BAM_LIB) +-prep_reads_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++prep_reads_LDADD = libtophat.a $(BAM_LIB) ++prep_reads_LDFLAGS = $(BAM_LDFLAGS) + + segment_juncs_SOURCES = segment_juncs.cpp +-segment_juncs_LDADD = $(top_builddir)/src/libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) +-segment_juncs_LDFLAGS = $(LDFLAGS) $(BOOST_LDFLAGS) $(BAM_LDFLAGS) ++segment_juncs_LDADD = libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) ++segment_juncs_LDFLAGS = $(BOOST_LDFLAGS) $(BAM_LDFLAGS) + + long_spanning_reads_SOURCES = long_spanning_reads.cpp +-long_spanning_reads_LDADD = $(top_builddir)/src/libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) +-long_spanning_reads_LDFLAGS = $(LDFLAGS) $(BOOST_LDFLAGS) $(BAM_LDFLAGS) ++long_spanning_reads_LDADD = libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) ++long_spanning_reads_LDFLAGS = $(BOOST_LDFLAGS) $(BAM_LDFLAGS) + + gtf_juncs_SOURCES = gtf_juncs.cpp +-gtf_juncs_LDADD = $(top_builddir)/src/libtophat.a libgc.a $(BAM_LIB) +-gtf_juncs_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++gtf_juncs_LDADD = libtophat.a libgc.a $(BAM_LIB) ++gtf_juncs_LDFLAGS = $(BAM_LDFLAGS) + + juncs_db_SOURCES = juncs_db.cpp +-juncs_db_LDADD = $(top_builddir)/src/libtophat.a $(BAM_LIB) +-juncs_db_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++juncs_db_LDADD = libtophat.a $(BAM_LIB) ++juncs_db_LDFLAGS = $(BAM_LDFLAGS) + + tophat_reports_SOURCES = tophat_reports.cpp +-tophat_reports_LDADD = $(top_builddir)/src/libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) +-tophat_reports_LDFLAGS = $(LDFLAGS) $(BOOST_LDFLAGS) $(BAM_LDFLAGS) ++tophat_reports_LDADD = libtophat.a $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BAM_LIB) ++tophat_reports_LDFLAGS = $(BOOST_LDFLAGS) $(BAM_LDFLAGS) + + fix_map_ordering_SOURCES = fix_map_ordering.cpp +-fix_map_ordering_LDADD = $(top_builddir)/src/libtophat.a $(BAM_LIB) +-fix_map_ordering_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++fix_map_ordering_LDADD = libtophat.a $(BAM_LIB) ++fix_map_ordering_LDFLAGS = $(BAM_LDFLAGS) + + bam2fastx_SOURCES = bam2fastx.cpp +-bam2fastx_LDADD = $(top_builddir)/src/libgc.a $(BAM_LIB) +-bam2fastx_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++bam2fastx_LDADD = libgc.a $(BAM_LIB) ++bam2fastx_LDFLAGS = $(BAM_LDFLAGS) + + bam_merge_SOURCES = bam_merge.cpp +-bam_merge_LDADD = $(top_builddir)/src/libtophat.a $(top_builddir)/src/libgc.a $(BAM_LIB) +-bam_merge_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++bam_merge_LDADD = libtophat.a libgc.a $(BAM_LIB) ++bam_merge_LDFLAGS = $(BAM_LDFLAGS) + + sam_juncs_SOURCES = sam_juncs.cpp +-sam_juncs_LDADD = $(top_builddir)/src/libtophat.a $(BAM_LIB) +-sam_juncs_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++sam_juncs_LDADD = libtophat.a $(BAM_LIB) ++sam_juncs_LDFLAGS = $(BAM_LDFLAGS) + + map2gtf_SOURCES = map2gtf.cpp +-map2gtf_LDADD = $(top_builddir)/src/libtophat.a libgc.a $(BAM_LIB) +-map2gtf_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++map2gtf_LDADD = libtophat.a libgc.a $(BAM_LIB) ++map2gtf_LDFLAGS = $(BAM_LDFLAGS) + + gtf_to_fasta_SOURCES = GTFToFasta.cpp FastaTools.cpp +-gtf_to_fasta_LDADD = $(top_builddir)/src/libtophat.a libgc.a $(BAM_LIB) +-gtf_to_fasta_LDFLAGS = $(LDFLAGS) $(BAM_LDFLAGS) ++gtf_to_fasta_LDADD = libtophat.a libgc.a $(BAM_LIB) ++gtf_to_fasta_LDFLAGS = $(BAM_LDFLAGS) diff --git a/sci-biology/tophat/tophat-2.0.8.ebuild b/sci-biology/tophat/tophat-2.0.8.ebuild new file mode 100644 index 000000000000..d811ebe05cf8 --- /dev/null +++ b/sci-biology/tophat/tophat-2.0.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-2.0.8.ebuild,v 1.1 2013/03/13 16:33:37 jlec Exp $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=yes + +inherit autotools-utils + +DESCRIPTION="A fast splice junction mapper for RNA-Seq reads" +HOMEPAGE="http://tophat.cbcb.umd.edu/" +SRC_URI="http://tophat.cbcb.umd.edu/downloads/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + dev-libs/boost + sci-biology/samtools + sci-biology/seqan" +RDEPEND="${DEPEND} + sci-biology/bowtie" + +PATCHES=( "${FILESDIR}"/${P}-flags.patch ) + +src_prepare() { + rm -rf src/SeqAn* || die + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + --disable-optim + $(use_enable debug) + ) + autotools-utils_src_configure +} |