[yt-svn] commit/yt: MatthewTurk: Merged in xarthisius/yt (pull request #1202)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 16 04:15:30 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/458e5abdc91d/
Changeset:   458e5abdc91d
Branch:      yt
User:        MatthewTurk
Date:        2014-09-16 13:15:20
Summary:     Merged in xarthisius/yt (pull request #1202)

Remove obsolete 'language' from Cython's CompilationOptions. Fixes building with Cython-0.21
Affected #:  1 file

diff -r d57c20f6395668851a7f7f6fe52b84069c14e287 -r 458e5abdc91df80eb88c0016eddb93dbe0883931 setup.py
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@
         options = Cython.Compiler.Main.CompilationOptions(
             defaults=Cython.Compiler.Main.default_options,
             include_path=extension.include_dirs,
-            language=extension.language, cplus=cplus,
+            cplus=cplus,
             output_file=target_file)
         cython_result = Cython.Compiler.Main.compile(source,
                                                      options=options)

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