Skip to content

Commit

Permalink
give up on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 8, 2024
1 parent 40d6428 commit 7177ef4
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions recipes/finemap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ source:

build:
number: 0
# skip broken osx for now
skip: True # [not linux]
run_exports:
- {{ pin_subpackage('finemap', max_pin="x") }}
script:
Expand All @@ -22,23 +24,12 @@ build:

requirements:
build:
- {{ compiler('cxx') }} # Required if any compilation or linking occurs
host:
- {{ 'gfortran_impl_osx-64' if osx else 'gfortran' }}
- zstd
- libgcc
- openmp
- libgomp
run:
- {{ 'gfortran_impl_osx-64' if osx else 'gfortran' }}
- zstd
- libgcc
- openmp
- libgomp
- {{ compiler('cxx') }}
host: []
run: []

test:
commands:
- otool -L ${PREFIX}/bin/finemap # [osx]
- finemap --help

about:
Expand Down

0 comments on commit 7177ef4

Please sign in to comment.