commit:     9d66184475a6cff25507968662eafe9ca1f30dc6
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Sep 23 17:33:02 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Sep 23 17:33:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d661844

sci-biology/barnacle:  another attempt at a compile step

Package-Manager: portage-2.3.0

 sci-biology/barnacle/barnacle-1.0.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-biology/barnacle/barnacle-1.0.4.ebuild 
b/sci-biology/barnacle/barnacle-1.0.4.ebuild
index 2fb3123..e1f95ad 100644
--- a/sci-biology/barnacle/barnacle-1.0.4.ebuild
+++ b/sci-biology/barnacle/barnacle-1.0.4.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$
 
@@ -29,7 +29,8 @@ S="${S}"
 src_compile(){
        cd src || die
        # Run setup.py to compile the portions of Barnacle that require 
compilation, and download and setup the default annotations
-       ./setup.py || die
+       touch alignment_processing/gap_realigner_cluster || die # prevent 
compilation on a cluster
+       ./setup.py localhost || die
 }
 
 src_install(){

Reply via email to