diff --git a/recipes/btllib/meta.yaml b/recipes/btllib/meta.yaml index 907b9c6684ded..87bd5f394aad3 100644 --- a/recipes/btllib/meta.yaml +++ b/recipes/btllib/meta.yaml @@ -10,21 +10,21 @@ source: sha256: a16204b39ff8a0949c984b343238aafb6fd45a8368bbdd7011328af26049e304 build: - skip: true # [py < 37] - number: 1 + skip: true # [py < 38 or win] + number: 2 requirements: build: - {{ compiler('cxx') }} + host: + - python + - pip + - wheel - meson - ninja - cmake - llvm-openmp # [osx] - libgomp # [linux] - - wheel - host: - - python - - pip run: - python - samtools @@ -40,6 +40,8 @@ requirements: test: commands: - indexlr --help + imports: + - btllib about: home: https://github.com/bcgsc/btllib