aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-08-02 16:49:41 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-08-02 16:49:41 +0200
commit3d453585d191dca9ce0577865db62270bbcb1842 (patch)
treea6f59375fcc819e7eb3d46cd7f501db275c39fcc
parentsci-biology/plink: non-maintainer commit (diff)
downloadsci-3d453585d191dca9ce0577865db62270bbcb1842.tar.gz
sci-3d453585d191dca9ce0577865db62270bbcb1842.tar.bz2
sci-3d453585d191dca9ce0577865db62270bbcb1842.zip
sci-biology/maker: add some comments to the ebuild
Package-Manager: portage-2.3.0
-rw-r--r--sci-biology/maker/maker-2.31.8.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/sci-biology/maker/maker-2.31.8.ebuild b/sci-biology/maker/maker-2.31.8.ebuild
index 60abb3ad7..21734c235 100644
--- a/sci-biology/maker/maker-2.31.8.ebuild
+++ b/sci-biology/maker/maker-2.31.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -95,6 +95,7 @@ pkg_nofetch() {
einfo "That in turn requires you to register at http://www.girinst.org/server/RepBase"
einfo "to obtain sci-biology/repeatmasker-libraries data file"
einfo "For execution through openmpi or mpich please read INSTALL file"
+ einfo "Customization typically go into maker_opts.ctl file"
}
src_compile(){
@@ -102,9 +103,15 @@ src_compile(){
./Build install || die
}
+# If you move it, then the executables won’t be able to locate dependencies in the …/maker/data,
+# …/maker/lib, and …/maker/perl directories. You should really either add the location of
+# …/maker/bin to you PATH environmental variable or at most soft link the executables somewhere
+# else using the ‘ln -s’ command.
src_install(){
cd "${WORKDIR}"/maker || die
rm -f bin/fasta_tool # is part of sci-biology/GAL
+ # drop development related accessory script requiring Parallel/MPIcar.pm
+ find . -name mpi_evaluator | xargs rm || die
mv bin/compare bin/compare_gff3_to_chado # rename as agreed by upstream, will be in maker-3 as well
dobin bin/*
dodoc README INSTALL