Skip to content

Commit

Permalink
[ci skip] Merge PR 30247
Browse files Browse the repository at this point in the history
Merge PR bioconda#30247, commits were: 
 * Fix build
 * Update MALT to 0.53
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge pull request #2 from bioconda/master

Get latest versions
 * Merge pull request #1 from bioconda/master

Get latest GATK recipe
  • Loading branch information
jfy133 authored Aug 25, 2021
1 parent 47c4b39 commit d896a8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions recipes/malt/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# call installer
chmod u+x MALT_unix_0_5_2.sh
chmod u+x MALT_unix_0_5_3.sh
MALT="$PREFIX/opt/$PKG_NAME-$PKG_VERSION"
./MALT_unix_0_5_2.sh -q -dir "$MALT"
./MALT_unix_0_5_3.sh -q -dir "$MALT"

ln -s "$MALT"/malt-build "$PREFIX"/bin/malt-build
ln -s "$MALT"/malt-run "$PREFIX"/bin/malt-run
13 changes: 7 additions & 6 deletions recipes/malt/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
package:
name: malt
version: 0.5.2
version: 0.53 # Keep without patch release decimal. Versioning style changed in 0.5 causing latest-version sorting problems when installing from bioconda.
build:
noarch: generic
number: 1
number: 0
source:
md5: 5216a4172b8a679fd84c0c4ac4ff3104
url: https://software-ab.informatik.uni-tuebingen.de/download/malt/MALT_unix_0_5_2.sh
md5: bf8a3ecf39d66426a3dead1d2addd1ae
url: https://software-ab.informatik.uni-tuebingen.de/download/malt/MALT_unix_0_5_3.sh
requirements:
build:
- openjdk >=11
- javafx-sdk >=11
- openjdk >=11
- javafx-sdk >=11
run:
- openjdk >=11
test:
commands:
- malt-run -h
- malt-build -h
about:
home: http://ab.inf.uni-tuebingen.de/software/malt/
license: GPLv3
Expand Down

0 comments on commit d896a8b

Please sign in to comment.