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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Feb 16 13:40:47 PST 2018


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/4a36dd573616/
Changeset:   4a36dd573616
User:        ngoldbaum
Date:        2018-02-16 19:02:12+00:00
Summary:     Allow OpenMP support on Windows
Affected #:  1 file

diff -r c75b3b80c9d59733349d085fd2d9fba88401761c -r 4a36dd573616673dd267456bc9e1e05c85abbdfd setupext.py
--- a/setupext.py
+++ b/setupext.py
@@ -58,7 +58,7 @@
     """
 
     # See https://bugs.python.org/issue25150
-    if sys.version_info[:3] == (3, 5, 0) or os.name == 'nt':
+    if sys.version_info[:3] == (3, 5, 0):
         return False
 
     # Create a temporary directory


https://bitbucket.org/yt_analysis/yt/commits/f4996439257b/
Changeset:   f4996439257b
User:        ngoldbaum
Date:        2018-02-16 21:40:28+00:00
Summary:     Merge pull request #1696 from ngoldbaum/omp-windows

Allow OpenMP support on Windows
Affected #:  1 file

diff -r f6aac88de489899634f7e6b378c03099e605ce67 -r f4996439257b315b7e3982e21662d139f7855205 setupext.py
--- a/setupext.py
+++ b/setupext.py
@@ -59,7 +59,7 @@
     """
 
     # See https://bugs.python.org/issue25150
-    if sys.version_info[:3] == (3, 5, 0) or os.name == 'nt':
+    if sys.version_info[:3] == (3, 5, 0):
         return False
 
     # Create a temporary directory

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