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

update stringtie adding new platform #46569

Merged
merged 3 commits into from
Mar 19, 2024
Merged
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
2 changes: 2 additions & 0 deletions recipes/stringtie/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

ln -s $PREFIX/lib/libz.so.1 $PREFIX/lib/libz.so

export C_INCLUDE_PATH=$PREFIX/include
export CPLUS_INCLUDE_PATH=$PREFIX/include
export LINKER="$CXX"
Expand Down
7 changes: 6 additions & 1 deletion recipes/stringtie/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ source:
- patch

build:
number: 5
number: 6
run_exports:
- {{ pin_subpackage("stringtie", max_pin="x.x") }}
# TODO currently fails to build on osx.
# Feel free to re-enable and debug.
skip: true # [osx]

requirements:
build:
- make
- zlib
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
Expand All @@ -44,6 +47,8 @@ about:
dev_url: https://github.com/gpertea/stringtie

extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:StringTie
- usegalaxy-eu:stringtie
Expand Down