Skip to content

Commit

Permalink
skip building finemap if not linux64
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 11, 2024
1 parent 21fac97 commit f6d3bca
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions recipes/finemap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,22 @@ package:
version: {{ version }}

source:
- url: http://www.christianbenner.com/finemap_v{{ version }}_x86_64.tgz # [linux]
sha256: 3b1fc6eb3c2ccafd647b32e02d0244495cd0ade9ed7d474606c31ebf6e98b0c9 # [linux]
- url: http://www.christianbenner.com/finemap_v{{ version }}_x86_64.tgz # [linux64]
sha256: 3b1fc6eb3c2ccafd647b32e02d0244495cd0ade9ed7d474606c31ebf6e98b0c9 # [linux64]
- url: http://www.christianbenner.com/finemap_v{{ version }}_MacOSX.tgz # [osx]
sha256: e2967e5586347a8ac5cbcddf3c0e41bf8d3e7793875f78b509d07903d17a415b # [osx]

build:
number: 0
# skip broken osx for now
skip: True # [not linux]
skip: True # [not linux64]
run_exports:
- {{ pin_subpackage('finemap', max_pin="x") }}
script:
- mkdir -p ${PREFIX}/bin
- install -m 755 finemap_v{{ version }}_x86_64 ${PREFIX}/bin/finemap # [linux]
- install -m 755 finemap_v{{ version }}_MacOSX ${PREFIX}/bin/finemap # [osx]

requirements:
build: []
host: []
run: []

test:
commands:
- finemap --help
Expand Down

0 comments on commit f6d3bca

Please sign in to comment.