diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-09-29 19:51:58 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 19:51:58 -0400 | 
| commit | 4af0af33daee5ec568cb850712fe12faaf9f0309 (patch) | |
| tree | 04855837e243700fcf1d3d68434af566314c51e1 | |
| parent | 105a8624b71aaee76f88511137473dd783b3200c (diff) | |
| download | astroconda-releases-4af0af33daee5ec568cb850712fe12faaf9f0309.tar.gz | |
DE Build C (#131)
| -rw-r--r-- | de/c/README.md | 53 | ||||
| -rw-r--r-- | de/c/de-c-linux-py37.00.yml | 167 | ||||
| -rw-r--r-- | de/c/de-c-macosx-py37.00.yml | 154 | ||||
| l--------- | de/c/latest-linux.yml | 1 | ||||
| l--------- | de/c/latest-macosx.yml | 1 | 
5 files changed, 376 insertions, 0 deletions
diff --git a/de/c/README.md b/de/c/README.md new file mode 100644 index 0000000..e74350c --- /dev/null +++ b/de/c/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-c --file http://ssb.stsci.edu/releases/de/c/latest-linux.yml +``` + +As bugfixes are announced your current pipeline software may be updated by issuing the command: + +``` +$ conda env update -n de-c --file http://ssb.stsci.edu/releases/de/c/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-c --file http://ssb.stsci.edu/releases/de/c/latest-linux.yml +``` + +## Enter a BASH shell + +``` +$ bash +``` + +## Activate the environment + +``` +$ source activate de-c +``` diff --git a/de/c/de-c-linux-py37.00.yml b/de/c/de-c-linux-py37.00.yml new file mode 100644 index 0000000..2e3b386 --- /dev/null +++ b/de/c/de-c-linux-py37.00.yml @@ -0,0 +1,167 @@ +# delivery_name: de-c-linux-py37.00 +# creation_time: Tue Sep 29 17:37:21 EDT 2020 +# conda_version: 4.8.5 +channels: +  - https://ssb.stsci.edu/astroconda +  - defaults +dependencies: +  - _libgcc_mutex=0.1=main +  - ca-certificates=2020.7.22=0 +  - certifi=2020.6.20=py37_0 +  - dbus=1.13.16=hb2f20db_0 +  - expat=2.2.9=he6710b0_2 +  - fontconfig=2.13.0=h9420a91_0 +  - freetype=2.10.2=h5ab3b9f_0 +  - glib=2.65.0=h3eb4bd4_0 +  - gst-plugins-base=1.14.0=hbbd80ab_1 +  - gstreamer=1.14.0=hb31296c_0 +  - icu=58.2=he6710b0_3 +  - jdat_notebooks=0.2.0=0 +  - jpeg=9b=h024ee3a_2 +  - ld_impl_linux-64=2.33.1=h53a641e_7 +  - libedit=3.1.20191231=h14c3975_1 +  - 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=he19cac6_1 +  - ncurses=6.2=he6710b0_1 +  - openssl=1.1.1h=h7b6447c_0 +  - pcre=8.44=he6710b0_0 +  - pip=20.2.2=py37_0 +  - python=3.7.9=h7579374_0 +  - qt=5.9.7=h5867ecd_1 +  - readline=8.0=h7b6447c_0 +  - setuptools=49.6.0=py37_1 +  - sqlite=3.33.0=h62c20be_0 +  - tk=8.6.10=hbc83047_0 +  - wheel=0.35.1=py_0 +  - xz=5.2.5=h7b6447c_0 +  - zlib=1.2.11=h7b6447c_3 +  - pip: +    - argon2-cffi==20.1.0 +    - asdf==2.7.1 +    - asteval==0.9.19 +    - astroimtools==0.3 +    - astropy==4.1rc2 +    - async-generator==1.10 +    - attrs==20.2.0 +    - backcall==0.2.0 +    - bleach==3.2.1 +    - bottleneck==1.3.2 +    - bqplot==0.12.17 +    - bqplot-image-gl==1.0.0 +    - cffi==1.14.3 +    - chardet==3.0.4 +    - click==7.1.2 +    - cycler==0.10.0 +    - dask==2.28.0 +    - decorator==4.4.2 +    - defusedxml==0.6.0 +    - dill==0.3.2 +    - echo==0.5 +    - entrypoints==0.3 +    - fast-histogram==0.9 +    - freetype-py==2.2.0 +    - ginga==3.1.0 +    - glue-astronomy==0.1 +    - glue-core==1.0.0 +    - glue-jupyter==0.2.1 +    - glue-vispy-viewers==1.0.0 +    - gwcs==0.14.0 +    - h5py==2.10.0 +    - idna==2.10 +    - imageio==2.9.0 +    - imexam==0.9.1 +    - importlib-metadata==2.0.0 +    - ipydatawidgets==4.1.0 +    - ipygoldenlayout==0.3.0 +    - ipykernel==5.3.4 +    - ipympl==0.5.8 +    - ipysplitpanes==0.1.0 +    - ipython==7.18.1 +    - ipython-genutils==0.2.0 +    - ipyvolume==0.5.2 +    - ipyvue==1.4.0 +    - ipyvuetify==1.5.1 +    - ipywebrtc==0.5.0 +    - ipywidgets==7.5.1 +    - jdaviz==1.0.2 +    - jedi==0.17.2 +    - jinja2==2.11.2 +    - joblib==0.16.0 +    - jsonschema==3.2.0 +    - jupyter-client==5.3.5 +    - jupyter-core==4.6.3 +    - jupyter-server==0.1.1 +    - jupyterlab-pygments==0.1.2 +    - kiwisolver==1.2.0 +    - markupsafe==1.1.1 +    - matplotlib==3.3.2 +    - mistune==0.8.4 +    - more-itertools==8.5.0 +    - mpl-scatter-density==0.7 +    - nbconvert==5.6.1 +    - nbformat==5.0.7 +    - networkx==2.5 +    - notebook==6.1.4 +    - numpy==1.19.2 +    - packaging==20.4 +    - pandas==1.1.2 +    - pandocfilters==1.4.2 +    - parso==0.7.1 +    - pexpect==4.8.0 +    - photutils==1.0.1 +    - pickleshare==0.7.5 +    - pillow==7.2.0 +    - pluggy==0.13.1 +    - prometheus-client==0.8.0 +    - prompt-toolkit==3.0.7 +    - ptyprocess==0.6.0 +    - py==1.9.0 +    - pycparser==2.20 +    - pygments==2.7.1 +    - pyopengl==3.1.5 +    - pyparsing==2.4.7 +    - pyrsistent==0.17.3 +    - pytest==5.4.3 +    - python-dateutil==2.8.1 +    - pythreejs==2.2.0 +    - pytz==2020.1 +    - pywavelets==1.1.1 +    - pyyaml==5.3.1 +    - pyzmq==19.0.2 +    - qtconsole==4.7.7 +    - qtpy==1.9.0 +    - radio-beam==0.3.2 +    - regions==0.4 +    - requests==2.24.0 +    - scikit-image==0.17.2 +    - scipy==1.5.2 +    - semantic-version==2.8.5 +    - send2trash==1.5.0 +    - six==1.15.0 +    - spectral-cube==0.5.0 +    - specutils==1.1 +    - spherical-geometry==1.2.19 +    - stginga==1.2.0 +    - stsci-imagestats==1.6.2 +    - stsci-stimage==0.2.4 +    - terminado==0.9.1 +    - testpath==0.4.4 +    - tifffile==2020.9.29 +    - toolz==0.11.1 +    - tornado==6.0.4 +    - traitlets==5.0.4 +    - traittypes==0.2.1 +    - tweakwcs==0.6.5 +    - urllib3==1.25.10 +    - vispy==0.6.5 +    - voila==0.1.23 +    - wcwidth==0.2.5 +    - webencodings==0.5.1 +    - widgetsnbextension==3.5.1 +    - xlrd==1.2.0 +    - zipp==3.2.0 diff --git a/de/c/de-c-macosx-py37.00.yml b/de/c/de-c-macosx-py37.00.yml new file mode 100644 index 0000000..38e2c11 --- /dev/null +++ b/de/c/de-c-macosx-py37.00.yml @@ -0,0 +1,154 @@ +# delivery_name: de-c-macosx-py37.00 +# creation_time: Tue Sep 29 17:42:24 EDT 2020 +# conda_version: 4.8.5 +channels: +  - https://ssb.stsci.edu/astroconda +  - defaults +dependencies: +  - ca-certificates=2020.7.22=0 +  - certifi=2020.6.20=py37_0 +  - icu=58.2=h0a44026_3 +  - jdat_notebooks=0.2.0=0 +  - jpeg=9b=he5867d9_2 +  - libcxx=10.0.0=1 +  - libedit=3.1.20191231=h1de35cc_1 +  - libffi=3.3=hb1e8313_2 +  - libpng=1.6.37=ha441bb4_0 +  - ncurses=6.2=h0a44026_1 +  - openssl=1.1.1h=haf1e3a3_0 +  - pip=20.2.2=py37_0 +  - python=3.7.9=h26836e1_0 +  - qt=5.9.7=h468cd18_1 +  - readline=8.0=h1de35cc_0 +  - setuptools=49.6.0=py37_1 +  - sqlite=3.33.0=hffcf06c_0 +  - tk=8.6.10=hb0a8c7a_0 +  - wheel=0.35.1=py_0 +  - xz=5.2.5=h1de35cc_0 +  - zlib=1.2.11=h1de35cc_3 +  - pip: +    - appnope==0.1.0 +    - argon2-cffi==20.1.0 +    - asdf==2.7.1 +    - asteval==0.9.19 +    - astroimtools==0.3 +    - astropy==4.1rc2 +    - async-generator==1.10 +    - attrs==20.2.0 +    - backcall==0.2.0 +    - bleach==3.2.1 +    - bottleneck==1.3.2 +    - bqplot==0.12.17 +    - bqplot-image-gl==1.0.0 +    - cffi==1.14.3 +    - chardet==3.0.4 +    - click==7.1.2 +    - cycler==0.10.0 +    - dask==2.28.0 +    - decorator==4.4.2 +    - defusedxml==0.6.0 +    - dill==0.3.2 +    - echo==0.5 +    - entrypoints==0.3 +    - fast-histogram==0.9 +    - freetype-py==2.2.0 +    - ginga==3.1.0 +    - glue-astronomy==0.1 +    - glue-core==1.0.0 +    - glue-jupyter==0.2.1 +    - glue-vispy-viewers==1.0.0 +    - gwcs==0.14.0 +    - h5py==2.10.0 +    - idna==2.10 +    - imageio==2.9.0 +    - imexam==0.9.1 +    - importlib-metadata==2.0.0 +    - ipydatawidgets==4.1.0 +    - ipygoldenlayout==0.3.0 +    - ipykernel==5.3.4 +    - ipympl==0.5.8 +    - ipysplitpanes==0.1.0 +    - ipython==7.18.1 +    - ipython-genutils==0.2.0 +    - ipyvolume==0.5.2 +    - ipyvue==1.4.0 +    - ipyvuetify==1.5.1 +    - ipywebrtc==0.5.0 +    - ipywidgets==7.5.1 +    - jdaviz==1.0.2 +    - jedi==0.17.2 +    - jinja2==2.11.2 +    - joblib==0.16.0 +    - jsonschema==3.2.0 +    - jupyter-client==5.3.5 +    - jupyter-core==4.6.3 +    - jupyter-server==0.1.1 +    - jupyterlab-pygments==0.1.2 +    - kiwisolver==1.2.0 +    - markupsafe==1.1.1 +    - matplotlib==3.3.2 +    - mistune==0.8.4 +    - more-itertools==8.5.0 +    - mpl-scatter-density==0.7 +    - nbconvert==5.6.1 +    - nbformat==5.0.7 +    - networkx==2.5 +    - notebook==6.1.4 +    - numpy==1.19.2 +    - packaging==20.4 +    - pandas==1.1.2 +    - pandocfilters==1.4.2 +    - parso==0.7.1 +    - pexpect==4.8.0 +    - photutils==1.0.1 +    - pickleshare==0.7.5 +    - pillow==7.2.0 +    - pluggy==0.13.1 +    - prometheus-client==0.8.0 +    - prompt-toolkit==3.0.7 +    - ptyprocess==0.6.0 +    - py==1.9.0 +    - pycparser==2.20 +    - pygments==2.7.1 +    - pyopengl==3.1.5 +    - pyparsing==2.4.7 +    - pyrsistent==0.17.3 +    - pytest==5.4.3 +    - python-dateutil==2.8.1 +    - pythreejs==2.2.0 +    - pytz==2020.1 +    - pywavelets==1.1.1 +    - pyyaml==5.3.1 +    - pyzmq==19.0.2 +    - qtconsole==4.7.7 +    - qtpy==1.9.0 +    - radio-beam==0.3.2 +    - regions==0.4 +    - requests==2.24.0 +    - scikit-image==0.17.2 +    - scipy==1.5.2 +    - semantic-version==2.8.5 +    - send2trash==1.5.0 +    - six==1.15.0 +    - spectral-cube==0.5.0 +    - specutils==1.1 +    - spherical-geometry==1.2.19 +    - stginga==1.2.0 +    - stsci-imagestats==1.6.2 +    - stsci-stimage==0.2.4 +    - terminado==0.9.1 +    - testpath==0.4.4 +    - tifffile==2020.9.29 +    - toolz==0.11.1 +    - tornado==6.0.4 +    - traitlets==5.0.4 +    - traittypes==0.2.1 +    - tweakwcs==0.6.5 +    - urllib3==1.25.10 +    - vispy==0.6.5 +    - voila==0.1.23 +    - wcwidth==0.2.5 +    - webencodings==0.5.1 +    - widgetsnbextension==3.5.1 +    - xlrd==1.2.0 +    - zipp==3.2.0 diff --git a/de/c/latest-linux.yml b/de/c/latest-linux.yml new file mode 120000 index 0000000..6db535c --- /dev/null +++ b/de/c/latest-linux.yml @@ -0,0 +1 @@ +de-c-linux-py37.00.yml
\ No newline at end of file diff --git a/de/c/latest-macosx.yml b/de/c/latest-macosx.yml new file mode 120000 index 0000000..590081c --- /dev/null +++ b/de/c/latest-macosx.yml @@ -0,0 +1 @@ +de-c-macosx-py37.00.yml
\ No newline at end of file  | 
