Skip to content

Commit

Permalink
add suggestions from PR review
Browse files Browse the repository at this point in the history
Thanks, Martin!
  • Loading branch information
aryarm authored Nov 9, 2024
1 parent f9bee23 commit 21fac97
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipes/finemap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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 }}_MacOSX.tgz # [osx]
sha256: e2967e5586347a8ac5cbcddf3c0e41bf8d3e7793875f78b509d07903d17a415b # [osx]
- url: http://www.christianbenner.com/finemap_v{{ version }}_x86_64.tgz # [linux]
sha256: 3b1fc6eb3c2ccafd647b32e02d0244495cd0ade9ed7d474606c31ebf6e98b0c9 # [linux]
- url: http://www.christianbenner.com/finemap_v{{ version }}_MacOSX.tgz # [osx]
sha256: e2967e5586347a8ac5cbcddf3c0e41bf8d3e7793875f78b509d07903d17a415b # [osx]

build:
number: 0
Expand All @@ -23,8 +23,7 @@ build:
- install -m 755 finemap_v{{ version }}_MacOSX ${PREFIX}/bin/finemap # [osx]

requirements:
build:
- {{ compiler('cxx') }}
build: []
host: []
run: []

Expand Down

0 comments on commit 21fac97

Please sign in to comment.