Skip to content

Commit

Permalink
Merge pull request #29 from sot/meta_noarch
Browse files Browse the repository at this point in the history
Build the ska3* packages as noarch
  • Loading branch information
jeanconn authored Jul 16, 2018
2 parents bf983f0 + 94c5855 commit 17efbed
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
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

0 comments on commit 17efbed

Please sign in to comment.