aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Gannon <bgannon@stsci.edu>2021-08-04 11:04:04 -0400
committerBrendan Gannon <bgannon@stsci.edu>2021-08-04 11:04:04 -0400
commitb8bf6ea147c098506b87cb05bfcff176f0c9474b (patch)
treed84322ed7b721c5603c4e3e5eb4cd0f6f2ae5655
parent823f4c077399f1982f02c732367bd4e32b5316d3 (diff)
downloadastroconda-releases-b8bf6ea147c098506b87cb05bfcff176f0c9474b.tar.gz
Fixing Latestconda_forge
-rw-r--r--caldp/condaforge37/README.md49
-rw-r--r--caldp/condaforge37/dev/CALDP_condaforge37_NONE_linux_py36_rc1.yml116
-rw-r--r--caldp/condaforge37/dev/CALDP_condaforge37_NONE_macos_py36_rc1.yml107
l---------caldp/condaforge37/latest-linux.yml1
l---------caldp/condaforge37/latest-macos.yml1
-rw-r--r--caldp/condaforge37/release_notes.md2
l---------caldp/latest2
7 files changed, 1 insertions, 277 deletions
diff --git a/caldp/condaforge37/README.md b/caldp/condaforge37/README.md
deleted file mode 100644
index a6506f7..0000000
--- a/caldp/condaforge37/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# Installing
-Currently, conda is required to manage installation of the environment. A fresh installation of Anaconda3 or Miniconda3is not required for each HCALDP release, however. An existing conda installation may be used. The method described here
- allows for multiple, entirely segregated, pipeline installations.
-
-A `bash`-compatible shell is required for all steps below.
-
-Python dependencies are taken directly from PyPI or development repositories as needed, so conda's ability to install hybrid conda/pip environments from a YAMLspecification is used. This requires first downloading the specification file and then creating the environment with it.
-
-## For existing conda installations:
-
-### Install the pipeline environment
-```
-$ curl -O https://ssb.stsci.edu/releases/caldp/condaforge37/latest-linux.yml
-$ conda env create -n caldp_condaforge37 --file latest-linux.yml
-```
-### Activate the pipeline environment
-
-```
-$ source activate caldp_condaforge37
-```
-
-Each new delivery iteration of the calibration environmentwill need to be installed using the above commands.
-
-------
-
-## If conda is not yet installed
-
-If the conda tool is not available on the target system, it will need to be
-installed before the calibration environment can be installed.
-
-### Installing conda
-
-For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install
-
-**Miniconda:**
-
-```
-$ wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh
-$ bash Miniconda3-py37_4.8.2-Linux-x86_64.sh
-$ export PATH=$HOME/miniconda3/bin:$PATH
-```
-
-**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/caldp/condaforge37/dev/CALDP_condaforge37_NONE_linux_py36_rc1.yml b/caldp/condaforge37/dev/CALDP_condaforge37_NONE_linux_py36_rc1.yml
deleted file mode 100644
index 6bd3e50..0000000
--- a/caldp/condaforge37/dev/CALDP_condaforge37_NONE_linux_py36_rc1.yml
+++ /dev/null
@@ -1,116 +0,0 @@
-# delivery_name: CALDP_condaforge37_NONE_rc1
-# creation_time: Mon Jul 26 10:23:46 2021
-# conda_version: 4.10.3
-# condabuild_version: 3.18.11
-channels:
-- defaults
-- conda-forge
-dependencies:
-- _libgcc_mutex=0.1=conda_forge
-- _openmp_mutex=4.5=1_gnu
-- bzip2=1.0.8=h7f98852_4
-- c-ares=1.17.1=h7f98852_1
-- ca-certificates=2021.5.30=ha878542_0
-- certifi=2021.5.30=py36h5fab9bb_0
-- cfitsio=3.470=hb418390_7
-- fitsverify=4.20=h25fc526_0
-- hstcal=2.7.2=h3560b5a_0
-- krb5=1.19.1=hcc1bbae_0
-- ld_impl_linux-64=2.36.1=hea4e1c9_1
-- libcurl=7.77.0=h2574ce0_0
-- libedit=3.1.20191231=he28a2e2_2
-- libev=4.33=h516909a_1
-- libffi=3.3=h58526e2_2
-- libgcc-ng=11.1.0=hc902ee8_2
-- libgfortran-ng=11.1.0=h69a702a_0
-- libgfortran5=11.1.0=h6c583b3_0
-- libgomp=11.1.0=hc902ee8_2
-- libnghttp2=1.43.0=h812cca2_0
-- libssh2=1.9.0=ha56f1ee_6
-- libstdcxx-ng=11.1.0=h56837e0_2
-- ncurses=6.2=h58526e2_4
-- openssl=1.1.1k=h7f98852_0
-- pip=21.2.1=pyhd8ed1ab_0
-- python=3.6.13=hffdb5ce_0_cpython
-- python_abi=3.6=2_cp36m
-- readline=8.1=h46c0cb4_0
-- setuptools=49.6.0=py36h5fab9bb_3
-- sqlite=3.36.0=h9cd32fc_0
-- tk=8.6.10=h21135ba_1
-- wheel=0.36.2=pyhd3deb0d_0
-- xz=5.2.5=h516909a_1
-- zlib=1.2.11=h516909a_1010
-- pip:
- - acstools==3.3.1
- - astropy==4.1
- - astroquery==0.4.3
- - beautifulsoup4==4.9.3
- - bokeh==2.3.3
- - calcos==3.3.10
- - cffi==1.14.6
- - charset-normalizer==2.0.3
- - costools==1.2.3
- - crds==10.1.0
- - cryptography==3.4.7
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.2.1
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==3.2
- - imageio==2.9.0
- - importlib-metadata==4.6.1
- - jeepney==0.7.0
- - jinja2==3.0.1
- - joblib==1.0.1
- - keyring==23.0.1
- - kiwisolver==1.3.1
- - lxml==4.6.3
- - markupsafe==2.0.1
- - matplotlib==3.3.4
- - mimeparse==0.1.3
- - networkx==2.5.1
- - nictools==1.1.5
- - numexpr==2.7.3
- - numpy==1.19.5
- - packaging==21.0
- - pandas==1.1.5
- - parsley==1.3
- - photutils==1.0.2
- - pillow==8.3.1
- - pycparser==2.20
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - python-dateutil==2.8.2
- - pytz==2021.1
- - pyvo==1.1
- - pywavelets==1.1.1
- - pyyaml==5.4.1
- - requests==2.26.0
- - scikit-image==0.17.2
- - scikit-learn==0.24.2
- - scipy==1.5.4
- - secretstorage==3.3.1
- - six==1.16.0
- - soupsieve==2.2.1
- - spherical-geometry==1.2.20
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.2
- - stsci-skypac==1.0.5
- - stsci-stimage==0.2.4
- - stsci-tools==3.6.0
- - stwcs==1.6.1
- - tables==3.6.1
- - threadpoolctl==2.2.0
- - tifffile==2020.9.3
- - tornado==6.1
- - tweakwcs==0.7.2
- - typing-extensions==3.10.0.0
- - urllib3==1.26.6
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.5.0
diff --git a/caldp/condaforge37/dev/CALDP_condaforge37_NONE_macos_py36_rc1.yml b/caldp/condaforge37/dev/CALDP_condaforge37_NONE_macos_py36_rc1.yml
deleted file mode 100644
index f0c5e35..0000000
--- a/caldp/condaforge37/dev/CALDP_condaforge37_NONE_macos_py36_rc1.yml
+++ /dev/null
@@ -1,107 +0,0 @@
-# delivery_name: CALDP_condaforge37_NONE_rc1
-# creation_time: Mon Jul 26 10:22:17 2021
-# conda_version: 4.10.3
-# condabuild_version: 3.18.11
-channels:
-- defaults
-- conda-forge
-dependencies:
-- bzip2=1.0.8=h0d85af4_4
-- c-ares=1.17.1=h0d85af4_1
-- ca-certificates=2021.5.30=h033912b_0
-- certifi=2021.5.30=py36h79c6626_0
-- cfitsio=3.470=h01dc385_7
-- fitsverify=4.20=h872ef0c_0
-- hstcal=2.7.2=h7aa0574_0
-- krb5=1.19.1=hcfbf3a7_0
-- libcurl=7.77.0=hf45b732_0
-- libcxx=12.0.1=habf9029_0
-- libedit=3.1.20191231=h0678c8f_2
-- libev=4.33=haf1e3a3_1
-- libffi=3.3=h046ec9c_2
-- libgfortran=5.0.0=9_3_0_h6c81a4c_22
-- libgfortran5=9.3.0=h6c81a4c_22
-- libnghttp2=1.43.0=h07e645a_0
-- libssh2=1.9.0=h52ee1ee_6
-- llvm-openmp=12.0.1=hda6cdc1_0
-- ncurses=6.2=h2e338ed_4
-- openssl=1.1.1k=h0d85af4_0
-- pip=21.2.1=pyhd8ed1ab_0
-- python=3.6.13=h7728216_0_cpython
-- python_abi=3.6=2_cp36m
-- readline=8.1=h05e3726_0
-- setuptools=49.6.0=py36h79c6626_3
-- sqlite=3.36.0=h23a322b_0
-- tk=8.6.10=h0419947_1
-- wheel=0.36.2=pyhd3deb0d_0
-- xz=5.2.5=haf1e3a3_1
-- zlib=1.2.11=h7795811_1010
-- pip:
- - acstools==3.3.1
- - astropy==4.1
- - astroquery==0.4.3
- - beautifulsoup4==4.9.3
- - bokeh==2.3.3
- - calcos==3.3.10
- - charset-normalizer==2.0.3
- - costools==1.2.3
- - crds==10.1.0
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.2.1
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==3.2
- - imageio==2.9.0
- - importlib-metadata==4.6.1
- - jinja2==3.0.1
- - joblib==1.0.1
- - keyring==23.0.1
- - kiwisolver==1.3.1
- - lxml==4.6.3
- - markupsafe==2.0.1
- - matplotlib==3.3.4
- - mimeparse==0.1.3
- - networkx==2.5.1
- - nictools==1.1.5
- - numexpr==2.7.3
- - numpy==1.19.5
- - packaging==21.0
- - pandas==1.1.5
- - parsley==1.3
- - photutils==1.0.2
- - pillow==8.3.1
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - python-dateutil==2.8.2
- - pytz==2021.1
- - pyvo==1.1
- - pywavelets==1.1.1
- - pyyaml==5.4.1
- - requests==2.26.0
- - scikit-image==0.17.2
- - scikit-learn==0.24.2
- - scipy==1.5.4
- - six==1.16.0
- - soupsieve==2.2.1
- - spherical-geometry==1.2.20
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.2
- - stsci-skypac==1.0.5
- - stsci-stimage==0.2.4
- - stsci-tools==3.6.0
- - stwcs==1.6.1
- - tables==3.6.1
- - threadpoolctl==2.2.0
- - tifffile==2020.9.3
- - tornado==6.1
- - tweakwcs==0.7.2
- - typing-extensions==3.10.0.0
- - urllib3==1.26.6
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.5.0
diff --git a/caldp/condaforge37/latest-linux.yml b/caldp/condaforge37/latest-linux.yml
deleted file mode 120000
index 0bfa273..0000000
--- a/caldp/condaforge37/latest-linux.yml
+++ /dev/null
@@ -1 +0,0 @@
-dev/CALDP_condaforge37_NONE_linux_py36_rc1.yml \ No newline at end of file
diff --git a/caldp/condaforge37/latest-macos.yml b/caldp/condaforge37/latest-macos.yml
deleted file mode 120000
index 86b0f12..0000000
--- a/caldp/condaforge37/latest-macos.yml
+++ /dev/null
@@ -1 +0,0 @@
-dev/CALDP_condaforge37_NONE_macos_py36_rc1.yml \ No newline at end of file
diff --git a/caldp/condaforge37/release_notes.md b/caldp/condaforge37/release_notes.md
deleted file mode 100644
index 05642cb..0000000
--- a/caldp/condaforge37/release_notes.md
+++ /dev/null
@@ -1,2 +0,0 @@
-## 2021/7/26 - CALDP_condaforge37_NONE_rc1
-
diff --git a/caldp/latest b/caldp/latest
index 7f7f647..a3f6ffa 120000
--- a/caldp/latest
+++ b/caldp/latest
@@ -1 +1 @@
-condaforge37 \ No newline at end of file
+20210721 \ No newline at end of file