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/build.sh | |
parent | 425649249de6834ca17f9fe9e02428ee8f2d3f32 (diff) | |
download | astroconda-dev-9b5b2020e824b09c49db1bb58d96787a74cb3d23.tar.gz |
drizzlepac: update recipe (#189)
Diffstat (limited to 'drizzlepac/build.sh')
-rw-r--r-- | drizzlepac/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 34a92a1..b699425 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,2 +1 @@ -$PYTHON setup.py build_sphinx -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |