[Numpy-discussion] Disable linking against external libs (original) (raw)

Damien Miller djm at mindrot.org
Thu Jun 15 05:13:53 EDT 2006


Hi,

What is the intended way to disable linking against installed libraries (blas, lapack, etc) in site.cfg? I know I can do:

[blas] blah_libs = XXXnonexistXXX

but that strikes me as less than elegant.

FYI I want to do this to make package building deterministic; not varying based on what the package builder happens to have installed on his/her machine

-d



More information about the NumPy-Discussion mailing list