diff --git a/Programming/anaconda/2019.07/conda-env-defs/mxarchive/README.md b/Programming/anaconda/2019.07/conda-env-defs/mxarchive/README.md new file mode 100644 index 0000000..eafc4e0 --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/mxarchive/README.md @@ -0,0 +1,11 @@ +# INSTALLATION + +IMPORTANT! DON'T INSTALL WITH AURISTOR. Use an OpenAFS system (e.g. pmod6) + + export TMPDIR=/opt/tmp/$USER + export XDG_CACHE_HOME=/opt/tmp/$USER/.cache + CONDA_COPY_ALWAYS=1 conda env create --file mxarchive.yml + conda activate mxarchive + +The alternate TMPDIR is required on pmod6 because /tmp is too small for pip to expand all wheel files. + diff --git a/Programming/anaconda/2019.07/conda-env-defs/mxarchive/mxarchive.yml b/Programming/anaconda/2019.07/conda-env-defs/mxarchive/mxarchive.yml new file mode 100644 index 0000000..781b133 --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/mxarchive/mxarchive.yml @@ -0,0 +1,19 @@ +name: mxarchive +channels: + - conda-forge + - defaults +dependencies: + - python>=3.6 + - Click>=7.0 + - pyparsing>=2 + - tox + - flake8 + - coverage + - pytest>=3 + - pytest-runner>=5 + - Sphinx>1.8 + - bump2version + - twine + - pip + - pip: + - git+https://git.psi.ch/bliven_s/mxarchive.git