diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-18 15:33:17 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-18 15:34:10 -0500 |
commit | 0525c4031eb0d9b1bf1e5923d3562b5e2c697d55 (patch) | |
tree | f95c7862e00177ad14cb64757dcbff7524a0aa9c | |
parent | e8330d8af715e38f05d45de4820cabc633f4d818 (diff) | |
download | astroconda-releases-0525c4031eb0d9b1bf1e5923d3562b5e2c697d55.tar.gz |
Converted STASIS delivery to old-style dual file config
-rw-r--r-- | jwstdp/1.16.1/README.md | 34 | ||||
-rw-r--r-- | jwstdp/1.16.1/conda_python_macos-stable-deps.txt | 21 | ||||
-rw-r--r-- | jwstdp/1.16.1/conda_python_stable-deps.txt | 29 | ||||
-rw-r--r-- | jwstdp/1.16.1/reqs_macos-stable-deps.txt | 62 | ||||
-rw-r--r-- | jwstdp/1.16.1/reqs_stable-deps.txt | 62 |
5 files changed, 208 insertions, 0 deletions
diff --git a/jwstdp/1.16.1/README.md b/jwstdp/1.16.1/README.md new file mode 100644 index 0000000..a678ffe --- /dev/null +++ b/jwstdp/1.16.1/README.md @@ -0,0 +1,34 @@ +# Installing the tested pipeline stack + +Conda (miniconda3 or anaconda3) must already be installed, if it is not, +'Advance Setup' below. +All steps must be performed in bash or a compatible shell. + +A fresh installation of Anaconda3 or Miniconda3 is not required for each JWSTDP +release. The method described here allows for multiple, entirely segregated, +pipeline installations. + +# Advance setup + +If conda has not yet been installed, use the following steps to obtain +it, then use the procedure above to install the pipeline software. + +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-Latest-Linux-x86_64.sh +$ bash Miniconda3-Latest-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 +``` diff --git a/jwstdp/1.16.1/conda_python_macos-stable-deps.txt b/jwstdp/1.16.1/conda_python_macos-stable-deps.txt new file mode 100644 index 0000000..b274d43 --- /dev/null +++ b/jwstdp/1.16.1/conda_python_macos-stable-deps.txt @@ -0,0 +1,21 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +# created-by: conda 24.9.0 +@EXPLICIT +https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda#7ed4301d437b59045be7e051a0308211 +https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda#b7e5424e7f06547a903d28e4651dbb21 +https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda#20307f4049a735a78a29073be1be2626 +https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2#ccb34fb14960ad8b125962d3d79b31a9 +https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda#003a54a4e32b02f7355b50a837e699da +https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda#e102bbf8a6ceeaf429deab8032fc8977 +https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda#8ac3367aafb1cc0a068483c580af8015 +https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2#a72f9d4ea13d55d745ff1ed594747f10 +https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.0-h2f8c449_1.conda#af445c495253a871c3d809e1199bb12b +https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hd471939_0.conda#ec99d2ce0b3033a75cbad01bbc7c5b71 +https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda#f17f77f2acf4d344734bda76829ce14e +https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda#bf830ba5afc507c6232d4ef0fb1a882d +https://conda.anaconda.org/conda-forge/osx-64/python-3.12.7-h8f8b54e_0_cpython.conda#7f81191b1ca1113e694e90e15c27a12f +https://conda.anaconda.org/conda-forge/noarch/setuptools-75.3.0-pyhd8ed1ab_0.conda#2ce9825396daf72baabaade36cee16da +https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.0-pyhd8ed1ab_0.conda#f9751d7c71df27b2d29f5cab3378982e +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_0.conda#5dd546fe99b44fda83963d15f84263b7 diff --git a/jwstdp/1.16.1/conda_python_stable-deps.txt b/jwstdp/1.16.1/conda_python_stable-deps.txt new file mode 100644 index 0000000..04fdf68 --- /dev/null +++ b/jwstdp/1.16.1/conda_python_stable-deps.txt @@ -0,0 +1,29 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81 +https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda#c27d1c142233b5bc9ca570c6e2e0c244 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda#048b02e3962f066da18efe3a21b77672 +https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda#8ac3367aafb1cc0a068483c580af8015 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda#cc3573974587f12dda90d96e3e55a702 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d +https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda#3cb76c3f10d3bc7f1105b2fc9db984df +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda#db833e03127376d461e1e13e76f09b6c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda#e39480b9ca41323497b05492a63bc35b +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8 +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-hb9d3cd8_0.conda#23cc74f77eb99315c0360ec3533147a9 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda#62ee74e96c5ebb0af99386de58cf9553 +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2#d645c6d2ac96843a2bfaccd2d62b3ac3 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda#30fd6e37fe21f86f4bd26d6ee73eeec7 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.0-hadc24fc_1.conda#b6f02b52a174e612e89548f4663ce56a +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda#40b61aab5c7ba9ff276c41cfffe6b80b +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda#70caf8bb6cf39a0b6b7efc885f51c0fe +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda#d453b98d9c83e71da0741bb0ff4d76bc +https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2#2161070d867d1b1204ea749c8eec4ef0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda#47d31b792659ce70f470b5c82fdfb7a4 +https://conda.anaconda.org/conda-forge/linux-64/python-3.12.7-hc5c86c4_0_cpython.conda#0515111a9cdf69f83278f7c197db9807 +https://conda.anaconda.org/conda-forge/noarch/setuptools-75.3.0-pyhd8ed1ab_0.conda#2ce9825396daf72baabaade36cee16da +https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.0-pyhd8ed1ab_0.conda#f9751d7c71df27b2d29f5cab3378982e +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_0.conda#5dd546fe99b44fda83963d15f84263b7 diff --git a/jwstdp/1.16.1/reqs_macos-stable-deps.txt b/jwstdp/1.16.1/reqs_macos-stable-deps.txt new file mode 100644 index 0000000..0e214c5 --- /dev/null +++ b/jwstdp/1.16.1/reqs_macos-stable-deps.txt @@ -0,0 +1,62 @@ +asdf==3.5.0 +asdf-astropy==0.7.0 +asdf-coordinates-schemas==0.3.0 +asdf-standard==1.1.1 +asdf-transform-schemas==0.5.0 +asdf-wcs-schemas==0.4.0 +astropy==6.1.6 +astropy-iers-data==0.2024.11.11.0.32.38 +attrs==24.2.0 +bayesicfitting==3.2.2 +certifi==2024.8.30 +charset-normalizer==3.4.0 +contourpy==1.3.1 +crds==12.0.5 +cycler==0.12.1 +drizzle==2.0.0 +filelock==3.16.1 +fonttools==4.54.1 +future==1.0.0 +gwcs==0.21.0 +idna==3.10 +imageio==2.36.0 +importlib-metadata==8.5.0 +jmespath==1.0.1 +jsonschema==4.23.0 +jsonschema-specifications==2024.10.1 +jwst==1.16.1 +kiwisolver==1.4.7 +lazy-loader==0.4 +matplotlib==3.9.2 +networkx==3.4.2 +numpy==1.26.4 +opencv-python-headless==4.10.0.84 +packaging==24.2 +parsley==1.3 +photutils==2.0.2 +pillow==11.0.0 +poppy==1.1.1 +psutil==6.1.0 +pyerfa==2.0.1.5 +pyparsing==3.2.0 +python-dateutil==2.9.0.post0 +pyyaml==6.0.2 +referencing==0.35.1 +requests==2.32.3 +rpds-py==0.21.0 +scikit-image==0.24.0 +scipy==1.14.1 +semantic-version==2.10.0 +six==1.16.0 +spherical-geometry==1.3.2 +stcal==1.9.0 +stdatamodels==2.1.2 +stpipe==0.7.0 +stsci-imagestats==1.8.3 +stsci-stimage==0.2.9 +synphot==1.4.0 +tifffile==2024.9.20 +tweakwcs==0.8.9 +urllib3==2.2.3 +wiimatch==0.3.2 +zipp==3.21.0 diff --git a/jwstdp/1.16.1/reqs_stable-deps.txt b/jwstdp/1.16.1/reqs_stable-deps.txt new file mode 100644 index 0000000..0e214c5 --- /dev/null +++ b/jwstdp/1.16.1/reqs_stable-deps.txt @@ -0,0 +1,62 @@ +asdf==3.5.0 +asdf-astropy==0.7.0 +asdf-coordinates-schemas==0.3.0 +asdf-standard==1.1.1 +asdf-transform-schemas==0.5.0 +asdf-wcs-schemas==0.4.0 +astropy==6.1.6 +astropy-iers-data==0.2024.11.11.0.32.38 +attrs==24.2.0 +bayesicfitting==3.2.2 +certifi==2024.8.30 +charset-normalizer==3.4.0 +contourpy==1.3.1 +crds==12.0.5 +cycler==0.12.1 +drizzle==2.0.0 +filelock==3.16.1 +fonttools==4.54.1 +future==1.0.0 +gwcs==0.21.0 +idna==3.10 +imageio==2.36.0 +importlib-metadata==8.5.0 +jmespath==1.0.1 +jsonschema==4.23.0 +jsonschema-specifications==2024.10.1 +jwst==1.16.1 +kiwisolver==1.4.7 +lazy-loader==0.4 +matplotlib==3.9.2 +networkx==3.4.2 +numpy==1.26.4 +opencv-python-headless==4.10.0.84 +packaging==24.2 +parsley==1.3 +photutils==2.0.2 +pillow==11.0.0 +poppy==1.1.1 +psutil==6.1.0 +pyerfa==2.0.1.5 +pyparsing==3.2.0 +python-dateutil==2.9.0.post0 +pyyaml==6.0.2 +referencing==0.35.1 +requests==2.32.3 +rpds-py==0.21.0 +scikit-image==0.24.0 +scipy==1.14.1 +semantic-version==2.10.0 +six==1.16.0 +spherical-geometry==1.3.2 +stcal==1.9.0 +stdatamodels==2.1.2 +stpipe==0.7.0 +stsci-imagestats==1.8.3 +stsci-stimage==0.2.9 +synphot==1.4.0 +tifffile==2024.9.20 +tweakwcs==0.8.9 +urllib3==2.2.3 +wiimatch==0.3.2 +zipp==3.21.0 |