diff options
author | jehturner <jturner@gemini.edu> | 2017-02-08 21:18:31 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-08 21:18:31 -0500 |
commit | 3a2b13d569e0d1a4b25cbd5ae813676da500da2d (patch) | |
tree | 906f88fbd95e39fb74b13d6dd8f475683c8e98e2 /ds9 | |
parent | 6129a1f78259ca42e1a739604879d42b1c6e82c9 (diff) | |
download | astroconda-contrib-3a2b13d569e0d1a4b25cbd5ae813676da500da2d.tar.gz |
Compile ds9 without optional libXss dependency on Linux (missing on some machines at run time) and update to latest v7.5. (#150)
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/build.sh | 4 | ||||
-rw-r--r-- | ds9/meta.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ds9/build.sh b/ds9/build.sh index f2fe0a5..5197c79 100644 --- a/ds9/build.sh +++ b/ds9/build.sh @@ -14,7 +14,7 @@ exit 1 ;; esac -unix/configure +unix/configure TKFLAGS="--disable-xss" # not all machines have libXss make mkdir -p $PREFIX/bin -cp -a bin/ds9* bin/x* $PREFIX/bin
\ No newline at end of file +cp -a bin/ds9* bin/x* $PREFIX/bin diff --git a/ds9/meta.yaml b/ds9/meta.yaml index 0f4c9a6..d5dacdd 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'ds9' %} -{% set version = '7.4' %} +{% set version = '7.5' %} {% set number = '0' %} about: |