blob: cff4145bfc6a51cb572e5644ed968e6ec80eb5a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
about:
home: https://github.com/jehturner/astroconda-build-utils
license: BSD
summary: Utilities to help build and install AstroConda packages
build:
binary_relocation: True
#detect_binary_files_with_prefix: False [osx]
number: '0'
package:
name: astroconda-build-utils
version: "0.1"
source:
git_url: https://github.com/jehturner/astroconda-build-utils.git
requirements:
run:
- iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16
- pyraf
|