diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2021-02-03 20:22:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 20:22:25 -0500 |
commit | 8ebba52abe400aba7ad71f7faee3475a6164fb31 (patch) | |
tree | 207e549ef875d79d94ff080ed6232d6cc7b9493b | |
parent | 5cb4d7eed9e6d6a904559c5114d9a959df830df3 (diff) | |
download | astroconda-contrib-8ebba52abe400aba7ad71f7faee3475a6164fb31.tar.gz |
update calcos to 3.3.10 (#694)
* update calcos to 3.3.10
* Do not produce .egg
Co-authored-by: Joseph Hunkeler <jhunkeler@gmail.com>
-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..6d5f099 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=root.txt diff --git a/calcos/build.sh b/calcos/build.sh index 5a5aeeb..b699425 100644 --- a/calcos/build.sh +++ b/calcos/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/calcos/meta.yaml b/calcos/meta.yaml index c14a3bb..149d4cd 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'calcos' %} -{% set version = '3.3.9' %} +{% set version = '3.3.10' %} {% set number = '0' %} about: |