Skip to content

Commit e829591

Browse files
BiocondaBotmencian
andauthored
Update savvy to 2.2.0 (#64341)
* Update savvy to 2.2.0 * Update meta.yaml * Update meta.yaml --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
1 parent 42074c4 commit e829591

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

recipes/savvy/meta.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
{% set name = "savvy" %}
2-
{% set version = "2.1.0" %}
2+
{% set version = "2.2.0" %}
33

44
package:
5-
name: {{ name|lower }}
5+
name: {{ name }}
66
version: {{ version }}
77

88
source:
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

1515
build:
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

2221
requirements:
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

4342
about:
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

5150
extra:
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

0 commit comments

Comments
 (0)