blob: 132dee3bf7086274263fac4c1b7ab0c9e22dc30c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
about:
home: https://github.com/astroconda/astroconda-iraf-helpers
license: BSD
summary: Utilities to help build and install AstroConda IRAF packages
build:
binary_relocation: True
#detect_binary_files_with_prefix: False [osx]
number: '0'
package:
name: astroconda-iraf-helpers
version: "0.1.1"
source:
git_url: https://github.com/astroconda/astroconda-iraf-helpers.git
requirements:
run:
- iraf !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16
# PyRAF is needed by scripts/make_iraf_help, but that is now deprecated in
# favour of $iraf/make_help, so python & pyraf been removed here, to avoid
# pulling in masses of unnecessary build deps for every IRAF package.
|