Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 18, 2024
1 parent 8c2052c commit 7f9c3c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/libmaus2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ requirements:
- pkg-config
host:
- boost-cpp
- libgomp # [linux]
- llvm-openmp # [osx]
- libcurl
# snappy 1.1.9 introduced a binary incompatible build change (https://github.com/mhx/dwarfs/issues/56#issuecomment-896857211)
# enabling -fno-rtti. libmaus needs typeid, which is only available with activated rtti.
Expand All @@ -44,6 +46,8 @@ requirements:
- zlib
run:
- boost-cpp
- libgomp # [linux]
- llvm-openmp # [osx]
- snappy =1.1.8
- staden_io_lib >=1.14.14

Expand All @@ -62,3 +66,5 @@ about:
extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:libmaus

0 comments on commit 7f9c3c4

Please sign in to comment.