diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-10-01 14:12:20 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-10-01 14:12:20 -0400 |
commit | 97daa8c0b8e9bb79645e2b0d4b65f5c9c49e8f53 (patch) | |
tree | b85aa67a9968cf37c1ea5a0e38545f77ebd01b00 /ds9 | |
parent | 28c2e18e1bfbb891a822da179aeeebf67320c873 (diff) | |
parent | 4b00c5abebcd321fd95755c4816d2fd6790a172b (diff) | |
download | cbc-recipes-97daa8c0b8e9bb79645e2b0d4b65f5c9c49e8f53.tar.gz |
Fix conflict
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/ds9.ini | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/ds9/ds9.ini b/ds9/ds9.ini new file mode 100644 index 0000000..449aa04 --- /dev/null +++ b/ds9/ds9.ini @@ -0,0 +1,45 @@ +[package] +name : ds9 +version : 7.3.2 + +[about] +home : http://ds9.si.edu/download/source/ +license : GPL,LGPL,BSD +summary : ${package:name} + +[source] +fn : ${package:name}.${package:version}.tar.gz +url : ${about:home}/${fn} + +[build] +number : 0 + +[requirements] +build : + gcc >=4.6 [osx] + # +run : + # + +[test] +imports : + +commands : + + +[cbc_build] +linux : + ln -s make.darwinmavericks make.include + sed -i -e '/^ZZ/ s/$$/ -arch x86_64/' \ + -e '/^AA/ s/$$/ -arch x86_64/' make.include + + sed -i -e '/CODESIGN =/c \ + CODESIGN = echo' make.include + + make LDFLAGS='-arch x86_64 -m64' + mkdir -p $$PREFIX/bin + cp -a bin/ds9* bin/x* $$PREFIX/bin +windows : + exit 1 + if errorlevel 1 exit 1 + |