File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 11{% set name = "savvy" %}
2- {% set version = "2.1 .0" %}
2+ {% set version = "2.2 .0" %}
33
44package :
5- name : {{ name|lower }}
5+ name : {{ name }}
66 version : {{ version }}
77
88source :
99 url : https://github.com/statgen/savvy/archive/v{{ version }}.tar.gz
10- sha256 : 83ebd88c097799b3bbf771dc8ebf6892797ca7a1f49c2d1665d52cfc1bf9e1de
10+ sha256 : f96585faddeba9dd6bbf22f828ecb9f866cc7075947dd25f89c1a618cb9f3bb5
1111 patches :
1212 # Fixing postrelease issues
1313 - patches/0002-patch-cmakelists-for-conda-build.patch
1414
1515build :
16+ number : 0
1617 skip : True # [win]
17- number : 4
1818 run_exports :
19- - {{ pin_subpackage(name, max_pin = "x") }}
20-
19+ - {{ pin_subpackage(name, max_pin="x") }}
2120
2221requirements :
2322 build :
24- - make
2523 - {{ compiler('c') }}
2624 - {{ compiler('cxx') }}
25+ - pkg-config
2726 - cmake <4
2827 - make # [not win]
2928 host :
@@ -41,17 +40,19 @@ test:
4140 - sav --help
4241
4342about :
44- home : https://github.com/statgen/savvy
45- license : MPL-2.0
43+ home : " https://github.com/statgen/savvy"
44+ license : " MPL-2.0"
4645 license_family : MOZILLA
4746 license_file : LICENSE
4847 summary : ' Interface to various variant calling formats.'
49- dev_url : https://github.com/statgen/savvy
48+ dev_url : " https://github.com/statgen/savvy"
5049
5150extra :
5251 additional-platforms :
5352 - linux-aarch64
54-
53+ - osx-arm64
5554 recipe-maintainers :
5655 - matuskosut
5756 - jonathonl
57+ skip-lints :
58+ - compiler_needs_stdlib_c
You can’t perform that action at this time.
0 commit comments