Commit graph

4 commits

Author SHA1 Message Date
Raphael Kubo da Costa
503986e68b Update to 3.4.2.
Includes staging support and updates to the LIB_DEPENDS syntax.

PR:		191060
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2014-06-20 14:32:10 +00:00
Brendan Fabeny
bd874422fe update to 3.4.0
PR:		163909
Submitted by:	E. Shibusawa (maintainer)
Feature safe:	yes
2012-03-20 02:00:32 +00:00
Brendan Fabeny
c677922c26 correct linking and dependency tests; remove MAKE_ENV
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)
2011-10-23 09:04:04 +00:00
Maho Nakata
030a58883d LAPACKE is a standard C language APIs for LAPACK, which introduces
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>
2011-02-17 00:47:57 +00:00