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
|