diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-02 10:40:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 10:40:03 -0400 |
commit | 9b5b2020e824b09c49db1bb58d96787a74cb3d23 (patch) | |
tree | 626787619019258ff137e8acb86b293a03647789 /drizzlepac/bld.bat | |
parent | 425649249de6834ca17f9fe9e02428ee8f2d3f32 (diff) | |
download | astroconda-dev-9b5b2020e824b09c49db1bb58d96787a74cb3d23.tar.gz |
drizzlepac: update recipe (#189)
Diffstat (limited to 'drizzlepac/bld.bat')
-rw-r--r-- | drizzlepac/bld.bat | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drizzlepac/bld.bat b/drizzlepac/bld.bat index 5602572..6d5f099 100644 --- a/drizzlepac/bld.bat +++ b/drizzlepac/bld.bat @@ -1,7 +1 @@ -# Placeholder for real conda package -pip install --no-deps --upgrade --force sphinx-automodapi - -%PYTHON% setup.py build_sphinx -if errorlevel 1 exit 1 - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt |