Merge branch 'mxarchive' into 'master'

Add conda mxarchive environment

See merge request Pmodules/buildblocks!196
This commit is contained in:
2021-03-24 10:30:16 +01:00
2 changed files with 30 additions and 0 deletions

View File

@@ -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.

View File

@@ -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