-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from sot/aca_preview
Add aca_preview package for building
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ psmc_check | |
dea_check | ||
dpa_check | ||
proseco | ||
aca_preview | ||
ska3-template | ||
ska3-pinned | ||
ska3_builder | ||
|