Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MentaLiST: Backport libxml2 fix to v0.1.x series #7336

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions recipes/mentalist/0.1.3/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

cp -r $SRC_DIR/src/*.jl $PREFIX/bin
ln -s $PREFIX/bin/MentaLiST.jl $PREFIX/bin/mentalist
chmod +x $PREFIX/bin/mentalist

julia -e 'Pkg.init()'
julia -e 'Pkg.add("Suppressor")'
julia -e 'Pkg.add("ArgParse")'
julia -e 'Pkg.add("Bio")'
julia -e 'Pkg.add("OpenGene")'
julia -e 'Pkg.add("Logging")'
julia -e 'Pkg.add("Lumberjack")'

rm -f "$PREFIX"/share/julia/site/lib/v*/*.ji
rm -rf "$PREFIX"/share/julia/site/v*/METADATA
rm -f "$PREFIX"/share/julia/site/v*/META_BRANCH
37 changes: 37 additions & 0 deletions recipes/mentalist/0.1.3/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set name = "MentaLiST" %}
{% set version = "0.1.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
fn: {{ name|lower }}-{{ version }}.tar.gz
url: https://github.com/WGS-TB/MentaLiST/archive/v{{ version }}.tar.gz
sha256: 57874e2168b48c165fc68c2bab41819259ec828e298bc54cbc3da8f3c904c63e

build:
number: 1
skip: True # [osx]

requirements:
build:
- julia 0.5.2
- hdf5 {{ CONDA_HDF5 }}*
- mpfr
- libxml2
run:
- julia 0.5.2
- hdf5 {{ CONDA_HDF5 }}*
- mpfr
- libxml2

test:
commands:
- mentalist -h

about:
home: https://github.com/WGS-TB/MentaLiST
summary: The MLST pipeline developed by the PathOGiST research group.
license: MIT
license_file: LICENSE