diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /ds9 | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
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: |