Skip to content

Commit

Permalink
Merge pull request #106 from sot/aca_preview
Browse files Browse the repository at this point in the history
Add aca_preview package for building
  • Loading branch information
jeanconn authored Jan 30, 2019
2 parents c2ff868 + 5d521f4 commit 6770e9a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
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

0 comments on commit 6770e9a

Please sign in to comment.