Skip to content

Commit

Permalink
Merge pull request #19 from desihub/18.6
Browse files Browse the repository at this point in the history
desiconda updates for the 18.7 software release
  • Loading branch information
sbailey authored Jul 18, 2018
2 parents d65fc8b + ad59e4e commit 1d1431e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions rules/astrometry_net.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
curl -SL https://github.com/dstndstn/astrometry.net/archive/0.73.tar.gz -o astrometry.net-0.73.tar.gz \
&& tar xzf astrometry.net-0.73.tar.gz \
&& cd astrometry.net-0.73 \
curl -SL https://github.com/dstndstn/astrometry.net/archive/0.74.tar.gz -o astrometry.net-0.74.tar.gz \
&& tar xzf astrometry.net-0.74.tar.gz \
&& cd astrometry.net-0.74 \
&& CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CXXFLAGS="@CXXFLAGS@" \
LDFLAGS="-L@AUX_PREFIX@/lib -lz" LDSHARED="@CC@ -shared" \
WCSLIB_INC="-I@AUX_PREFIX@/include/wcslib" \
Expand Down
8 changes: 5 additions & 3 deletions rules/conda_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ conda install --copy --yes \
cython \
numpy \
scipy \
matplotlib \
matplotlib=2.1.2 \
basemap \
seaborn \
pyyaml \
astropy=1.3.3 \
astropy=2 \
hdf5 \
h5py \
psutil \
Expand All @@ -22,7 +23,8 @@ conda install --copy --yes \
scikit-image \
ipython \
jupyter \
&& conda install -c conda-forge --copy --yes basemap \
ipywidgets=6.0.0 \
bokeh \
&& mplrc="@CONDA_PREFIX@/lib/python@PYVERSION@/site-packages/matplotlib/mpl-data/matplotlibrc"; \
cat ${mplrc} | sed -e "s#^backend.*#backend : TkAgg#" > ${mplrc}.tmp; \
mv ${mplrc}.tmp ${mplrc} \
Expand Down
1 change: 1 addition & 0 deletions rules/pip_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pip install --no-binary :all: \
hpsspy \
photutils \
coveralls \
line_profiler \
https://github.com/esheldon/fitsio/archive/v0.9.12rc1.zip
8 changes: 4 additions & 4 deletions rules/tractor.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
curl -SL https://github.com/dstndstn/tractor/archive/dr6.2.tar.gz \
-o tractor-dr6.2.tar.gz \
&& tar xzf tractor-dr6.2.tar.gz \
&& cd tractor-dr6.2 && patch -p1 < ../rules/patch_tractor \
curl -SL https://github.com/dstndstn/tractor/archive/dr7.0.tar.gz \
-o tractor-dr7.0.tar.gz \
&& tar xzf tractor-dr7.0.tar.gz \
&& cd tractor-dr7.0 && patch -p1 < ../rules/patch_tractor \
&& CERES_LIB_DIR="@AUX_PREFIX@/lib" \
CC="@CC@" CFLAGS="@CFLAGS@" LDSHARED="@CC@ -shared" \
CXX="@CXX@" CXXFLAGS="@CXXFLAGS@" BLAS_LIB="@BLAS@" \
Expand Down

0 comments on commit 1d1431e

Please sign in to comment.