Skip to content

Commit

Permalink
Build with rockstar support on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Sep 1, 2023
1 parent 756474c commit 93d5879
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ source:
sha256: 59307b598be8aab55b94e3b5a3dc185445885006b025fa0da50819e5c45297c0

build:
number: 1
number: 2
skip: true # [py>=312 or py2k]
script: {{ PYTHON }} -m pip install . -vv

requirements:
build:
- {{ compiler('c') }}
- rockstar-galaxies # [linux]
host:
- cython >=0.29.21,<3.0
- numpy
Expand All @@ -29,11 +30,13 @@ requirements:
- python
- yt >=4.0.1
- {{ pin_compatible('numpy') }}
- rockstar-galaxies # [linux]

test:
imports:
- yt_astro_analysis
- yt_astro_analysis.cosmological_observation
- yt_astro_analysis.halo_analysis.halo_finding.rockstar.rockstar_interface # [linux]
commands:
- pip check
requires:
Expand Down

0 comments on commit 93d5879

Please sign in to comment.