[yt-svn] commit/yt: 4 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 6 11:11:04 PDT 2016


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/e3ee8d1ef9ac/
Changeset:   e3ee8d1ef9ac
Branch:      yt
User:        xarthisius
Date:        2016-03-18 21:27:44+00:00
Summary:     [docs] explicitly state that build dependencies must be installed when trying to building yt from source with conda
Affected #:  1 file

diff -r ff8cdfb114c333124655223ef7b0aaffd01455bc -r e3ee8d1ef9acbc1089c16a9647fccc23c9a8ed13 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -244,6 +244,13 @@
 
 Option 1:
 
+Ensure that you have all build dependencies installed in your current
+conda environment:
+
+.. code-block:: bash
+
+  conda install cython mercurial sympy ipython h5py matplotlib
+
 Clone the yt repository with:
 
 .. code-block:: bash


https://bitbucket.org/yt_analysis/yt/commits/998b7c36c001/
Changeset:   998b7c36c001
Branch:      yt
User:        xarthisius
Date:        2016-04-06 15:09:16+00:00
Summary:     Add remark about hg installation in py3 env
Affected #:  1 file

diff -r e3ee8d1ef9acbc1089c16a9647fccc23c9a8ed13 -r 998b7c36c001de84dce23e7314cafd2cd0bd3865 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -251,6 +251,18 @@
 
   conda install cython mercurial sympy ipython h5py matplotlib
 
+.. note::
+  
+  If you are using a python3 environment, ``conda`` will not be able to install
+  *mercurial*, which works only with python2. You can circumvent this issue by
+  creating a dedicated python2 environment and symlinking *hg* in your current
+  environment:
+
+  .. code-block:: bash
+     export CONDA_DIR=$(python -c 'import sys; print(sys.executable.split("/bin/python")[0])')
+     conda create -y -n py27 python=2.7 mercurial
+     ln -s ${CONDA_DIR}/envs/py27/bin/hg ${CONDA_DIR}/bin
+
 Clone the yt repository with:
 
 .. code-block:: bash


https://bitbucket.org/yt_analysis/yt/commits/5e0a7bc6fff4/
Changeset:   5e0a7bc6fff4
Branch:      yt
User:        xarthisius
Date:        2016-04-06 15:11:06+00:00
Summary:     Add missing newline
Affected #:  1 file

diff -r 998b7c36c001de84dce23e7314cafd2cd0bd3865 -r 5e0a7bc6fff48143589d0d0622a926147d9e4cf8 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -259,6 +259,7 @@
   environment:
 
   .. code-block:: bash
+
      export CONDA_DIR=$(python -c 'import sys; print(sys.executable.split("/bin/python")[0])')
      conda create -y -n py27 python=2.7 mercurial
      ln -s ${CONDA_DIR}/envs/py27/bin/hg ${CONDA_DIR}/bin


https://bitbucket.org/yt_analysis/yt/commits/b7e33fa51d6a/
Changeset:   b7e33fa51d6a
Branch:      yt
User:        ngoldbaum
Date:        2016-04-06 18:10:46+00:00
Summary:     Merged in xarthisius/yt (pull request #2052)

[docs] Update conda install
Affected #:  1 file

diff -r c55b7a1e36bf638dffa73074a047cc5c2e245bf7 -r b7e33fa51d6a6bc39a40180c775dad0788a7b4d2 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -244,6 +244,26 @@
 
 Option 1:
 
+Ensure that you have all build dependencies installed in your current
+conda environment:
+
+.. code-block:: bash
+
+  conda install cython mercurial sympy ipython h5py matplotlib
+
+.. note::
+  
+  If you are using a python3 environment, ``conda`` will not be able to install
+  *mercurial*, which works only with python2. You can circumvent this issue by
+  creating a dedicated python2 environment and symlinking *hg* in your current
+  environment:
+
+  .. code-block:: bash
+
+     export CONDA_DIR=$(python -c 'import sys; print(sys.executable.split("/bin/python")[0])')
+     conda create -y -n py27 python=2.7 mercurial
+     ln -s ${CONDA_DIR}/envs/py27/bin/hg ${CONDA_DIR}/bin
+
 Clone the yt repository with:
 
 .. code-block:: bash

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160406/d3ceb497/attachment.html>


More information about the yt-svn mailing list