Skip to content

Commit

Permalink
new build ganon v0.1.3 (bioconda#16338)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/ganon:0.1.3--he860b03_1
 - linux-64/ganon-0.1.3-he860b03_1.tar.bz2
  • Loading branch information
pirovc authored and kpalin committed Aug 7, 2019
1 parent 3d72fcc commit a9e7a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit a9e7a2a

Please sign in to comment.