diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 10:59:59 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 10:59:59 -0500 |
commit | 050d199efd3d2303050283f88266455694ba8040 (patch) | |
tree | 5797227d92fc69b38c8d3afd7aa4c64646fc20bb | |
parent | 82df128081a4ce2578cc7dcc83a7280ab9cc9676 (diff) | |
download | cbc-recipes-050d199efd3d2303050283f88266455694ba8040.tar.gz |
Version bump 7.4
-rw-r--r-- | ds9/ds9.ini | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/ds9/ds9.ini b/ds9/ds9.ini index be6b0e4..b480251 100644 --- a/ds9/ds9.ini +++ b/ds9/ds9.ini @@ -1,6 +1,6 @@ [package] name : ds9 -version : 7.3.2 +version : 7.4 [about] home : http://ds9.si.edu/download/source/ @@ -32,16 +32,14 @@ linux : case "$$(uname)" in Linux) LDFLAGS='-m64' - ln -s make.linux64 make.include ;; Darwin) LDFLAGS='-arch x86_64 -m64' - cp -a make.darwinmavericks make.include + #cp -a 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 + #sed -i -e '/^ZZ/ s/$$/ -arch x86_64/' \ + # -e '/^AA/ s/$$/ -arch x86_64/' make.include + sed -i -e '/codesign/d' ds9/unix/Makefile.in ;; *) echo "Unsupported" @@ -49,7 +47,7 @@ linux : ;; esac - + unix/configure make mkdir -p $$PREFIX/bin cp -a bin/ds9* bin/x* $$PREFIX/bin |