diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-29 07:12:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 07:12:44 -0400 |
commit | 320cd204f1d03059b54370f7c2b9f2330c141709 (patch) | |
tree | f28b0b053c3bd4acc8c23f04020a6a262ee87c45 /hstcal | |
parent | 1026f1ba7ca6e8b0b5c09fa63a2fdaf8712b5834 (diff) | |
download | astroconda-dev-320cd204f1d03059b54370f7c2b9f2330c141709.tar.gz |
Enable debug symbols (#36)
Diffstat (limited to 'hstcal')
-rw-r--r-- | hstcal/build.sh | 2 | ||||
-rw-r--r-- | hstcal/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hstcal/build.sh b/hstcal/build.sh index e8efb69..2ea1afa 100644 --- a/hstcal/build.sh +++ b/hstcal/build.sh @@ -2,6 +2,6 @@ if [[ `uname` == Darwin ]]; then export CC=`which gcc` fi -./waf configure --prefix=$PREFIX +./waf configure --prefix=$PREFIX --release-with-symbols ./waf build ./waf install diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 3270955..955d36b 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} |