Skip to content

Commit

Permalink
nanopolish out of blacklist (#10368)
Browse files Browse the repository at this point in the history
* nanopolish outof blacklist

* openmp

* cxx compiler

* config for build

* compiler mess

* skip linting for compilers to accept the hack

* Update meta.yaml

* of course old style needs libgcc
  • Loading branch information
mmiladi authored and bgruening committed Aug 10, 2018
1 parent e06aab9 commit 7bdb442
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -2178,6 +2178,5 @@ recipes/abricate/0.7
recipes/abricate

# clang
recipes/nanopolish

####################### OSX errors above ###############
10 changes: 8 additions & 2 deletions recipes/nanopolish/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ source:

requirements:
build:
- {{ compiler('c') }}
- gcc
host:
- fast5 ==0.6.5
- htslib >1.4
- hdf5
- eigen
- ncurses
- bzip2

- openmp
run:
- python
- hdf5
Expand All @@ -33,6 +33,8 @@ requirements:
- eigen
- ncurses
- libdeflate
- openmp
- libgcc

test:
commands:
Expand All @@ -44,3 +46,7 @@ about:
license: MIT
license_file: LICENSE
summary: 'Signal-level algorithms for MinION data.'

extra:
skip-lints:
- should_use_compilers

0 comments on commit 7bdb442

Please sign in to comment.