> >> This doesn't answer your question but: why? If you're not distributing a > >> Python project, there is no reason to use distutils instead of a sane build > >> system. > > Come on. We don't take it seriously, and neither do the Python core devs. > It's also pretty much completely unsupported. Numpy.distutils is a bit > better in that respect than Python distutils, which doesn't even get sane > patches merged. > > Try Scons, Tup, Gradle, Shake, Waf or anything else that's at least > somewhat modern and supported. Do not use numpy.distutils unless there's no > other mature choice (i.e. you're developing a Python project).
Sorry, reading my mail again, it seems that I didn't make this point clear. I have a project which is python + c-lib. The later which should be used by other c-projects as well. The minimal working example is without any python code, as I only have problems with the pkg config file. ... and concerning cmake, yes we tried this as well, but using cmake to distribute the python code is also a pita ;-) ... Christian _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion