hi,
[snip]
> Example:
> In [1]: import pyximport2
> In [2]: import numpy
> In [3]: pyximport2.install(ext_opts={'include_dirs':
> [numpy.get_include()]})
> In [4]: import test
> In [5]: test.total([1,2,3,4,5])
> Out[5]: 15.0
>
> I would be happy if something like this could be included in cython !
FWIW, I am definitely +1 on this one.
pyximport.load_module('foo', ext_opts={'libraries' = ['cfoo1', 'cbar2']})
is my new quick'n'dirty testing friend.
cheers,
sebastien.
--
#########################################
# Dr. Sebastien Binet
# Laboratoire de l'Accelerateur Lineaire
# Universite Paris-Sud XI
# Batiment 200
# 91898 Orsay
#########################################
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev