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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 26 09:49:35 PDT 2017


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/d3c4c53f5530/
Changeset:   d3c4c53f5530
Branch:      yt
User:        ngoldbaum
Date:        2017-04-19 03:24:56+00:00
Summary:     remove special windows build instructions
Affected #:  1 file

diff -r 416bc87fd064d8cd5d64a98922c00c1cc71a0f7d -r d3c4c53f5530d470765e0201a76aa482f04c990d CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -452,32 +452,6 @@
 
 Only one of these two options is needed.
 
-.. _windows-developing:
-
-Developing yt on Windows
-------------------------
-
-If you plan to develop yt on Windows, it is necessary to use the `MinGW
-<http://www.mingw.org/>`_ gcc compiler that can be installed using the `Anaconda
-Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. The libpython package must be
-installed from Anaconda as well. These can both be installed with a single command:
-
-.. code-block:: bash
-
-  $ conda install libpython mingw
-
-Additionally, the syntax for the setup command is slightly different; you must type:
-
-.. code-block:: bash
-
-  $ python setup.py build --compiler=mingw32 develop
-
-or
-
-.. code-block:: bash
-
-  $ python setup.py build --compiler=mingw32 install
-
 .. _requirements-for-code-submission:
 
 Requirements for Code Submission


https://bitbucket.org/yt_analysis/yt/commits/0c310e2b551e/
Changeset:   0c310e2b551e
Branch:      yt
User:        ngoldbaum
Date:        2017-04-19 22:34:09+00:00
Summary:     add a note about compilers to the build instructions
Affected #:  1 file

diff -r d3c4c53f5530d470765e0201a76aa482f04c990d -r 0c310e2b551e34203afe222831c80417d68f092d CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -435,6 +435,14 @@
 rebuild yt.  If your changes have exclusively been to Python modules, you will
 not need to re-build, but (see below) you may need to re-install.
 
+Note that you will need a functioning compilation environment to build yt. On
+linux this typically means installing the package that sets up a basic build
+environment (e.g. ``build-essential`` on Debian and Ubuntu). On MacOS this means
+installing the XCode command line tools. On Windows this means installing the
+version of the Microsoft Visual C++ compiler that is appropriate for your
+version of Python. See `the Python wiki
+<https://wiki.python.org/moin/WindowsCompilers>`_ for more details.
+
 If you are running from a clone that is executable in-place (i.e., has been
 installed via the installation script or you have run ``setup.py develop``) you
 can rebuild these modules by executing:


https://bitbucket.org/yt_analysis/yt/commits/353f6e347da8/
Changeset:   353f6e347da8
Branch:      yt
User:        ngoldbaum
Date:        2017-04-26 16:49:30+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2585)

Remove special windows build instructions

Approved-by: Matt Turk <matthewturk at gmail.com>
Approved-by: Alexander Lindsay <al007 at illinois.edu>
Affected #:  1 file

diff -r 6d72c60f4b9474f3b43ca228db1a8ee6112a225a -r 353f6e347da80d4f03cac5f1bb87022b6136b33f CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -435,6 +435,14 @@
 rebuild yt.  If your changes have exclusively been to Python modules, you will
 not need to re-build, but (see below) you may need to re-install.
 
+Note that you will need a functioning compilation environment to build yt. On
+linux this typically means installing the package that sets up a basic build
+environment (e.g. ``build-essential`` on Debian and Ubuntu). On MacOS this means
+installing the XCode command line tools. On Windows this means installing the
+version of the Microsoft Visual C++ compiler that is appropriate for your
+version of Python. See `the Python wiki
+<https://wiki.python.org/moin/WindowsCompilers>`_ for more details.
+
 If you are running from a clone that is executable in-place (i.e., has been
 installed via the installation script or you have run ``setup.py develop``) you
 can rebuild these modules by executing:
@@ -452,32 +460,6 @@
 
 Only one of these two options is needed.
 
-.. _windows-developing:
-
-Developing yt on Windows
-------------------------
-
-If you plan to develop yt on Windows, it is necessary to use the `MinGW
-<http://www.mingw.org/>`_ gcc compiler that can be installed using the `Anaconda
-Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. The libpython package must be
-installed from Anaconda as well. These can both be installed with a single command:
-
-.. code-block:: bash
-
-  $ conda install libpython mingw
-
-Additionally, the syntax for the setup command is slightly different; you must type:
-
-.. code-block:: bash
-
-  $ python setup.py build --compiler=mingw32 develop
-
-or
-
-.. code-block:: bash
-
-  $ python setup.py build --compiler=mingw32 install
-
 .. _requirements-for-code-submission:
 
 Requirements for Code Submission

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.



More information about the yt-svn mailing list