public distro 2.1.0

This commit is contained in:
2019-07-19 12:54:54 +02:00
parent acea809e4e
commit fbd2d4fa8c
40 changed files with 2813 additions and 345 deletions

View File

@ -64,7 +64,6 @@ try agent forwarding (-A option to ssh).
openmpi-bin \
openmpi-common \
sqlite3 \
swig \
wget
apt-get clean
@ -76,7 +75,7 @@ try agent forwarding (-A option to ssh).
. /usr/local/miniconda3/bin/activate pmsco
conda install -q --yes -n pmsco \
pip \
numpy \
"numpy>=1.13" \
scipy \
ipython \
mpi4py \
@ -84,7 +83,8 @@ try agent forwarding (-A option to ssh).
nose \
mock \
future \
statsmodels
statsmodels \
swig
conda clean --all -y
/usr/local/miniconda3/envs/pmsco/bin/pip install periodictable attrdict fasteners

View File

@ -63,7 +63,6 @@ try agent forwarding (-A option to ssh).
openmpi-bin \
openmpi-common \
sqlite3 \
swig \
wget
apt-get clean
@ -75,7 +74,7 @@ try agent forwarding (-A option to ssh).
. /usr/local/miniconda3/bin/activate pmsco
conda install -q --yes -n pmsco \
pip \
numpy \
"numpy>=1.13" \
scipy \
ipython \
mpi4py \
@ -83,7 +82,8 @@ try agent forwarding (-A option to ssh).
nose \
mock \
future \
statsmodels
statsmodels \
swig
conda clean --all -y
/usr/local/miniconda3/envs/pmsco/bin/pip install periodictable attrdict fasteners