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

fix update ganon v0.1.3 #16338

Merged
merged 1 commit into from
Jul 12, 2019
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: 1 addition & 1 deletion recipes/ganon/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mv ${SRC_DIR}/sdsl-lite ${SRC_DIR}/ganon/libs/

mkdir ${SRC_DIR}/ganon/build
cd ${SRC_DIR}/ganon/build
cmake -DCMAKE_BUILD_TYPE=Release -DVERBOSE_CONFIG=ON -DGANON_OFFSET=OFF -DINCLUDE_DIRS=${PREFIX}/include ..
cmake -DCMAKE_BUILD_TYPE=Release -DVERBOSE_CONFIG=ON -DGANON_OFFSET=OFF -DINCLUDE_DIRS=${PREFIX}/include -DCONDA=ON ..
make
ctest -VV .

Expand Down
4 changes: 2 additions & 2 deletions recipes/ganon/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
source:
- folder: ganon
url: https://github.com/pirovc/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 0a86402f956978a7f3a3f03d449490dc38ccc646e2ff87fba0fd6855b0b71db7
sha256: 334935b1f629d9c3e74852827984b3dcdcc3d69987bf7326069b287aca30e006
- folder: seqan
url: https://github.com/eseiler/seqan/archive/c308e99f10d942382d4c7ed6fc91be1a889e644c.tar.gz
sha256: c9dc728f51ac91831ed1aa73e7ad8904838f72291e4d27177fb3db12649922a8
Expand All @@ -17,7 +17,7 @@ source:
sha256: db311228cd036ddf98eb130d29abd41195007c092ac2ea4092ba3567bff843c9

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

requirements:
Expand Down