summaryrefslogtreecommitdiff
path: root/calcos
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.dencheva@gmail.com>2021-02-03 20:22:25 -0500
committerGitHub <noreply@github.com>2021-02-03 20:22:25 -0500
commit8ebba52abe400aba7ad71f7faee3475a6164fb31 (patch)
tree207e549ef875d79d94ff080ed6232d6cc7b9493b /calcos
parent5cb4d7eed9e6d6a904559c5114d9a959df830df3 (diff)
downloadastroconda-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>
Diffstat (limited to 'calcos')
-rw-r--r--calcos/bld.bat4
-rw-r--r--calcos/build.sh2
-rw-r--r--calcos/meta.yaml2
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: