Skip to content

Commit

Permalink
Added python 3.5 to support CoolProp/CoolProp#1002
Browse files Browse the repository at this point in the history
  • Loading branch information
jowr committed Mar 23, 2016
1 parent 9421ee3 commit a1fa240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@

CPP:=cpp -w -P

TAG:=v1.3dev
TAG:=v1.3

DIRS := basesystem slavebase slavepython slaveopen slavefull

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ and you add it by running `set PATH=%PATH%;C:\Program Files\Oracle\VirtualBox`.

The prerequisites to build the open-source wrappers are all combined in the `coolprop/slaveopen` image. The `slavefull`
folder contains files and instructions to build an image including the proprietary software like MATLAB and alike. These images have
to be built *locally* since the contain sofyware that requires specific licenses. You can also install the software *after* the image
to be built *locally* since the contain software that requires specific licenses. You can also install the software *after* the image
has been launched for the first time using the `docker exec -it` commands.

## Release Cycles
Expand Down
1 change: 1 addition & 0 deletions slavepython/Dockerfile.in
Expand Up @@ -34,4 +34,5 @@ conda install conda-build && \
conda create -n CoolProp27 python=2.7 cython pip requests jinja2 pyyaml pycrypto numpy scipy matplotlib pandas wheel && \
conda create -n CoolProp33 python=3.3 cython pip requests jinja2 pyyaml pycrypto numpy scipy matplotlib pandas wheel && \
conda create -n CoolProp34 python=3.4 cython pip requests jinja2 pyyaml pycrypto numpy scipy matplotlib pandas wheel && \
conda create -n CoolProp35 python=3.5 cython pip requests jinja2 pyyaml pycrypto numpy scipy matplotlib pandas wheel && \
conda clean -yilts

0 comments on commit a1fa240

Please sign in to comment.