additions needed only on FreeBSD 6.* from math/levmar;
patch a makefile of, and add an option to build profiling
libraries to, math/lapacke; mark MAKE_JOBS_SAFE
PR: 161154, 161155
Submitted by: E. Shibusawa (maintainer)
the following features[1]:
- row-major and column-major matrix layout controlled by the first function
parameter;
- an implementation with working arrays (middle-level interface) as well as
without working arrays (high-level interface);
- input scalars passed by value;
- error code as a return value instead of the INFO parameter.
[1] Intel Corporation. "C Interface to LAPACK" README. 2010.
WWW: http://www.netlib.org/lapack/
PR: 153045
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>