[yt_analysis/yt] Install failure with >=cython-0.17 (issue #501)

--- you can reply above this line --- New issue 501: Install failure with >=cython-0.17 https://bitbucket.org/yt_analysis/yt/issue/501/install-failure-with-cython-0... Kacper Kowalik: I have weird issue, probably related to >=cython-0.17: ``` #!bash cythonc:> yt/utilities/lib/grid_traversal.c Error compiling Cython file: ------------------------------------------------------------ ... np.float64_t right_edge[3] np.float64_t dds[3] np.float64_t idds[3] int dims[3] ctypedef void sample_function( ^ ------------------------------------------------------------ yt/utilities/lib/grid_traversal.pyx:70:0: 'sample_function' redeclared error: 1 errors while compiling 'yt/utilities/lib/grid_traversal.pyx' with Cython ``` Doing s/sample_function/sampler_function/ fixes it. PR will follow shortly. -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue.
participants (1)
-
Kacper Kowalik