blob: e9c0c2af732f54ca3fda38e72437982c39479dde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
about:
home: http://www.gemini.edu/sciops/data-and-results/processing-software
license: BSD
summary: Gemini Distortion Correction and Stacking Utility (for GSAOI)
build:
binary_relocation: True
#detect_binary_files_with_prefix: False [osx]
number: '0'
package:
name: gemini.disco_stu
version: "1.3.1"
source:
fn: disco_stu-1.3.1.tar.gz
url: http://www.gemini.edu/sciops/data/software/disco_stu-1.3.1.tar.gz
requirements:
build:
- python x.x # syntax needed to force 2.7 builds...
run:
- python >=2.7 # (uses OrderedDict, argparse)
- numpy >=1.9 # (version tested, from the manual)
- scipy >=0.14 # (to match the NumPy requirement)
- astropy >=1.0 # (from the manual)
- sextractor >=2.8.6 # (from the manual)
|