Skip to content

Commit

Permalink
Fix typo and add a couple extra conda and pip packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Sep 19, 2017
1 parent 51ec388 commit 6526ce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rules/conda_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ conda install --copy --yes \
psutil \
ephem \
psycopg2 \
pytest \
pytest-cov \
numba \
sqlalchemy \
scikit-learn \
Expand Down
1 change: 1 addition & 0 deletions rules/pip_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pip install --no-binary :all: \
speclite \
hpsspy \
photutils \
coveralls \
https://github.com/esheldon/fitsio/archive/v0.9.12rc1.zip
2 changes: 1 addition & 1 deletion rules/swarp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
curl -SL http://www.astromatic.net/download/swarp/swarp-2.38.0.tar.gz \
-o swarp-2.38.0.tar.gz \
&& tar xzf swarp-2.38.0.tar.gz \
&& cd swarp-2.38.0.tar.gz \
&& cd swarp-2.38.0 \
&& CC="@CC@" CFLAGS="@CFLAGS@" \
./configure @CROSS@ \
--prefix="@AUX_PREFIX@" \
Expand Down

0 comments on commit 6526ce7

Please sign in to comment.