diff --git a/recipes/ganon/build.sh b/recipes/ganon/build.sh index 96ab84fe72f03..9428d79064ef5 100755 --- a/recipes/ganon/build.sh +++ b/recipes/ganon/build.sh @@ -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 . diff --git a/recipes/ganon/meta.yaml b/recipes/ganon/meta.yaml index 21fa896521d45..804bdb2b7cc5f 100755 --- a/recipes/ganon/meta.yaml +++ b/recipes/ganon/meta.yaml @@ -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 @@ -17,7 +17,7 @@ source: sha256: db311228cd036ddf98eb130d29abd41195007c092ac2ea4092ba3567bff843c9 build: - number: 0 + number: 1 skip: True # [osx] requirements: