diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-18 14:53:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 14:53:35 -0400 |
commit | 823d4533df6d6b73e9f29c471f91f036e1bfcabb (patch) | |
tree | 026b13fd1d1da3f557d623eb19cf53306dd93348 /calcos | |
parent | 62832dd0bc3cc6dde801994a0917a1c2e9425a88 (diff) | |
download | astroconda-contrib-823d4533df6d6b73e9f29c471f91f036e1bfcabb.tar.gz |
calcos -> 3.3.7 (#526)
Diffstat (limited to 'calcos')
-rw-r--r-- | calcos/bld.bat | 4 | ||||
-rw-r--r-- | calcos/build.sh | 2 | ||||
-rw-r--r-- | calcos/meta.yaml | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/calcos/bld.bat b/calcos/bld.bat index 7fba400..4a7ed5f 100644 --- a/calcos/bld.bat +++ b/calcos/bld.bat @@ -1,3 +1 @@ - - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=record.txt diff --git a/calcos/build.sh b/calcos/build.sh index 5a5aeeb..a660906 100644 --- a/calcos/build.sh +++ b/calcos/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/calcos/meta.yaml b/calcos/meta.yaml index 7df7873..c7fda57 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'calcos' %} -{% set version = '3.3.5' %} +{% set version = '3.3.7' %} {% set number = '0' %} about: |