summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-07-18 14:54:07 -0400
committerGitHub <noreply@github.com>2019-07-18 14:54:07 -0400
commite913a6f9944806586fd5e35e662aa7ab19d49107 (patch)
tree34743fd0e6bf9015b9c943c0b7727b2bd0879974
parent823d4533df6d6b73e9f29c471f91f036e1bfcabb (diff)
downloadastroconda-contrib-e913a6f9944806586fd5e35e662aa7ab19d49107.tar.gz
Revert "calcos -> 3.3.7 (#526)" (#527)
This reverts commit 823d4533df6d6b73e9f29c471f91f036e1bfcabb.
-rw-r--r--calcos/bld.bat4
-rw-r--r--calcos/build.sh2
-rw-r--r--calcos/meta.yaml2
3 files changed, 5 insertions, 3 deletions
diff --git a/calcos/bld.bat b/calcos/bld.bat
index 4a7ed5f..7fba400 100644
--- a/calcos/bld.bat
+++ b/calcos/bld.bat
@@ -1 +1,3 @@
-%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
+
+
+%PYTHON% setup.py install
diff --git a/calcos/build.sh b/calcos/build.sh
index a660906..5a5aeeb 100644
--- a/calcos/build.sh
+++ b/calcos/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install --single-version-externally-managed --record=record.txt
+$PYTHON setup.py install
diff --git a/calcos/meta.yaml b/calcos/meta.yaml
index c7fda57..7df7873 100644
--- a/calcos/meta.yaml
+++ b/calcos/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'calcos' %}
-{% set version = '3.3.7' %}
+{% set version = '3.3.5' %}
{% set number = '0' %}
about: