-
Notifications
You must be signed in to change notification settings - Fork 3.4k
/
Copy pathmeta.yaml
64 lines (57 loc) · 1.42 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{% set name = "regenie" %}
{% set version = "4.1" %}
{% set sha256 = "a7d8ad321ca66bd10fa5ed651c63069886f5cb5ef8e900ca9a0c5b7e3dfc7da5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/rgcgithub/regenie/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
# Fixing postrelease issues
- patches/0015-update-cmakelist.txt-for-v3.6.patch
build:
number: 0
run_exports:
- {{ pin_subpackage('regenie', max_pin="x") }}
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- binutils >=2.33.1 # [linux]
- cmake >=3.13
- make
- llvm-openmp # [osx]
- libgomp # [linux]
host:
- bgenix >=1.1.7
- boost-cpp 1.74
- liblapack * *mkl
- mkl >=2020.4
- mkl-include
- zlib
- zstd
run:
- boost-cpp 1.74
- mkl >=2020.4
- sqlite
- zlib
- zstd
test:
commands:
- test -f ${PREFIX}/bin/regenie # [linux]
- regenie --help
- regenie --version
about:
home: https://rgcgithub.github.io/regenie/
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'Regenie is a C++ program for whole genome regression modelling of large genome-wide association studies (GWAS).'
dev_url: https://github.com/rgcgithub/regenie
doc_url: https://rgcgithub.github.io/regenie/options/
extra:
recipe-maintainers:
- matuskosut
- joellembatchou