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

Add aca_preview package for building #106

Merged
merged 1 commit into from
Jan 30, 2019
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
1 change: 1 addition & 0 deletions pkg_defs/aca_preview/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip install --no-deps --verbose --no-binary :all: --no-index .
46 changes: 46 additions & 0 deletions pkg_defs/aca_preview/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
package:
name: aca_preview
version: {{ GIT_DESCRIBE_TAG }}

build:
noarch: python
script_env:
- SKA_TOP_SRC_DIR

source:
path: {{ SKA_TOP_SRC_DIR }}/aca_preview


# the build and runtime requirements. Dependencies of these requirements
# are included automatically.
requirements:
# Packages required to build the package. python and numpy must be
# listed explicitly if they are required.
build:
- python
- pip
- setuptools
- chandra_aca
- proseco
- testr
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
run:
- python
- numpy
- matplotlib
- astropy
- pytest
- chandra_aca
- proseco
- quaternion
- testr

test:
imports:
- aca_preview


about:
home: git@github.com:sot/aca_preview

1 change: 1 addition & 0 deletions ska3_flight_build_order.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ psmc_check
dea_check
dpa_check
proseco
aca_preview
ska3-template
ska3-pinned
ska3_builder
Expand Down