Skip to content

Commit

Permalink
adjusted meta.yaml files requirement sections to what I believe a cor…
Browse files Browse the repository at this point in the history
…rect setup according to the doc-v2
  • Loading branch information
lukas.gehrig committed Nov 30, 2023
1 parent d53d080 commit 74fd195
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 42 deletions.
4 changes: 2 additions & 2 deletions aotools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions aratmospy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions bipp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('gfortran') }}
- python {{ python }}
- python
- cmake
- scikit-build

host:
- python {{ python }}
- openblas
- scikit-build
- finufft =={{ FINUFFT_VERSION_ALT }}

run:
Expand Down
4 changes: 2 additions & 2 deletions eidos/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
5 changes: 3 additions & 2 deletions finufft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('gfortran') }}
- python {{ python }}
- pip
- python
- make
- cmake
- numpy
- fftw

host:
- python {{ python }}
- pip
- numpy
- fftw =={{ FFTW3_VERSION_ALT }}

Expand Down
6 changes: 3 additions & 3 deletions hvox/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy
- setuptools >=61.0

host:
- python {{ python }}
- pip
- numpy
- setuptools >=61.0

run:
- python {{ python }}
Expand Down
4 changes: 2 additions & 2 deletions katbeam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions montagepy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ build:

requirements:
build:
- python {{ python }}
- {{ compiler('c') }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions oskar-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy
- oskar =={{ OSKARPY_VERSION_ALT }}

Expand Down
11 changes: 6 additions & 5 deletions pybdsf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('gfortran') }}
- python
- cmake >=3.18
- numpy
- pip
- python {{ python }}
- setuptools <=65.6
- ninja
- scikit-build >=0.13
- wheel

host:
- python {{ python }}
- numpy
- pip
- setuptools <=65.6
- boost >={{ BOOST_VERSION_ALT }}.*
- ninja
- scikit-build >=0.13
- wheel

run:
- python {{ python }}
Expand Down
4 changes: 2 additions & 2 deletions pycsou/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- numpy
- pip

run:
- python {{ python }}
Expand Down
6 changes: 3 additions & 3 deletions rascil/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ build:

requirements:
build:
- python {{ python }}
- python
- curl
- pip
- git-lfs
- git
- numpy
- setuptools

host:
- python {{ python }}
- pip
- numpy
- setuptools

run:
- python {{ python }}
Expand Down
4 changes: 2 additions & 2 deletions seqfile/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ build:

requirements:
build:
- python {{ python }}
- pip
- python

host:
- python {{ python }}
- pip

run:
- python {{ python }}
Expand Down
4 changes: 2 additions & 2 deletions ska-gridder-nifty-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ build:
requirements:
build:
- {{ compiler('cxx') }}
- python {{ python }}
- python
- git
- pip
- numpy

host:
- python {{ python }}
- numpy
- pip

run:
- python {{ python }}
Expand Down
6 changes: 3 additions & 3 deletions ska-sdp-datamodels/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ build:

requirements:
build:
- python {{ python }}
- pip
- poetry-core >=1.0.0
- python
- numpy

host:
- python {{ python }}
- pip
- numpy
- poetry-core >=1.0.0

run:
- python {{ python }}
Expand Down
4 changes: 2 additions & 2 deletions ska-sdp-func-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ build:

requirements:
build:
- python {{ python }}
- poetry-core >=1.0.0
- python
- numpy

host:
- python {{ python }}
- poetry-core >=1.0.0
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions ska-sdp-func/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ requirements:
- libgcc-ng=11.3 # will fail with compiler version above
- cmake
- make
- python {{ python }}
- pip
- python
- numpy

host:
- python {{ python }}
- pip
- numpy

run:
Expand Down
4 changes: 2 additions & 2 deletions tools21cm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ build:

requirements:
build:
- python {{ python }}
- setuptools
- python
- numpy

host:
- python {{ python }}
- numpy
- setuptools

run:
- python {{ python }}
Expand Down

0 comments on commit 74fd195

Please sign in to comment.