From 050d199efd3d2303050283f88266455694ba8040 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 16 Feb 2016 10:59:59 -0500 Subject: Version bump 7.4 --- ds9/ds9.ini | 14 ++++++-------- 1 file 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 -- cgit