Skip to content

Commit

Permalink
updated oskar-deps according to cmake-file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Nov 1, 2023
1 parent b6caa72 commit 1b58bd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oskar-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ requirements:
build:
- python {{ python }}
- pip
- numpy >=1.21, !=1.24.0
- oskar =={{ OSKARPY_VERSION_ALT }}

host:
- python {{ python }}
- pip
- numpy >=1.21, !=1.24.0
- oskar =={{ OSKARPY_VERSION_ALT }}

run:
Expand Down
10 changes: 10 additions & 0 deletions oskar/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@ requirements:
- {{ compiler('cxx') }}
- cmake
- make
- casacore
- harp
- hdf5
- pyopencl

host:
- casacore
- harp
- hdf5
- pyopencl

run:
- casacore
- harp
- hdf5
- pyopencl

about:
home: https://github.com/OxfordSKA/OSKAR
Expand Down

0 comments on commit 1b58bd1

Please sign in to comment.