diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-03-29 12:49:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:49:39 -0400 |
commit | c321c779b27e967e09fd76fbc45028489222afb8 (patch) | |
tree | 762a34b25b73a2facd32dffa2e4bf96dce6432cf /de | |
parent | 666b962b672d24969d4f89ec57b3cbd0b01df1e7 (diff) | |
download | astroconda-releases-c321c779b27e967e09fd76fbc45028489222afb8.tar.gz |
DE Build D (#135)
Diffstat (limited to 'de')
-rw-r--r-- | de/d/README.md | 53 | ||||
-rw-r--r-- | de/d/de-d-linux-py37.00.yml | 174 | ||||
-rw-r--r-- | de/d/de-d-macosx-py37.00.yml | 161 | ||||
l--------- | de/d/latest-linux.yml | 1 | ||||
l--------- | de/d/latest-macosx.yml | 1 |
5 files changed, 390 insertions, 0 deletions
diff --git a/de/d/README.md b/de/d/README.md new file mode 100644 index 0000000..f94a3ea --- /dev/null +++ b/de/d/README.md @@ -0,0 +1,53 @@ +# Installing + +A fresh installation of Anaconda3 or Miniconda3 is not required for each DE release. The method described here allows for multiple, entirely segregated, pipeline installations. + +For existing Anaconda3 or Miniconda3 installations: + +``` +$ conda env create -n de-d --file http://ssb.stsci.edu/releases/de/d/latest-linux.yml +``` + +As bugfixes are announced your current pipeline software may be updated by issuing the command: + +``` +$ conda env update -n de-d --file http://ssb.stsci.edu/releases/de/d/latest-linux.yml +``` + +# Installing From Scratch + +For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install + +**For Miniconda:** + +``` +$ wget https://repo.continuum.io/miniconda/Miniconda3-py37_4.8.3-Linux-x86_64.sh +$ bash Miniconda3-py37_4.8.3-Linux-x86_64.sh +$ export PATH=$HOME/miniconda3/bin:$PATH +``` + +**For Anaconda (if preferred):** + +``` +$ wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh +$ bash Anaconda3-2019.10-Linux-x86_64.sh +$ export PATH=$HOME/anaconda3/bin:$PATH +``` + +## Install the environment + +``` +$ conda env create -n de-d --file http://ssb.stsci.edu/releases/de/d/latest-linux.yml +``` + +## Enter a BASH shell + +``` +$ bash +``` + +## Activate the environment + +``` +$ source activate de-d +``` diff --git a/de/d/de-d-linux-py37.00.yml b/de/d/de-d-linux-py37.00.yml new file mode 100644 index 0000000..eaad8ae --- /dev/null +++ b/de/d/de-d-linux-py37.00.yml @@ -0,0 +1,174 @@ +# delivery_name: de-d-linux-py37.00 +# creation_time: Mon Mar 29 10:06:51 EDT 2021 +# conda_version: 4.8.5 +channels: + - https://ssb.stsci.edu/astroconda + - defaults +dependencies: + - _libgcc_mutex=0.1=main + - ca-certificates=2021.1.19=h06a4308_1 + - certifi=2020.12.5=py37h06a4308_0 + - dbus=1.13.18=hb2f20db_0 + - expat=2.3.0=h2531618_2 + - fontconfig=2.13.1=h6c09931_0 + - freetype=2.10.4=h5ab3b9f_0 + - glib=2.68.0=h36276a3_0 + - gst-plugins-base=1.14.0=h8213a91_2 + - gstreamer=1.14.0=h28cd5cc_2 + - icu=58.2=he6710b0_3 + - jdat_notebooks=0.3.2=0 + - jpeg=9b=h024ee3a_2 + - ld_impl_linux-64=2.33.1=h53a641e_7 + - libffi=3.3=he6710b0_2 + - libgcc-ng=9.1.0=hdf63c60_0 + - libpng=1.6.37=hbc83047_0 + - libstdcxx-ng=9.1.0=hdf63c60_0 + - libuuid=1.0.3=h1bed415_2 + - libxcb=1.14=h7b6447c_0 + - libxml2=2.9.10=hb55368b_3 + - ncurses=6.2=he6710b0_1 + - openssl=1.1.1k=h27cfd23_0 + - pcre=8.44=he6710b0_0 + - pip=21.0.1=py37h06a4308_0 + - python=3.7.10=hdb3f193_0 + - qt=5.9.7=h5867ecd_1 + - readline=8.1=h27cfd23_0 + - setuptools=52.0.0=py37h06a4308_0 + - sqlite=3.35.2=hdfb4753_0 + - tk=8.6.10=hbc83047_0 + - wheel=0.36.2=pyhd3eb1b0_0 + - xz=5.2.5=h7b6447c_0 + - zlib=1.2.11=h7b6447c_3 + - pip: + - anyio==2.2.0 + - argon2-cffi==20.1.0 + - asdf==2.7.3 + - asteval==0.9.23 + - astroimtools==0.3 + - astropy==4.2 + - async-generator==1.10 + - attrs==20.3.0 + - backcall==0.2.0 + - bleach==3.3.0 + - bottleneck==1.3.2 + - bqplot==0.12.23 + - bqplot-image-gl==1.2.0 + - cached-property==1.5.2 + - cffi==1.14.5 + - chardet==4.0.0 + - click==7.1.2 + - cloudpickle==1.6.0 + - cycler==0.10.0 + - dask==2021.3.1 + - decorator==4.4.2 + - defusedxml==0.7.1 + - dill==0.3.3 + - echo==0.5 + - entrypoints==0.3 + - fast-histogram==0.9 + - freetype-py==2.2.0 + - fsspec==0.8.7 + - ginga==3.1.0 + - glue-astronomy==0.1 + - glue-core==1.0.1 + - glue-jupyter==0.2.2 + - glue-vispy-viewers==1.0.2 + - gwcs==0.16.1 + - h5py==3.2.1 + - idna==2.10 + - imageio==2.9.0 + - imexam==0.9.1 + - importlib-metadata==3.9.1 + - ipydatawidgets==4.2.0 + - ipygoldenlayout==0.3.0 + - ipykernel==5.5.0 + - ipympl==0.7.0 + - ipysplitpanes==0.1.0 + - ipython==7.22.0 + - ipython-genutils==0.2.0 + - ipyvolume==0.5.2 + - ipyvue==1.5.0 + - ipyvuetify==1.6.2 + - ipywebrtc==0.6.0 + - ipywidgets==7.6.3 + - jdaviz==1.1 + - jedi==0.18.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - jsonschema==3.2.0 + - jupyter-client==6.1.12 + - jupyter-core==4.7.1 + - jupyter-server==1.5.1 + - jupyterlab-pygments==0.1.2 + - jupyterlab-widgets==1.0.0 + - kiwisolver==1.3.1 + - locket==0.2.1 + - markupsafe==1.1.1 + - matplotlib==3.4.0 + - mistune==0.8.4 + - mpl-scatter-density==0.7 + - nbclient==0.5.3 + - nbconvert==6.0.7 + - nbformat==5.1.2 + - nest-asyncio==1.5.1 + - networkx==2.5 + - notebook==6.3.0 + - numpy==1.20.2 + - packaging==20.9 + - pandas==1.2.3 + - pandocfilters==1.4.3 + - parso==0.8.1 + - partd==1.1.0 + - pexpect==4.8.0 + - photutils==1.1.0 + - pickleshare==0.7.5 + - pillow==8.1.2 + - prometheus-client==0.9.0 + - prompt-toolkit==3.0.18 + - ptyprocess==0.7.0 + - pycparser==2.20 + - pyerfa==1.7.2 + - pygments==2.8.1 + - pyopengl==3.1.5 + - pyparsing==2.4.7 + - pyrsistent==0.17.3 + - python-dateutil==2.8.1 + - pythreejs==2.3.0 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - pyzmq==22.0.3 + - qtconsole==5.0.3 + - qtpy==1.9.0 + - radio-beam==0.3.3 + - regions==0.4 + - requests==2.25.1 + - scikit-image==0.18.1 + - scipy==1.6.2 + - semantic-version==2.8.5 + - send2trash==1.5.0 + - six==1.15.0 + - sniffio==1.2.0 + - spectral-cube==0.5.0 + - specutils==1.2 + - spherical-geometry==1.2.19 + - stginga==1.2.0 + - stsci-imagestats==1.6.2 + - stsci-stimage==0.2.4 + - terminado==0.9.3 + - testpath==0.4.4 + - tifffile==2021.3.17 + - toolz==0.11.1 + - tornado==6.1 + - traitlets==5.0.5 + - traittypes==0.2.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - vispy==0.6.6 + - voila==0.2.7 + - wcwidth==0.2.5 + - webencodings==0.5.1 + - widgetsnbextension==3.5.1 + - xlrd==2.0.1 + - zipp==3.4.1
\ No newline at end of file diff --git a/de/d/de-d-macosx-py37.00.yml b/de/d/de-d-macosx-py37.00.yml new file mode 100644 index 0000000..d485ec4 --- /dev/null +++ b/de/d/de-d-macosx-py37.00.yml @@ -0,0 +1,161 @@ +# delivery_name: de-d-macosx-py37.00 +# creation_time: Mon Mar 29 10:13:14 EDT 2021 +# conda_version: 4.8.5 +channels: + - https://ssb.stsci.edu/astroconda + - defaults +dependencies: + - ca-certificates=2021.1.19=hecd8cb5_1 + - certifi=2020.12.5=py37hecd8cb5_0 + - icu=58.2=h0a44026_3 + - jdat_notebooks=0.3.2=0 + - jpeg=9b=he5867d9_2 + - libcxx=10.0.0=1 + - libffi=3.3=hb1e8313_2 + - libpng=1.6.37=ha441bb4_0 + - ncurses=6.2=h0a44026_1 + - openssl=1.1.1k=h9ed2024_0 + - pip=21.0.1=py37hecd8cb5_0 + - python=3.7.10=h88f2d9e_0 + - qt=5.9.7=h468cd18_1 + - readline=8.1=h9ed2024_0 + - setuptools=52.0.0=py37hecd8cb5_0 + - sqlite=3.35.2=hce871da_0 + - tk=8.6.10=hb0a8c7a_0 + - wheel=0.36.2=pyhd3eb1b0_0 + - xz=5.2.5=h1de35cc_0 + - zlib=1.2.11=h1de35cc_3 + - pip: + - anyio==2.2.0 + - appnope==0.1.2 + - argon2-cffi==20.1.0 + - asdf==2.7.3 + - asteval==0.9.23 + - astroimtools==0.3 + - astropy==4.2 + - async-generator==1.10 + - attrs==20.3.0 + - backcall==0.2.0 + - bleach==3.3.0 + - bottleneck==1.3.2 + - bqplot==0.12.23 + - bqplot-image-gl==1.2.0 + - cached-property==1.5.2 + - cffi==1.14.5 + - chardet==4.0.0 + - click==7.1.2 + - cloudpickle==1.6.0 + - cycler==0.10.0 + - dask==2021.3.1 + - decorator==4.4.2 + - defusedxml==0.7.1 + - dill==0.3.3 + - echo==0.5 + - entrypoints==0.3 + - fast-histogram==0.9 + - freetype-py==2.2.0 + - fsspec==0.8.7 + - ginga==3.1.0 + - glue-astronomy==0.1 + - glue-core==1.0.1 + - glue-jupyter==0.2.2 + - glue-vispy-viewers==1.0.2 + - gwcs==0.16.1 + - h5py==3.2.1 + - idna==2.10 + - imageio==2.9.0 + - imexam==0.9.1 + - importlib-metadata==3.9.1 + - ipydatawidgets==4.2.0 + - ipygoldenlayout==0.3.0 + - ipykernel==5.5.0 + - ipympl==0.7.0 + - ipysplitpanes==0.1.0 + - ipython==7.22.0 + - ipython-genutils==0.2.0 + - ipyvolume==0.5.2 + - ipyvue==1.5.0 + - ipyvuetify==1.6.2 + - ipywebrtc==0.6.0 + - ipywidgets==7.6.3 + - jdaviz==1.1 + - jedi==0.18.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - jsonschema==3.2.0 + - jupyter-client==6.1.12 + - jupyter-core==4.7.1 + - jupyter-server==1.5.1 + - jupyterlab-pygments==0.1.2 + - jupyterlab-widgets==1.0.0 + - kiwisolver==1.3.1 + - locket==0.2.1 + - markupsafe==1.1.1 + - matplotlib==3.4.0 + - mistune==0.8.4 + - mpl-scatter-density==0.7 + - nbclient==0.5.3 + - nbconvert==6.0.7 + - nbformat==5.1.2 + - nest-asyncio==1.5.1 + - networkx==2.5 + - notebook==6.3.0 + - numpy==1.20.2 + - packaging==20.9 + - pandas==1.2.3 + - pandocfilters==1.4.3 + - parso==0.8.1 + - partd==1.1.0 + - pexpect==4.8.0 + - photutils==1.1.0 + - pickleshare==0.7.5 + - pillow==8.1.2 + - prometheus-client==0.9.0 + - prompt-toolkit==3.0.18 + - ptyprocess==0.7.0 + - pycparser==2.20 + - pyerfa==1.7.2 + - pygments==2.8.1 + - pyopengl==3.1.5 + - pyparsing==2.4.7 + - pyrsistent==0.17.3 + - python-dateutil==2.8.1 + - pythreejs==2.3.0 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - pyzmq==22.0.3 + - qtconsole==5.0.3 + - qtpy==1.9.0 + - radio-beam==0.3.3 + - regions==0.4 + - requests==2.25.1 + - scikit-image==0.18.1 + - scipy==1.6.2 + - semantic-version==2.8.5 + - send2trash==1.5.0 + - six==1.15.0 + - sniffio==1.2.0 + - spectral-cube==0.5.0 + - specutils==1.2 + - spherical-geometry==1.2.19 + - stginga==1.2.0 + - stsci-imagestats==1.6.2 + - stsci-stimage==0.2.4 + - terminado==0.9.3 + - testpath==0.4.4 + - tifffile==2021.3.17 + - toolz==0.11.1 + - tornado==6.1 + - traitlets==5.0.5 + - traittypes==0.2.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - vispy==0.6.6 + - voila==0.2.7 + - wcwidth==0.2.5 + - webencodings==0.5.1 + - widgetsnbextension==3.5.1 + - xlrd==2.0.1 + - zipp==3.4.1
\ No newline at end of file diff --git a/de/d/latest-linux.yml b/de/d/latest-linux.yml new file mode 120000 index 0000000..547f1cf --- /dev/null +++ b/de/d/latest-linux.yml @@ -0,0 +1 @@ +de-d-linux-py37.00.yml
\ No newline at end of file diff --git a/de/d/latest-macosx.yml b/de/d/latest-macosx.yml new file mode 120000 index 0000000..db15aa8 --- /dev/null +++ b/de/d/latest-macosx.yml @@ -0,0 +1 @@ +de-d-macosx-py37.00.yml
\ No newline at end of file |