Posted by Paul McMahan on June 26, 1997 at 11:20:56:
In Reply to: Dependencies posted by Netlib User on June 26, 1997 at 11:20:23:
: Please let me know about how to deal with dependencies.
: I read in the FAQ about this, but I still don't know how
: to get from "one shot" the complete set of routines an
: "intelligent" routine requires. For example, 'dgelss.f'
: needs a pile of small routines, which are "external" to
: the "plus-dependencies" file.
: If what I wish hereabove is not possible, please give
: me a hint concerning a faster way to gather the necessary
: external subprograms I need.
: Thank you very much.
To get a file plus all it depends on you can go to the
Netlib search page (www.netlib.org/utk/misc/netlib_query.html)
and search for file=dgelss.f .
When the search results are returned click on the
'(plus dependencies)' link and save the resulting output to
a file.
It is important to note that when you click the "plus dependencies"
link for lapack routines you don't automatically get the blas
routines. See http://www.netlib.org/misc/faq.html#2.15
and http://www.netlib.org/misc/faq.html#2.16 for more
info on this.
hope this helps,
Paul McMahan
Netlib Group