From 679b02118ddcaf079bc1e04608bd1f40c92511af Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Wed, 24 Mar 2021 10:28:20 +0100 Subject: [PATCH] Add conda mxarchive environment --- .../conda-env-defs/mxarchive/README.md | 11 +++++++++++ .../conda-env-defs/mxarchive/mxarchive.yml | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Programming/anaconda/2019.07/conda-env-defs/mxarchive/README.md create mode 100644 Programming/anaconda/2019.07/conda-env-defs/mxarchive/mxarchive.yml 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