Merge branch 'modelcraft' into 'master'

New module: modelcraft

See merge request Pmodules/buildblocks!298
This commit is contained in:
2022-02-16 15:40:20 +00:00
6 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# INSTALLATION
IMPORTANT! DON'T INSTALL WITH AURISTOR. Use an OpenAFS system (e.g. pmod6)
```
module purge
module load anaconda
export TMPDIR=/opt/tmp/$USER
export XDG_CACHE_HOME=/opt/tmp/$USER/.cache
CONDA_COPY_ALWAYS=1 conda env create -f modelcraft.yml
conda activate modelcraft
```
The alternate TMPDIR is required on pmod6 because /tmp is too small for pip to expand all wheel files.

View File

@@ -0,0 +1,12 @@
name: modelcraft-2.2.3
channels:
- defaults
dependencies:
- python = 3.7
- numpy
- pandas
- requests
- scipy
- pip
- pip:
- modelcraft==2.2.3