aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-12 13:51:10 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-12 13:51:10 +0200
commitff9e6f5b5058cf7f019d76a428ed03421e2d1f91 (patch)
tree09bced315ed76014f855c52ea57af7867e4f73d6
parentsci-biology/picard: bring in the latest release actually (diff)
downloadsci-ff9e6f5b5058cf7f019d76a428ed03421e2d1f91.tar.gz
sci-ff9e6f5b5058cf7f019d76a428ed03421e2d1f91.tar.bz2
sci-ff9e6f5b5058cf7f019d76a428ed03421e2d1f91.zip
sci-biology/picard: do not compile testsuite by default
Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--sci-biology/picard/picard-2.18.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/picard/picard-2.18.2.ebuild b/sci-biology/picard/picard-2.18.2.ebuild
index 636bf879c..24ed178ce 100644
--- a/sci-biology/picard/picard-2.18.2.ebuild
+++ b/sci-biology/picard/picard-2.18.2.ebuild
@@ -46,7 +46,8 @@ src_compile(){
# work around gradle writing $HOME/.gradle, requiring $HOME/.git and $HOME/.m2/
# https://github.com/samtools/htsjdk/issues/660#issuecomment-232155965
# make jure SDK-1.8 is available, JRE-1.8 is not enough
- GRADLE_USER_HOME="${WORKDIR}" ./gradlew --stacktrace --debug || die
+ # see more gradlew arg options in build.xml, especially jar versus shadowJar
+ GRADLE_USER_HOME="${WORKDIR}" ./gradlew --stacktrace --debug compileJava jar || die
}
src_install() {