Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build the ska3* packages as noarch #29

Merged
merged 1 commit into from
Jul 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ska_conda/pkg_defs/ska3-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package:
name: ska3-core
version: 0.1

build:
noarch: generic

requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
Expand Down
3 changes: 3 additions & 0 deletions ska_conda/pkg_defs/ska3-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package:
name: ska3-dev
version: 0.1

build:
noarch: generic

requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
Expand Down
3 changes: 3 additions & 0 deletions ska_conda/pkg_defs/ska3-flight/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package:
name: ska3-flight
version: 0.1

build:
noarch: generic

requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
Expand Down
3 changes: 3 additions & 0 deletions ska_conda/pkg_defs/ska3-pinned/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package:
name: ska3-pinned
version: 0.1

build:
noarch: generic

requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
Expand Down
7 changes: 2 additions & 5 deletions ska_conda/pkg_defs/ska3-template/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ package:
name: ska3-template
version: 0.1

requirements:
build:
- python
run:
- python
build:
noarch: generic
1 change: 1 addition & 0 deletions ska_conda/pkg_defs/ska3_builder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package:
version: {{ GIT_DESCRIBE_TAG }}

build:
noarch: python
script_env:
- SKA_TOP_SRC_DIR

Expand Down