[Yt-svn] commit/yt: MatthewTurk: A scoping fix for Cython 0.15 and a few additions to MANIFEST.in to ensure a

Bitbucket commits-noreply at bitbucket.org
Tue Aug 16 19:08:24 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/3ed3ed433c3e/
changeset:   3ed3ed433c3e
branch:      yt
user:        MatthewTurk
date:        2011-08-17 04:07:59
summary:     A scoping fix for Cython 0.15 and a few additions to MANIFEST.in to ensure a
complete sdist is built.
affected #:  2 files (75 bytes)

--- a/MANIFEST.in	Mon Aug 15 13:27:25 2011 -0400
+++ b/MANIFEST.in	Tue Aug 16 22:07:59 2011 -0400
@@ -1,1 +1,2 @@
 recursive-include yt/gui/reason/html/ *.html *.png *.ico *.js
+recursive-include yt/ *.pyx *.pxd *.hh *.h README* 


--- a/yt/utilities/_amr_utils/freetype_writer.pyx	Mon Aug 15 13:27:25 2011 -0400
+++ b/yt/utilities/_amr_utils/freetype_writer.pyx	Tue Aug 16 22:07:59 2011 -0400
@@ -69,6 +69,7 @@
 
 def initialize_library():
     # We do not clear the library from memory.
+    global initialized
     if initialized == 1: return
     cdef int error = FT_Init_FreeType(&library)
     if error: raise RuntimeError

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