diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-02 11:35:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 11:35:00 -0400 |
commit | 4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (patch) | |
tree | dce3e770a30fc4164714e576a3a032926a03d442 /cubeviz | |
parent | ecbf64de69bd8665a1f643517114c3eb5eadf875 (diff) | |
download | astroconda-dev-4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32.tar.gz |
cubeviz: update recipe (#194)
Diffstat (limited to 'cubeviz')
-rw-r--r-- | cubeviz/bld.bat | 3 | ||||
-rw-r--r-- | cubeviz/build.sh | 2 | ||||
-rw-r--r-- | cubeviz/meta.yaml | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cubeviz/bld.bat b/cubeviz/bld.bat index 760380e..4a7ed5f 100644 --- a/cubeviz/bld.bat +++ b/cubeviz/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=record.txt diff --git a/cubeviz/build.sh b/cubeviz/build.sh index 51994e4..c8e5156 100644 --- a/cubeviz/build.sh +++ b/cubeviz/build.sh @@ -9,4 +9,4 @@ do mv "${f}.new" "${f}" done -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index 4a06aed..02ff1c3 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -26,8 +26,9 @@ requirements: - specviz - spectral-cube - pytest >=3.1* - - numpy {{ numpy }} - setuptools + - setuptools_scm + - numpy {{ numpy }} - python {{ python }} run: |