Skip to content

Commit

Permalink
fix onetbb flexbar issue
Browse files Browse the repository at this point in the history
- add patch with onetbb support
  - migrates flexbar from tbb to onetbb to allow building against current conda-forge tbb version
  - upstream PR for these changes: seqan/flexbar#41 (but repo doesn't appear to be maintained)
- remove flexbar from build blacklist
  • Loading branch information
lkeegan committed Feb 10, 2023
1 parent 5d11c33 commit 0173d33
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ recipes/bioconductor-snplocs.hsapiens.dbsnp155.grch38
recipes/ncbi-util-legacy

# TBB compatibility, https://github.com/seqan/flexbar/issues/38
recipes/flexbar
# recipes/flexbar

# HDF5 compatibility, https://github.com/mateidavid/nanocall/issues/38
recipes/nanocall
Expand Down
3 changes: 2 additions & 1 deletion recipes/flexbar/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ source:
sha256: "{{ sha256 }}"
patches:
- march.patch
- onetbb.patch

build:
number: 7
number: 8

requirements:
build:
Expand Down
Loading

0 comments on commit 0173d33

Please sign in to comment.