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 /calcos/build.sh | |
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>
Diffstat (limited to 'calcos/build.sh')
-rw-r--r-- | calcos/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |