Merge branch 'mxarchive' into 'master'
Add conda mxarchive environment See merge request Pmodules/buildblocks!196
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user