blob: 9fa881254b317fe061fa565de3c0b12a3b441993 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[package]
name: iraf
version: 2.16.1
[about]
home: http://iraf.noao.edu
license: MIT
summary: NOAO Image Reduction and Analysis Facility
[source]
# Remember, always 32-bit! Now feast upon my tears.
fn: ${package:name}.lnux.x86.fixup.tar.gz
url: ${cbc_cgi:url}/${fn}
[build]
number: 1
detect_binary_files_with_prefix: True
[requirements]
build:
# Luck
run:
# Gallant effort
[cbc_build]
linux:
export TERM=xterm
FAKEHOME=$$PREFIX/iraf/fakehome
cp -a `pwd` $$PREFIX
cd $$PREFIX/iraf
./install \
--accept-defaults \
--fakehome $$FAKEHOME
#--term xterm \
#--mach linux \
#--bindir $$FAKEHOME/bin \
#--cache $$FAKEHOME/cache \
#--imdir $$FAKEHOME/imdir \
rm -f bin
ln -s bin.linux bin
ln -s bin.linux bin.linux64
windows:
echo Not supported on Windows
|